diff options
author | Chris Forbes <[email protected]> | 2014-08-10 20:38:53 +1200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-07-23 17:25:13 +1000 |
commit | b8f3e316bca2c9abd3c885a9447ecf29446d0ccb (patch) | |
tree | bfb25ee910ca52562ff8d840cfdc0a4502872edf /src/mapi/glapi/gen/gl_API.xml | |
parent | 2ffe9b542116580571b157de8a89476b22694ea9 (diff) |
glapi: Add ARB_shader_subroutine functions and enums (v2)
v2: fix output="true" and LENGTH typo
Reviewed-by: Tapani Pälli <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Signed-off-by: Chris Forbes <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 4 |
1 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 4bcce3c3240..658efa485f6 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8072,7 +8072,9 @@ <xi:include href="ARB_vertex_type_2_10_10_10_rev.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<!-- ARB extensions #86...#90 --> +<!-- ARB extensions #86...#89 --> + +<xi:include href="ARB_shader_subroutine.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="ARB_tessellation_shader.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |