gen6 fix: fix a wrong bit in binding_table_pointer

This commit is contained in:
Zou Nan hai 2010-05-18 16:07:03 +08:00
parent 64f5e9059b
commit 0f88ce1b0a

View file

@ -783,7 +783,7 @@
#define CMD_BINDING_TABLE_PTRS 0x7801
# define GEN6_BINDING_TABLE_MODIFY_VS (1 << 8)
# define GEN6_BINDING_TABLE_MODIFY_GS (1 << 9)
# define GEN6_BINDING_TABLE_MODIFY_PS (1 << 10)
# define GEN6_BINDING_TABLE_MODIFY_PS (1 << 12)
#define CMD_3D_SAMPLER_STATE_POINTERS 0x7802 /* SNB+ */
# define PS_SAMPLER_STATE_CHANGE (1 << 12)