mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
llvmpipe: remove unused lp_rasterizer::fb field
This commit is contained in:
parent
156eabbaf9
commit
de31b0e60c
2 changed files with 0 additions and 2 deletions
|
|
@ -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 );*/
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue