From c59270e2b82abe9bcb0af6a1593b81772f6306d3 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sun, 19 Sep 2004 08:03:46 +0000 Subject: Add GL_ARB_texture_cube_map support for i830. Most of the code was lifted from the i915 side. i830 will now report version 1.3! Hurrah! With the exception of GL_EXT_texture_compression_s3tc, the i830 driver now supports all the extensions that its Windows counterpart supports. --- src/mesa/drivers/dri/i915/i830_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/i915/i830_context.c') diff --git a/src/mesa/drivers/dri/i915/i830_context.c b/src/mesa/drivers/dri/i915/i830_context.c index 2c81e3de6d..fc63386cbe 100644 --- a/src/mesa/drivers/dri/i915/i830_context.c +++ b/src/mesa/drivers/dri/i915/i830_context.c @@ -99,7 +99,7 @@ GLboolean i830CreateContext( const __GLcontextModes *mesaVis, 4, 11, /* max 2D texture size is 2048x2048 */ 8, /* max 3D texture size is 256^3 */ - 0, /* max CUBE. not supported */ + 10, /* max CUBE texture size is 1024x1024 */ 11, /* max RECT. supported */ 12, GL_FALSE ); -- cgit v1.2.3