mesa: Add ARB_viewport_array plumbing
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 14 Nov 2013 17:10:47 +0000 (10:10 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 20 Jan 2014 19:32:00 +0000 (11:32 -0800)
commit9ef16befd0068544287c5f327a77fe8af6aee329
tree5e7ce61c348ae8d09b53284b3b24ada7eec944de
parentc2eefb06aa3522920548046ee0c1be59428649ed
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>
src/mapi/glapi/gen/ARB_viewport_array.xml [new file with mode: 0644]
src/mapi/glapi/gen/Makefile.am
src/mapi/glapi/gen/gl_API.xml
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/tests/dispatch_sanity.cpp