llvmpipe: add compute sampler + sampler view support.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state.h
index ca6e412df0b1fb4a7f8c2c5997f62544bce823d0..7138e6d74b708d3dd932db74482ae733a325582a 100644 (file)
@@ -61,6 +61,8 @@
 
 #define LP_CSNEW_CS 0x1
 #define LP_CSNEW_CONSTANTS 0x2
+#define LP_CSNEW_SAMPLER 0x4
+#define LP_CSNEW_SAMPLER_VIEW 0x8
 
 struct vertex_info;
 struct pipe_context;