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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user