summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2013-11-14 10:10:47 -0700
committerIan Romanick <ian.d.romanick@intel.com>2014-01-20 11:32:00 -0800
commit9ef16befd0068544287c5f327a77fe8af6aee329 (patch)
tree5e7ce61c348ae8d09b53284b3b24ada7eec944de /src/mesa/main/get.c
parentc2eefb06aa3522920548046ee0c1be59428649ed (diff)
downloadexternal_mesa3d-9ef16befd0068544287c5f327a77fe8af6aee329.zip
external_mesa3d-9ef16befd0068544287c5f327a77fe8af6aee329.tar.gz
external_mesa3d-9ef16befd0068544287c5f327a77fe8af6aee329.tar.bz2
mesa: Add ARB_viewport_array plumbing
Define API connections to extension entry points added in previous commits. Update entry points to use floating point arguments as required by the extension. Add get tokens for ARB_viewport_array state. v2: Include review feedback. v3 (idr): Fix 'make check'. Add missing Get infrastructure (some was culled from other pathces). Signed-off-by: Courtney Goeltzenleuchter <courtney@LunarG.com> Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index 9edf056..2b1538d 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -391,6 +391,7 @@ EXTRA_EXT(ARB_texture_gather);
EXTRA_EXT(ARB_shader_atomic_counters);
EXTRA_EXT(ARB_draw_indirect);
EXTRA_EXT(ARB_shader_image_load_store);
+EXTRA_EXT(ARB_viewport_array);
static const int
extra_ARB_color_buffer_float_or_glcore[] = {