Mesa (master): glapi: move include for ARB_get_program_binary.xml to gl_API .xml

Jordan Justen jljusten at kemper.freedesktop.org
Sat Nov 3 18:17:41 UTC 2012


Module: Mesa
Branch: master
Commit: 1c3a64793a6636bb3f50d71e7ffd5311d4c78c17
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c3a64793a6636bb3f50d71e7ffd5311d4c78c17

Author: Jordan Justen <jordan.l.justen at intel.com>
Date:   Fri Oct 26 15:36:45 2012 -0700

glapi: move include for ARB_get_program_binary.xml to gl_API.xml

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

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Paul Berry <stereotype441 at gmail.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 deletions(-)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index c38aa3a..ca7f383 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -12731,4 +12731,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"/>
 




More information about the mesa-commit mailing list