summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2019-07-20 14:28:23 +1000
committerDave Airlie <[email protected]>2019-08-27 12:30:04 +1000
commit2909c654b014e5360b08b28b70df297cd8e1c090 (patch)
tree78188d8f59c13706a37b1f6118bf5a8bac5f5edd /src/gallium/drivers/llvmpipe/lp_state.h
parentdc2357070cb78497686d5d3b02418032dddac5ac (diff)
llvmpipe: add fragment shader image 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h
index 1c3191b983f..753f596a858 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -57,7 +57,7 @@
#define LP_NEW_SO 0x20000
#define LP_NEW_SO_BUFFERS 0x40000
#define LP_NEW_FS_SSBOS 0x80000
-
+#define LP_NEW_FS_IMAGES 0x100000
struct vertex_info;