From 7cbc9663240bf43c5715607c2b1e53a0e04af71c Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Fri, 11 Jun 2004 15:36:42 +0000 Subject: re-enable rect texture --- src/mesa/drivers/dri/i915/i915_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/i915/i915_context.c') diff --git a/src/mesa/drivers/dri/i915/i915_context.c b/src/mesa/drivers/dri/i915/i915_context.c index f2cdcfc64f..3bb5b0df78 100644 --- a/src/mesa/drivers/dri/i915/i915_context.c +++ b/src/mesa/drivers/dri/i915/i915_context.c @@ -173,7 +173,7 @@ GLboolean i915CreateContext( const __GLcontextModes *mesaVis, 11, /* max 2D texture size is 2048x2048 */ 8, /* 3D texture */ 11, /* cube texture. */ - 0, /* max RECT. supported, but not enabled */ + 11, /* rect texture */ 12, GL_FALSE ); ctx->Const.MaxTextureUnits = I915_TEX_UNITS; -- cgit v1.2.3