Re: [Mesa-dev] [PATCH 2/2] st/mesa: add support for GL_ARB_viewport_array (v0.2)

2014-02-07 Thread Marek Olšák
The CSO stuff looks good. We want the ability to save and restore the first viewport, but not the other ones. Marek On Tue, Jan 21, 2014 at 7:09 AM, Dave Airlie wrote: > From: Dave Airlie > > this just ties the mesa code to the pre-existing gallium interface, > I'm not sure what to do with the

Re: [Mesa-dev] [PATCH 2/2] st/mesa: add support for GL_ARB_viewport_array (v0.2)

2014-02-06 Thread Ian Romanick
On 02/04/2014 02:50 PM, Ilia Mirkin wrote: > On Tue, Jan 21, 2014 at 1:09 AM, Dave Airlie wrote: >> From: Dave Airlie >> >> this just ties the mesa code to the pre-existing gallium interface, >> I'm not sure what to do with the CSO stuff yet. >> >> 0.2: fix min/max bounds >> >> Signed-off-by: Dav

Re: [Mesa-dev] [PATCH 2/2] st/mesa: add support for GL_ARB_viewport_array (v0.2)

2014-02-04 Thread Ilia Mirkin
On Tue, Jan 21, 2014 at 1:09 AM, Dave Airlie wrote: > From: Dave Airlie > > this just ties the mesa code to the pre-existing gallium interface, > I'm not sure what to do with the CSO stuff yet. > > 0.2: fix min/max bounds > > Signed-off-by: Dave Airlie Series is Acked-by: Ilia Mirkin Don't kn

Re: [Mesa-dev] [PATCH 2/2] st/mesa: add support for GL_ARB_viewport_array (v0.2)

2014-01-21 Thread Ian Romanick
On 01/20/2014 10:09 PM, Dave Airlie wrote: > From: Dave Airlie > > this just ties the mesa code to the pre-existing gallium interface, > I'm not sure what to do with the CSO stuff yet. > > 0.2: fix min/max bounds > > Signed-off-by: Dave Airlie > --- > src/mesa/state_tracker/st_atom_scissor.c

[Mesa-dev] [PATCH 2/2] st/mesa: add support for GL_ARB_viewport_array (v0.2)

2014-01-20 Thread Dave Airlie
From: Dave Airlie this just ties the mesa code to the pre-existing gallium interface, I'm not sure what to do with the CSO stuff yet. 0.2: fix min/max bounds Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_atom_scissor.c | 75 --- src/mesa/state_tracker/s