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 airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com this just ties the mesa code to the pre-existing gallium interface,

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 airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com 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

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 airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com 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

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 airl...@redhat.com 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 airl...@redhat.com ---

[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 airl...@redhat.com 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 airl...@redhat.com --- src/mesa/state_tracker/st_atom_scissor.c | 75