llvmpipe: remove unused lp_rasterizer::fb field
authorBrian Paul <brianp@vmware.com>
Fri, 11 Dec 2009 18:56:22 +0000 (11:56 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 11 Dec 2009 18:56:22 +0000 (11:56 -0700)
src/gallium/drivers/llvmpipe/lp_rast.c
src/gallium/drivers/llvmpipe/lp_rast_priv.h

index 97233e1..a8212d7 100644 (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 );*/
index abe791f..4ae54ac 100644 (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;
 };