diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-08-22 18:44:58 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-08-22 18:44:58 +0000 |
commit | 723db7212c7329129d38d8764e819ccbce4399c0 (patch) | |
tree | 32d7ac61da989390c10dcf57af957495e389c526 /src | |
parent | d319edff1e34696ac165bb553d085e8f2e3df4e3 (diff) |
Correct the name of the GL_NV_texture_expand_normal extension.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index b5b549ccf0..04c573b5a8 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -11263,7 +11263,7 @@ </function> </category> -<category name="GL_NV_expand_normal" number="286"> +<category name="GL_NV_texture_expand_normal" number="286"> <enum name="TEXTURE_UNSIGNED_REMAP_MODE_NV" count="1" value="0x888F"> <size name="TexParameterfv"/> <size name="TexParameteriv"/> |