[Mesa-dev] [PATCH 03/12] glapi: Add (empty) api section for ARB_fragment_layer_viewport
Chris Forbes
chrisf at ijw.co.nz
Fri Jan 24 22:51:51 PST 2014
This extension is purely GLSL -- there are no new GL API elements.
Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
---
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 42df1ad..bd0a2a7 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -8476,7 +8476,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 -->
<xi:include href="ARB_invalidate_subdata.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
--
1.8.5.3
More information about the mesa-dev
mailing list