dri/nouveau: Enable GL_EXT_stencil_wrap.

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
Andrew Randrianasulu
2010-03-01 23:45:50 +00:00
committed by Francisco Jerez
parent 210bcf6d15
commit 44df3577a7
@@ -47,14 +47,15 @@
#include "main/remap_helper.h"
static const struct dri_extension nouveau_extensions[] = {
{ "GL_EXT_framebuffer_object", GL_EXT_framebuffer_object_functions },
{ "GL_ARB_multitexture", NULL },
{ "GL_EXT_texture_lod_bias", NULL },
{ "GL_SGIS_generate_mipmap", NULL },
{ "GL_ARB_texture_env_combine", NULL },
{ "GL_ARB_texture_env_dot3", NULL },
{ "GL_ARB_texture_env_add", NULL },
{ "GL_EXT_texture_lod_bias", NULL },
{ "GL_EXT_framebuffer_object", GL_EXT_framebuffer_object_functions },
{ "GL_EXT_stencil_wrap", NULL },
{ "GL_EXT_fog_coord", GL_EXT_fog_coord_functions },
{ "GL_SGIS_generate_mipmap", NULL },
{ NULL, NULL }
};