Re: [Mesa-dev] [PATCH 1/3] gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)

2016-07-19 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Tue, Jul 19, 2016 at 7:07 AM, Józef Kucia wrote: > This allows Gallium drivers to advertise the subpixel precision > for floating point viewports bounds. > > v2: > - Set ViewportSubpixelBits in st_init_limits. > > Signed-off-by: Józef Kucia > --- > > Currently all

[Mesa-dev] [PATCH 1/3] gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)

2016-07-19 Thread Józef Kucia
This allows Gallium drivers to advertise the subpixel precision for floating point viewports bounds. v2: - Set ViewportSubpixelBits in st_init_limits. Signed-off-by: Józef Kucia --- Currently all Mesa drivers return 0 for GL_VIEWPORT_SUBPIXEL_BITS regardless whether floating point viewport bo