glsl: Enable GL_OES_texture_3D extension for ES2.

This commit is contained in:
Kenneth Graunke
2011-02-25 23:11:20 -08:00
parent eb639349e2
commit 0a163cf56d
8 changed files with 40 additions and 4 deletions

View File

@@ -241,8 +241,7 @@ static const struct extension extension_table[] = {
{ "GL_OES_stencil4", o(dummy_false), DISABLE },
{ "GL_OES_stencil8", o(EXT_framebuffer_object), ES1 | ES2 },
{ "GL_OES_stencil_wrap", o(EXT_stencil_wrap), ES1 },
/* GL_OES_texture_3D is disabled due to missing GLSL support. */
{ "GL_OES_texture_3D", o(EXT_texture3D), DISABLE },
{ "GL_OES_texture_3D", o(EXT_texture3D), ES2 },
{ "GL_OES_texture_cube_map", o(ARB_texture_cube_map), ES1 },
{ "GL_OES_texture_env_crossbar", o(ARB_texture_env_crossbar), ES1 },
{ "GL_OES_texture_mirrored_repeat", o(ARB_texture_mirrored_repeat), ES1 },