mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 10:30:13 +01:00
i965/blorp/gen7+: Do not trigger push constant space reconfig
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
cc2d0e64c0
commit
39fdee6b2d
1 changed files with 1 additions and 2 deletions
|
|
@ -144,8 +144,7 @@ gen7_emit_push_constant_state(struct brw_context *brw, unsigned vs_size,
|
|||
const struct brw_tracked_state gen7_push_constant_space = {
|
||||
.dirty = {
|
||||
.mesa = 0,
|
||||
.brw = BRW_NEW_BLORP |
|
||||
BRW_NEW_CONTEXT |
|
||||
.brw = BRW_NEW_CONTEXT |
|
||||
BRW_NEW_GEOMETRY_PROGRAM |
|
||||
BRW_NEW_TESS_PROGRAMS,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue