summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-08-27 11:03:58 +0100
committerKeith Whitwell <keithw@vmware.com>2010-08-27 13:08:55 +0100
commitaea6b415deffd7613d67dc85876afab151b7460e (patch)
treeed7c3a7d2a400f1ba547b1e7285f453292619a78 /src/gallium/drivers/llvmpipe/lp_rast.h
parent29ec116e8f21c65250f1083830b82ff59859496d (diff)
llvmpipe: eliminate tri->dx, tri->dy values
Use an internal struct for line setup information.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h
index 37b4fdc31e..b4564ef33b 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast.h
@@ -116,11 +116,6 @@ struct lp_rast_triangle {
/* inputs for the shader */
struct lp_rast_shader_inputs inputs;
- /* XXX: temporarily use these additional fields for line
- * coefficient setup
- */
- float dx, dy;
-
#ifdef DEBUG
float v[3][2];
#endif