diff options
author | Ian Romanick <[email protected]> | 2011-08-30 17:48:11 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-09-29 10:40:58 -0700 |
commit | 1d5e49bf05f698374257707e2303b266d2a864da (patch) | |
tree | 04044b0409780873a175db68708e4b75b1f9cbb9 /src/mesa/drivers/dri/swrast | |
parent | f9a2352c9569ef562e9507bfe09358f236aaf4b7 (diff) |
mesa: Remove EXT_stencil_wrap extension enable flag
All drivers remaining in Mesa support this extension. This extension
is either required or optional features in desktop OpenGL, OpenGL ES
1.x, and OpenGL ES 2.x.
This extension was previously not supported on mach64.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/swrast')
-rw-r--r-- | src/mesa/drivers/dri/swrast/swrast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index 89c1da5e9a4..b76cd263132 100644 --- a/src/mesa/drivers/dri/swrast/swrast.c +++ b/src/mesa/drivers/dri/swrast/swrast.c @@ -599,7 +599,6 @@ static const char *es2_extensions[] = { "GL_EXT_blend_equation_separate", "GL_EXT_blend_minmax", "GL_EXT_blend_subtract", - "GL_EXT_stencil_wrap", /* Optional GLES2 */ "GL_ARB_framebuffer_object", |