summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-04 11:58:24 -0700
committerBrian Paul <brianp@vmware.com>2009-12-04 11:58:26 -0700
commit5c7d1b592ad9ce9e7ee36610f17d41e5c2881d54 (patch)
tree4ea3e090948eeaf1bb4038af8a2524293fbbb716 /src/gallium/drivers/llvmpipe/lp_rast.h
parentb1659b9213f3eeee440590dfe379f0d193948307 (diff)
llvmpipe: remove lp_rast_triangle::oneoverarea field
Makes lp_rast_triangle a little smaller (now 280 bytes on a 32-bit system).
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 e9a1fa49ad..a119b089bd 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast.h
@@ -108,11 +108,6 @@ struct lp_rast_triangle {
int step[3][16];
- /* XXX: this is only used inside lp_setup_tri.c, don't really
- * need it here:
- */
- float oneoverarea;
-
/* inputs for the shader */
struct lp_rast_shader_inputs inputs;
};