diff options
author | Eric Anholt <[email protected]> | 2009-12-17 14:51:42 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-02-25 10:53:08 -0800 |
commit | 305b72154f6b05360d64feca4725a2eaa8c48a6e (patch) | |
tree | 2b9df89820854ba5e30b08a15cbb387cf8466c63 /src | |
parent | 0fbc0b0c172060ce5dd946fe33a43d9194ab45d0 (diff) |
i965: fix typo in SNB GS register defines
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 3201de601a5..c1f041939ef 100644 --- 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) |