diff options
author | Maxence Le Dore <[email protected]> | 2012-12-24 00:57:02 +0100 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-10-03 07:55:51 +1300 |
commit | d3575622b7897c88c62e4f57341c196eb913c960 (patch) | |
tree | d5636ca07656cb96ebf7bbf9eee5d8e792f42238 /src/mapi/glapi/gen/gl_API.xml | |
parent | 0d7fc10bcd2efb2f96d684b3273b4e0c0b0afef0 (diff) |
mesa: add texture gather changes
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index f6511e9878e..3ffa8178756 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8189,7 +8189,7 @@ <!-- 70. GL_ARB_sample_shading --> <xi:include href="ARB_texture_cube_map_array.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<!-- 72. GL_ARB_texture_gather --> +<xi:include href="ARB_texture_gather.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <!-- 73. GL_ARB_texture_query_lod --> <!-- ARB extension number 74 is a WGL extension. --> |