i965: Fix the SNB VE valid bit.
authorEric Anholt <eric@anholt.net>
Thu, 25 Feb 2010 23:22:20 +0000 (15:22 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 26 Feb 2010 02:36:44 +0000 (18:36 -0800)
So, when the docs say that 0 means enabled now?  That's a lie.

src/mesa/drivers/dri/i965/brw_defines.h

index 76ae17c96a443e9c5de662ff9168b3d649ed776f..bb1b5f5ef037038a253ebf38c4bdbd74467845e6 100644 (file)
 # define GEN6_VE0_INDEX_SHIFT          26
 # define BRW_VE0_FORMAT_SHIFT          16
 # define BRW_VE0_VALID                 (1 << 26)
-# define GEN6_VE0_VALID                        (0 << 25)
+# define GEN6_VE0_VALID                        (1 << 25)
 # define BRW_VE0_SRC_OFFSET_SHIFT      0
 # define BRW_VE1_COMPONENT_NOSTORE     0
 # define BRW_VE1_COMPONENT_STORE_SRC   1