projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a935cb2
)
i965: Fix up Sandybridge GS reg definitions
author
Eric Anholt
<eric@anholt.net>
Thu, 17 Dec 2009 23:52:17 +0000
(15:52 -0800)
committer
Eric Anholt
<eric@anholt.net>
Thu, 25 Feb 2010 18:53:08 +0000
(10:53 -0800)
src/mesa/drivers/dri/i965/brw_defines.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_defines.h
b/src/mesa/drivers/dri/i965/brw_defines.h
index fcf02e9e3b755229b16001779db137e3408cc2b5..ae16fab5661a9738a035659e2cc9c0a392ffbc5c 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_defines.h
+++ b/
src/mesa/drivers/dri/i965/brw_defines.h
@@
-853,9
+853,9
@@
# define GEN6_GS_SAMPLER_COUNT_SHIFT 27
# define GEN6_GS_BINDING_TABLE_ENTRY_COUNT_SHIFT 18
/* DW4 */
-# define GEN6_GS_DISPATCH_START_GRF_SHIFT 20
# define GEN6_GS_URB_READ_LENGTH_SHIFT 11
# define GEN6_GS_URB_ENTRY_READ_OFFSET_SHIFT 4
+# define GEN6_GS_DISPATCH_START_GRF_SHIFT 0
/* DW5 */
# define GEN6_GS_MAX_THREADS_SHIFT 25
# define GEN6_GS_STATISTICS_ENABLE (1 << 10)