Mesa (master): glapi: Add (empty) api section for ARB_fragment_layer_viewport

Chris Forbes chrisf at kemper.freedesktop.org
Sun Jun 22 04:57:36 UTC 2014


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

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Sat Jan 25 18:09:34 2014 +1300

glapi: Add (empty) api section for ARB_fragment_layer_viewport

This extension is purely GLSL -- there are no new GL API elements.

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/mapi/glapi/gen/gl_API.xml |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 8596ea2..0a486f0 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -8312,7 +8312,13 @@
 
 <xi:include href="ARB_ES3_compatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
-<!-- ARB extensions #128...#131 -->
+<!-- ARB extension #128 -->
+
+<category name="GL_ARB_fragment_layer_viewport" number="129">
+    <!-- No new functions, types, enums. -->
+</category>
+
+<!-- ARB extensions #130..#131 -->
 
 <category name="GL_ARB_explicit_uniform_location" number="128">
     <enum name="MAX_UNIFORM_LOCATIONS" count="1" value="0x826E" >




More information about the mesa-commit mailing list