i965: allow larger AA points on fallback path
authorBrian Paul <brianp@vmware.com>
Tue, 13 Jan 2009 17:40:19 +0000 (10:40 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 14 Jan 2009 15:34:06 +0000 (08:34 -0700)
src/mesa/drivers/dri/i965/brw_context.c

index a415e378fff4f3f2dd419e2f21b68e031d4cd837..d7a2bd95ee2c67ec83c664749320c88781abb03d 100644 (file)
@@ -143,6 +143,9 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
    ctx->Const.MaxCubeTextureLevels = 12;
    ctx->Const.MaxTextureRectSize = (1<<11);
    
+   /* if conformance mode is set, swrast can handle any size AA point */
+   ctx->Const.MaxPointSizeAA = 255.0;
+
 /*    ctx->Const.MaxNativeVertexProgramTemps = 32; */
 
    brw_init_attribs( brw );