diff options
author | Micah Fedke <[email protected]> | 2014-12-31 14:16:52 -0600 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2015-01-19 16:33:21 +1300 |
commit | d36fa60191359af9ac1e1889bcdc95c3b9d65332 (patch) | |
tree | 62286cbf0bd9caaa7ed733bd0e4373f66fc016fc /src/mapi | |
parent | 461103ef64858e9d81073fad1bd8222b70b2754b (diff) |
mesa: Add ARB_shader_precision infrastructure
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 2d6bed20638..e3cbab35a69 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8247,7 +8247,11 @@ <xi:include href="ARB_separate_shader_objects.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<!-- ARB extensions #98...#108 --> +<category name="GL_ARB_shader_precision" number="98"> + <!-- No new functions, types, enums. --> +</category> + +<!-- ARB extensions #99...#108 --> <xi:include href="ARB_ES2_compatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |