summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_rast.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-08 19:53:14 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-10-08 19:53:14 +0100
commit7ef36171d5d58b97ffa179f824d77a9c339a7ae4 (patch)
tree6319279c2e8a31c2ff4c5e28d50bcd2afce93cc9 /src/gallium/drivers/llvmpipe/lp_rast.h
parent07ee87e6645318a34a395a50f4e8d554d118d24f (diff)
downloadexternal_mesa3d-7ef36171d5d58b97ffa179f824d77a9c339a7ae4.zip
external_mesa3d-7ef36171d5d58b97ffa179f824d77a9c339a7ae4.tar.gz
external_mesa3d-7ef36171d5d58b97ffa179f824d77a9c339a7ae4.tar.bz2
llvmpipe: Call lp_rast_shade_quads from tri rasterizer.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h
index 0aa111b..41a7f5e 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast.h
@@ -92,6 +92,9 @@ struct lp_rast_triangle {
float dx12;
float dx23;
float dx31;
+
+ /* inputs for the shader */
+ struct lp_rast_shader_inputs *inputs;
};
struct clear_tile {