These functions are part in GL 4.3. Moving this will allow
ProgramParameteriARB to alias ProgramParameteri.

Signed-off-by: Jordan Justen <jordan.l.jus...@intel.com>
---
 src/mapi/glapi/gen/gl_API.xml        |    3 +++
 src/mapi/glapi/gen/gl_and_es_API.xml |    1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index a46d613..622eb62 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -12725,4 +12725,7 @@
 <xi:include href="NV_texture_barrier.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 <xi:include href="EXT_transform_feedback.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+<xi:include href="ARB_get_program_binary.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
 </OpenGLAPI>
diff --git a/src/mapi/glapi/gen/gl_and_es_API.xml 
b/src/mapi/glapi/gen/gl_and_es_API.xml
index 8e000a8..7495a2e 100644
--- a/src/mapi/glapi/gen/gl_and_es_API.xml
+++ b/src/mapi/glapi/gen/gl_and_es_API.xml
@@ -8,7 +8,6 @@
 <xi:include href="gl_API.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 <!-- these can be moved to gl_API.xml -->
-<xi:include href="ARB_get_program_binary.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
 <xi:include href="OES_fixed_point.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
 <xi:include href="OES_single_precision.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
-- 
1.7.9.5

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to