Browse Source

i965: fix typo in SNB VS defines comment

tags/7.8-rc1
Eric Anholt 15 years ago
parent
commit
a935cb2aca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/i965/brw_defines.h

+ 1
- 1
src/mesa/drivers/dri/i965/brw_defines.h View File

@@ -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)

Loading…
Cancel
Save