aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/drivers/dri/swrast
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-09-30 08:30:25 +0200
committermarha <marha@users.sourceforge.net>2011-09-30 08:30:25 +0200
commitaf72dcd109d7610b96863035541250997c7a172e (patch)
treeac1693ca03fe2564f8a63fa7373e459adb3a844f /mesalib/src/mesa/drivers/dri/swrast
parentbee9191042416cbfb848615189ca1e2a0069f022 (diff)
downloadvcxsrv-af72dcd109d7610b96863035541250997c7a172e.tar.gz
vcxsrv-af72dcd109d7610b96863035541250997c7a172e.tar.bz2
vcxsrv-af72dcd109d7610b96863035541250997c7a172e.zip
mesa xkeyboard-config git update 30 sep 2011
Diffstat (limited to 'mesalib/src/mesa/drivers/dri/swrast')
-rw-r--r--mesalib/src/mesa/drivers/dri/swrast/swrast.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mesalib/src/mesa/drivers/dri/swrast/swrast.c b/mesalib/src/mesa/drivers/dri/swrast/swrast.c
index 3d5ddc51c..8665ad099 100644
--- a/mesalib/src/mesa/drivers/dri/swrast/swrast.c
+++ b/mesalib/src/mesa/drivers/dri/swrast/swrast.c
@@ -590,17 +590,13 @@ static const char *es2_extensions[] = {
/* Required by GLES2 */
"GL_ARB_fragment_program",
"GL_ARB_fragment_shader",
- "GL_ARB_multitexture",
"GL_ARB_shader_objects",
"GL_ARB_texture_cube_map",
- "GL_ARB_texture_mirrored_repeat",
"GL_ARB_texture_non_power_of_two",
"GL_ARB_vertex_shader",
"GL_EXT_blend_color",
"GL_EXT_blend_equation_separate",
"GL_EXT_blend_minmax",
- "GL_EXT_blend_subtract",
- "GL_EXT_stencil_wrap",
/* Optional GLES2 */
"GL_ARB_framebuffer_object",