diff options
author | Ian Romanick <[email protected]> | 2004-10-16 01:16:54 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-10-16 01:16:54 +0000 |
commit | 33899b7c351fda77bed6dee5e5d02e31c2f7e0e5 (patch) | |
tree | 4bd56b79459db045b187e6aabc5027f359f80721 /src/mesa/main/extensions.c | |
parent | 83c74b72792928b5a5ac540eeef65fca3145ddb6 (diff) |
Add support for OES_read_format. As soon as glext.h is updated with the
enums for this extension, the changes to gl.h can be removed.
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index a8003116fad..11c7ae55384 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -141,6 +141,7 @@ static const struct { { ON, "GL_NV_texgen_reflection", F(NV_texgen_reflection) }, { OFF, "GL_NV_vertex_program", F(NV_vertex_program) }, { OFF, "GL_NV_vertex_program1_1", F(NV_vertex_program1_1) }, + { ON, "GL_OES_read_format", F(OES_read_format) }, { OFF, "GL_SGI_color_matrix", F(SGI_color_matrix) }, { OFF, "GL_SGI_color_table", F(SGI_color_table) }, { OFF, "GL_SGI_texture_color_table", F(SGI_texture_color_table) }, |