summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i830_context.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-09-19 08:03:46 +0000
committerIan Romanick <idr@us.ibm.com>2004-09-19 08:03:46 +0000
commitc59270e2b82abe9bcb0af6a1593b81772f6306d3 (patch)
tree5e915e6244527f16cbc5a9497e614043bc39de54 /src/mesa/drivers/dri/i915/i830_context.c
parentb9bbe780313d584974307389a67ca94ad65de3c0 (diff)
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.
Diffstat (limited to 'src/mesa/drivers/dri/i915/i830_context.c')
-rw-r--r--src/mesa/drivers/dri/i915/i830_context.c2
1 files changed, 1 insertions, 1 deletions
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 );