summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-07-14 17:38:43 -0700
committerEric Anholt <eric@anholt.net>2016-07-15 13:54:00 -0700
commit88152d7dc0e2cf233cd2c38a4e9affb1ea73fa97 (patch)
tree31c6f89aaacd84b05bdb48f5ab09fbd36d48b258 /src/gallium/drivers/vc4/vc4_context.h
parent5db82e0c897da46867dec5886bae1607d3124abc (diff)
downloadexternal_mesa3d-88152d7dc0e2cf233cd2c38a4e9affb1ea73fa97.zip
external_mesa3d-88152d7dc0e2cf233cd2c38a4e9affb1ea73fa97.tar.gz
external_mesa3d-88152d7dc0e2cf233cd2c38a4e9affb1ea73fa97.tar.bz2
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.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h
index a7c25a8..7da2b55 100644
--- a/src/gallium/drivers/vc4/vc4_context.h
+++ b/src/gallium/drivers/vc4/vc4_context.h
@@ -49,7 +49,6 @@
#define VC4_DIRTY_ZSA (1 << 2)
#define VC4_DIRTY_FRAGTEX (1 << 3)
#define VC4_DIRTY_VERTTEX (1 << 4)
-#define VC4_DIRTY_TEXSTATE (1 << 5)
#define VC4_DIRTY_BLEND_COLOR (1 << 7)
#define VC4_DIRTY_STENCIL_REF (1 << 8)