diff options
author | Dylan Noblesmith <[email protected]> | 2012-01-17 02:12:19 +0000 |
---|---|---|
committer | Dylan Noblesmith <[email protected]> | 2012-03-26 21:35:17 +0000 |
commit | 91c8bedb8a546c922835f119ba330faa4e2e4fc9 (patch) | |
tree | 8ee18061898621ae1a64a7b47f48a69aed7c3945 /src/mapi/glapi/gen/gl_API.xml | |
parent | 50fa8218548581e054479e872fc4348a60ab0b86 (diff) |
glapi: add GL_ARB_texture_float
And add some missing core GL 3.0 enums that came from this
extension, too.
Reviewed-by: Kenneth Graunke <[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 77b47b76353..a74577d1fc3 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -7896,7 +7896,9 @@ <xi:include href="ARB_color_buffer_float.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <!-- 40. GL_ARB_half_float_pixel --> -<!-- 41. GL_ARB_texture_float --> + +<xi:include href="ARB_texture_float.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <!-- 42. GL_ARB_pixel_buffer_object --> <xi:include href="ARB_depth_buffer_float.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |