summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-19 09:24:20 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:35 +0100
commit39352b34438affc36ce22852bb55359d304a522c (patch)
treec9aea3c112667b22403778bb657f352fde08c656 /src/gallium/drivers/llvmpipe/lp_state.h
parent4c6fd574b1432b91c3645a3db586d3efbd9617bc (diff)
llvmpipe: Put color/depth directly into the quad structure.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h
index f823762c46..df7fff9d38 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -64,8 +64,9 @@ typedef void
const void *dadx,
const void *dady,
const void *consts,
- void *outputs,
uint32_t *mask,
+ void *color,
+ void *depth,
struct tgsi_sampler **samplers);
/**