summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv10_context.c
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-09-16 17:19:08 +0200
committerFrancisco Jerez <currojerez@riseup.net>2010-09-16 19:44:22 +0200
commitcbe0dd0f5a5468f821fe39b855e83ae19f28aa7f (patch)
tree44eab99aec3bd96026c1a546125df14a1162f206 /src/mesa/drivers/dri/nouveau/nv10_context.c
parentaad06c852491d9a83e74625220923da1626896ed (diff)
dri/nouveau: Add some more extensions.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_context.c')
-rw-r--r--src/mesa/drivers/dri/nouveau/nv10_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_context.c b/src/mesa/drivers/dri/nouveau/nv10_context.c
index 7f000026b3..08be2a25a0 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_context.c
+++ b/src/mesa/drivers/dri/nouveau/nv10_context.c
@@ -33,6 +33,7 @@
#include "nv10_driver.h"
static const struct dri_extension nv10_extensions[] = {
+ { "GL_ARB_texture_env_crossbar", NULL },
{ "GL_EXT_texture_rectangle", NULL },
{ "GL_ARB_texture_env_combine", NULL },
{ "GL_ARB_texture_env_dot3", NULL },