tredaell / rpms / mesa

Forked from rpms/mesa 3 years ago
Clone
b591a09
diff -up Mesa-7.3/src/mesa/drivers/dri/i965/brw_context.c.jx Mesa-7.3/src/mesa/drivers/dri/i965/brw_context.c
b591a09
--- Mesa-7.3/src/mesa/drivers/dri/i965/brw_context.c.jx	2009-01-21 10:55:47.000000000 -0500
b591a09
+++ Mesa-7.3/src/mesa/drivers/dri/i965/brw_context.c	2009-02-09 17:55:02.000000000 -0500
b591a09
@@ -138,10 +138,10 @@ GLboolean brwCreateContext( const __GLco
b591a09
    /* Advertise the full hardware capabilities.  The new memory
b591a09
     * manager should cope much better with overload situations:
b591a09
     */
b591a09
-   ctx->Const.MaxTextureLevels = 12;
b591a09
+   ctx->Const.MaxTextureLevels = 13;
b591a09
    ctx->Const.Max3DTextureLevels = 9;
b591a09
    ctx->Const.MaxCubeTextureLevels = 12;
b591a09
-   ctx->Const.MaxTextureRectSize = (1<<11);
b591a09
+   ctx->Const.MaxTextureRectSize = (1<<12);
b591a09
    
b591a09
    /* if conformance mode is set, swrast can handle any size AA point */
b591a09
    ctx->Const.MaxPointSizeAA = 255.0;