aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2019-08-27 15:28:13 +1000
committerDave Airlie <[email protected]>2019-09-04 15:22:20 +1000
commit0b51e73de22456c2d2b9dd7c643c14678594059c (patch)
treef1586d40d8bea1183c09b41f1f1a2be8a9c9659b /src/gallium/drivers/llvmpipe/lp_state.h
parent45a8cf95f21d7fe2c50091b82ac6f8c9ab57bab7 (diff)
llvmpipe: add compute shader images support
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 be7eeec811e..a14ed06f711 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -64,6 +64,7 @@
#define LP_CSNEW_SAMPLER 0x4
#define LP_CSNEW_SAMPLER_VIEW 0x8
#define LP_CSNEW_SSBOS 0x10
+#define LP_CSNEW_IMAGES 0x20
struct vertex_info;
struct pipe_context;