st/mesa: add support for GL_ARB_viewport_array (v0.2)
authorDave Airlie <airlied@redhat.com>
Tue, 21 Jan 2014 05:26:29 +0000 (15:26 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 11 Feb 2014 04:14:50 +0000 (14:14 +1000)
commit0705fa35cdaf15ec969c28dc85e88b8be1149a3b
tree73b98d63456cd60823101bc864baf2dfd150609e
parentc116ee604260faca75aaf2b0d8bbbd78b9c71154
st/mesa: add support for GL_ARB_viewport_array (v0.2)

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

Acked-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/state_tracker/st_atom_scissor.c
src/mesa/state_tracker/st_atom_viewport.c
src/mesa/state_tracker/st_context.h
src/mesa/state_tracker/st_draw_feedback.c
src/mesa/state_tracker/st_extensions.c