projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fbc0b0
)
i965: fix typo in SNB GS register defines
author
Eric Anholt
<eric@anholt.net>
Thu, 17 Dec 2009 22:51:42 +0000
(14:51 -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 3201de601a5b39e599a25225591813e272bf0495..c1f041939efc2dd737299db0dd5a5c36a8c41144 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)