diff options
author | Brian Paul <[email protected]> | 2009-12-30 21:38:58 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-31 08:49:26 -0700 |
commit | 007b1f42c45e9c063eff5846530baf6ffc8643dd (patch) | |
tree | e5ab2403221032c00686bbd3675820e22293c03f /src/mesa/glapi/gl_API.xml | |
parent | 5a0eb89da56aeaded17fee213bb4f00607b13a5c (diff) |
mesa: added dispatch for GL_NV_conditional_render extension
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index a30f5409e62..75d2f3c4383 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -7962,6 +7962,8 @@ <xi:include href="ARB_draw_elements_base_vertex.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<xi:include href="NV_conditional_render.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <!-- Non-ARB extensions sorted by extension number. --> |