diff options
author | Brian Paul <[email protected]> | 2009-12-04 11:58:24 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-04 11:58:26 -0700 |
commit | 5c7d1b592ad9ce9e7ee36610f17d41e5c2881d54 (patch) | |
tree | 4ea3e090948eeaf1bb4038af8a2524293fbbb716 /src/gallium/drivers/llvmpipe/lp_rast.h | |
parent | b1659b9213f3eeee440590dfe379f0d193948307 (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.h | 5 |
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 e9a1fa49add..a119b089bd8 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; }; |