projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d911e3e
)
i965: allow larger AA points on fallback path
author
Brian Paul
<brianp@vmware.com>
Tue, 13 Jan 2009 17:40:19 +0000
(10:40 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 14 Jan 2009 15:34:06 +0000
(08:34 -0700)
src/mesa/drivers/dri/i965/brw_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_context.c
b/src/mesa/drivers/dri/i965/brw_context.c
index a415e378fff4f3f2dd419e2f21b68e031d4cd837..d7a2bd95ee2c67ec83c664749320c88781abb03d 100644
(file)
--- 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 );