From cea0c74bcbed69c4d066be85e5fcb85ed8cb9764 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 17 May 2006 06:26:25 +0000 Subject: 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 --- src/mesa/drivers/dri/i810/i810context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/dri/i810/i810context.c') 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 }, -- cgit v1.2.3