summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-15 11:52:13 -0700
committerBrian Paul <brianp@vmware.com>2010-01-15 11:52:14 -0700
commitadb48d535082f5a311751e1866997e381b2d3038 (patch)
tree9b019c0648cc148dce3b6569b1af43456aa17e03 /src/gallium/drivers/llvmpipe/lp_rast.h
parent47fee146879aa8ac7f216c8ac5f3a84270266287 (diff)
llvmpipe: remove lp_rast_triangle::min/max fields
These values aren't needed outside the do_triangle_ccw() function.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h
index 2a97fe4c67..21ebfa7ca9 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast.h
@@ -97,12 +97,6 @@ struct lp_rast_shader_inputs {
* Objects of this type are put into the setup_context::data buffer.
*/
struct lp_rast_triangle {
- /* bounding box of tri (in pixels) */
- int minx;
- int maxx;
- int miny;
- int maxy;
-
/* one-pixel sized trivial accept offsets for each plane */
int ei1;
int ei2;