vc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage flags.
authorEric Anholt <eric@anholt.net>
Fri, 15 Jul 2016 00:38:43 +0000 (17:38 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 15 Jul 2016 20:54:00 +0000 (13:54 -0700)
commit88152d7dc0e2cf233cd2c38a4e9affb1ea73fa97
tree31c6f89aaacd84b05bdb48f5ab09fbd36d48b258
parent5db82e0c897da46867dec5886bae1607d3124abc
vc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage flags.

The compiler uses the per-stage flags already, so it didn't need this.
vc4_uniforms was using it, so just replace it with both of the stage flags
for now.
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_program.c
src/gallium/drivers/vc4/vc4_state.c
src/gallium/drivers/vc4/vc4_uniforms.c