summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-06-21 14:11:15 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-06-21 14:11:15 +0100
commit197636814e4e523b98d3e25d918d589ef61b8aca (patch)
tree2130aa40a8c292ac0e629b07d13b74623b9533c4 /src/gallium/drivers/llvmpipe/lp_state_fs.h
parentd82f6253331abf09ca714b844b1a9179ed8050b3 (diff)
llvmpipe: s/lpfs/shader/
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, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.h b/src/gallium/drivers/llvmpipe/lp_state_fs.h
index 272c9269ea..593cd4de6b 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.h
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.h
@@ -73,7 +73,6 @@ struct lp_fs_variant_list_item
struct lp_fragment_shader_variant
{
struct lp_fragment_shader_variant_key key;
- struct lp_fragment_shader *lpfs;
boolean opaque;
@@ -82,6 +81,7 @@ struct lp_fragment_shader_variant
lp_jit_frag_func jit_function[2];
struct lp_fs_variant_list_item list_item_global, list_item_local;
+ struct lp_fragment_shader *shader;
/* For debugging/profiling purposes */
unsigned no;