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