summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-09-20 12:52:16 -0600
committerBrian Paul <brianp@vmware.com>2010-09-20 12:52:16 -0600
commit955d76c3d2004c058c326d68eddc5a06d1611a41 (patch)
treec6c4ad71bda73964d67a0774ee0844a132828d3c /src/gallium/drivers/llvmpipe/lp_state_fs.h
parentf964f92bcc7d4fbbceb16ea972fbbdd278953d75 (diff)
llvmpipe: maintain fragment shader state for draw module
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_fs.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.h b/src/gallium/drivers/llvmpipe/lp_state_fs.h
index 2914e7d7ef..4999b8dca1 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.h
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.h
@@ -100,6 +100,8 @@ struct lp_fragment_shader
struct lp_fs_variant_list_item variants;
+ struct draw_fragment_shader *draw_data;
+
/* For debugging/profiling purposes */
unsigned variant_key_size;
unsigned no;