st/mesa: add support for GL_ARB_viewport_array (v0.2)

Graphics / Mesa 3D Graphics Library / Mesa - Dave Airlie [redhat.com] - 10 February 2014 22:14 UTC

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

0705fa3 st/mesa: add support for GL_ARB_viewport_array (v0.2)
src/mesa/state_tracker/st_atom_scissor.c | 77 +++++++++++++++--------------
src/mesa/state_tracker/st_atom_viewport.c | 37 +++++++-------
src/mesa/state_tracker/st_context.h | 4 +-
src/mesa/state_tracker/st_draw_feedback.c | 2 +-
src/mesa/state_tracker/st_extensions.c | 9 ++++
5 files changed, 73 insertions(+), 56 deletions(-)

Upstream: cgit.freedesktop.org


  • Share