projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dedfc0e
)
i965: Don't include SNB in has_negative_rhw_bug.
author
Eric Anholt
<eric@anholt.net>
Thu, 25 Feb 2010 22:24:36 +0000
(14:24 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 26 Feb 2010 02:36:44 +0000
(18:36 -0800)
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
3614149
..
a512896
100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_context.c
+++ b/
src/mesa/drivers/dri/i965/brw_context.c
@@
-170,7
+170,7
@@
GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
brw->urb.size = 384;
brw->vs_max_threads = 32;
brw->wm_max_threads = 10 * 5;
- } else {
+ } else
if (intel->gen < 6)
{
brw->urb.size = 256;
brw->vs_max_threads = 16;
brw->wm_max_threads = 8 * 4;