llvmpipe: introduce new state dirty tracking for compute.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state.h
index 46885a7e701fe3bf333610bd33ad90fd58b6f4aa..8f22debed41420e7c202d76cf67ae9da338db2ac 100644 (file)
@@ -59,6 +59,7 @@
 #define LP_NEW_FS_SSBOS      0x80000
 #define LP_NEW_FS_IMAGES    0x100000
 
+#define LP_CSNEW_CS 0x1
 
 struct vertex_info;
 struct pipe_context;