Module: Mesa Branch: master Commit: aa6489bce978e740bf0a2543d78d7757e0bc748d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa6489bce978e740bf0a2543d78d7757e0bc748d
Author: Ian Romanick <[email protected]> Date: Tue Apr 27 14:54:32 2010 -0700 Add missing _ in extension category name --- src/mesa/glapi/gen/ARB_seamless_cube_map.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/glapi/gen/ARB_seamless_cube_map.xml b/src/mesa/glapi/gen/ARB_seamless_cube_map.xml index 3cdc84d..8dc827c 100644 --- a/src/mesa/glapi/gen/ARB_seamless_cube_map.xml +++ b/src/mesa/glapi/gen/ARB_seamless_cube_map.xml @@ -3,7 +3,7 @@ <OpenGLAPI> -<category name="GL_ARB_seamless_cubemap" number="65"> +<category name="GL_ARB_seamless_cube_map" number="65"> <enum name="TEXTURE_CUBE_MAP_SEAMLESS" count="1" value="0x88F4"> <size name="Get" mode="get"/> </enum> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
