aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2019-08-27 15:21:48 +1000
committerDave Airlie <[email protected]>2019-09-04 15:22:20 +1000
commit45a8cf95f21d7fe2c50091b82ac6f8c9ab57bab7 (patch)
tree2c287c88fe4c576d5ada4da6f148c08229a1d4e1 /src/gallium/drivers/llvmpipe/lp_state.h
parent6ea8e9b415b31aede0c337bba0591271b9253c27 (diff)
llvmpipe: add ssbo support to compute shaders
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h
index 7138e6d74b7..be7eeec811e 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -63,6 +63,7 @@
#define LP_CSNEW_CONSTANTS 0x2
#define LP_CSNEW_SAMPLER 0x4
#define LP_CSNEW_SAMPLER_VIEW 0x8
+#define LP_CSNEW_SSBOS 0x10
struct vertex_info;
struct pipe_context;