Mesa (master): i965: allow larger AA points on fallback path

Brian Paul brianp at kemper.freedesktop.org
Wed Jan 14 15:34:27 UTC 2009


Module: Mesa
Branch: master
Commit: 49b53407c7c4f08b5e13591fd04080ca602fba40
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=49b53407c7c4f08b5e13591fd04080ca602fba40

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jan 13 10:40:19 2009 -0700

i965: allow larger AA points on fallback path

---

 src/mesa/drivers/dri/i965/brw_context.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c
index a415e37..d7a2bd9 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -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 );




More information about the mesa-commit mailing list