diff options
author | Dylan Noblesmith <[email protected]> | 2012-01-17 02:03:21 +0000 |
---|---|---|
committer | Dylan Noblesmith <[email protected]> | 2012-03-26 21:35:04 +0000 |
commit | 50fa8218548581e054479e872fc4348a60ab0b86 (patch) | |
tree | 62af5fb188973f657f98cb8e504d7d6ba3310a54 /src/mapi/glapi/gen/Makefile | |
parent | faf954f15173d04afbdaa9998e3259045ed75396 (diff) |
glapi: add GL_ARB_depth_buffer_float
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/Makefile')
-rw-r--r-- | src/mapi/glapi/gen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile index fb9dab9f3a2..244c67ecc03 100644 --- a/src/mapi/glapi/gen/Makefile +++ b/src/mapi/glapi/gen/Makefile @@ -66,6 +66,7 @@ API_XML = \ ARB_color_buffer_float.xml \ ARB_copy_buffer.xml \ ARB_debug_output.xml \ + ARB_depth_buffer_float.xml \ ARB_depth_clamp.xml \ ARB_draw_buffers_blend.xml \ ARB_draw_elements_base_vertex.xml \ |