From: Eric Anholt Date: Thu, 17 Dec 2009 23:51:43 +0000 (-0800) Subject: i965: fix typo in SNB VS defines comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a935cb2acafab199ac5ed4f2484af77be2af6363;p=mesa.git i965: fix typo in SNB VS defines comment --- diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index c1f041939ef..fcf02e9e3b7 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)