llvmpipe: add support for compute constant buffers.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state.h
index 8f22debed41420e7c202d76cf67ae9da338db2ac..ca6e412df0b1fb4a7f8c2c5997f62544bce823d0 100644 (file)
@@ -60,6 +60,7 @@
 #define LP_NEW_FS_IMAGES    0x100000
 
 #define LP_CSNEW_CS 0x1
+#define LP_CSNEW_CONSTANTS 0x2
 
 struct vertex_info;
 struct pipe_context;