summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810context.c
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2006-05-17 06:26:25 +0000
committerDave Airlie <airliedfreedesktop.org>2006-05-17 06:26:25 +0000
commitcea0c74bcbed69c4d066be85e5fcb85ed8cb9764 (patch)
tree9046ac644894ea4a82b7c43c475c6a14da94cd9f /src/mesa/drivers/dri/i810/i810context.c
parent601c02f7835bb01a9c25d232f5e6e11ba258d6d9 (diff)
add texture rectangle support for i815, I wrote the original patch about
2 years ago, I finally dug out an i815 and got it working
Diffstat (limited to 'src/mesa/drivers/dri/i810/i810context.c')
-rw-r--r--src/mesa/drivers/dri/i810/i810context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i810/i810context.c b/src/mesa/drivers/dri/i810/i810context.c
index a622051edd..23373ef73b 100644
--- a/src/mesa/drivers/dri/i810/i810context.c
+++ b/src/mesa/drivers/dri/i810/i810context.c
@@ -133,6 +133,7 @@ const struct dri_extension card_extensions[] =
{ "GL_EXT_texture_edge_clamp", NULL },
{ "GL_EXT_texture_env_combine", NULL },
{ "GL_EXT_texture_lod_bias", NULL },
+ { "GL_EXT_texture_rectangle", NULL },
{ "GL_MESA_ycbcr_texture", NULL },
{ "GL_NV_blend_square", NULL },
{ "GL_SGIS_generate_mipmap", NULL },