i965: Fix the SNB VE valid bit.

So, when the docs say that 0 means enabled now?  That's a lie.
This commit is contained in:
Eric Anholt
2010-02-25 15:22:20 -08:00
parent fc26f894ba
commit d790564f94
+1 -1
View File
@@ -806,7 +806,7 @@
# 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