mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 14:10:25 +01:00
gen6 fix: fix a wrong bit in binding_table_pointer
This commit is contained in:
parent
64f5e9059b
commit
0f88ce1b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue