diff options
author | Eric Anholt <eric@anholt.net> | 2009-12-17 15:51:43 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-02-25 10:53:08 -0800 |
commit | a935cb2acafab199ac5ed4f2484af77be2af6363 (patch) | |
tree | a8f8475b77e862a59cc86fb122b4db4d6ab61f31 /src | |
parent | 305b72154f6b05360d64feca4725a2eaa8c48a6e (diff) |
i965: fix typo in SNB VS defines comment
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index c1f041939e..fcf02e9e3b 100644 --- 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 -/* DW6 */ +/* DW5 */ # define GEN6_VS_MAX_THREADS_SHIFT 25 # define GEN6_VS_STATISTICS_ENABLE (1 << 10) # define GEN6_VS_CACHE_DISABLE (1 << 1) |