Re: [PATCH xserver] render: Store and use all 16bpc of precision for solid pixels (v2)

2018-02-26 Thread Adam Jackson
On Mon, 2018-02-26 at 11:30 -0500, Adam Jackson wrote: > On Mon, 2018-02-26 at 17:00 +0100, Michel Dänzer wrote: > > On 2018-02-26 04:33 PM, Adam Jackson wrote: > > > diff --git a/fb/fbpict.c b/fb/fbpict.c > > > index 7ea0b668f8..759f0d5db7 100644 > > > --- a/fb/fbpict.c > > > +++ b/fb/fbpict.c >

Re: [PATCH xserver] render: Store and use all 16bpc of precision for solid pixels (v2)

2018-02-26 Thread Adam Jackson
On Mon, 2018-02-26 at 17:00 +0100, Michel Dänzer wrote: > On 2018-02-26 04:33 PM, Adam Jackson wrote: > > This plumbs the full width color for solid pictures through to fb, exa, > > and glamor. External drivers and acceleration code may wish to make a > > similar change for sufficiently new

Re: [PATCH xserver] render: Store and use all 16bpc of precision for solid pixels (v2)

2018-02-26 Thread Michel Dänzer
On 2018-02-26 04:33 PM, Adam Jackson wrote: > This plumbs the full width color for solid pictures through to fb, exa, > and glamor. External drivers and acceleration code may wish to make a > similar change for sufficiently new servers. > > v2: Don't break ABI (Michel Dänzer) > > Signed-off-by:

[PATCH xserver] render: Store and use all 16bpc of precision for solid pixels (v2)

2018-02-26 Thread Adam Jackson
This plumbs the full width color for solid pictures through to fb, exa, and glamor. External drivers and acceleration code may wish to make a similar change for sufficiently new servers. v2: Don't break ABI (Michel Dänzer) Signed-off-by: Adam Jackson Reviewed-by: Keith Packard