projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305b721
)
i965: fix typo in SNB VS defines comment
author
Eric Anholt
<eric@anholt.net>
Thu, 17 Dec 2009 23:51:43 +0000
(15: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 c1f041939efc2dd737299db0dd5a5c36a8c41144..fcf02e9e3b755229b16001779db137e3408cc2b5 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_defines.h
+++ b/
src/mesa/drivers/dri/i965/brw_defines.h
@@
-840,7
+840,7
@@
# define GEN6_VS_DISPATCH_START_GRF_SHIFT 20
# define GEN6_VS_URB_READ_LENGTH_SHIFT 11
# define GEN6_VS_URB_ENTRY_READ_OFFSET_SHIFT 4
-/* DW
6
*/
+/* DW
5
*/
# define GEN6_VS_MAX_THREADS_SHIFT 25
# define GEN6_VS_STATISTICS_ENABLE (1 << 10)
# define GEN6_VS_CACHE_DISABLE (1 << 1)