llvmpipe: remove unused lp_rasterizer::fb field

This commit is contained in:
Brian Paul 2009-12-11 11:56:22 -07:00
parent 156eabbaf9
commit de31b0e60c
2 changed files with 0 additions and 2 deletions

View file

@ -635,7 +635,6 @@ lp_rasterize_bins( struct lp_rasterizer *rast,
lp_bins_enqueue( rast->full_bins, bins );
/* XXX need to move/fix these */
rast->fb = fb;
rast->write_depth = write_depth;
/*lp_bin_iter_begin( bins );*/

View file

@ -129,7 +129,6 @@ struct lp_rasterizer
pipe_thread threads[MAX_THREADS];
struct lp_bins *bins;
const struct pipe_framebuffer_state *fb;
boolean write_depth;
};