summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-09 14:53:33 -0700
committerBrian Paul <brianp@vmware.com>2009-12-09 14:53:33 -0700
commitd7dbc666367438ee9efe748505907b36bba6b66a (patch)
treee93804c614614af992b9a4c433575ee61ba60efa /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parentea35993e7479793212529b1db081c84aa71ea4cc (diff)
llvmpipe: checkpoint: begin plugging in bin queue code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 5502419a92..4e4f8b36a7 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -95,6 +95,10 @@ struct lp_rasterizer
boolean clipped_tile;
boolean check_for_clipped_tiles;
+ struct lp_bins_queue *full_bins;
+ struct lp_bins_queue *empty_bins;
+ pipe_mutex get_bin_mutex;
+
/* Framebuffer stuff
*/
struct pipe_screen *screen;