summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.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.h
parentea35993e7479793212529b1db081c84aa71ea4cc (diff)
llvmpipe: checkpoint: begin plugging in bin queue code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h
index 25e7f8e008..0000fbc5c7 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast.h
@@ -48,6 +48,7 @@
*/
struct lp_rasterizer;
struct lp_bins;
+struct lp_bins_queue;
struct cmd_bin;
struct pipe_screen;
@@ -130,7 +131,8 @@ struct lp_rast_triangle {
-struct lp_rasterizer *lp_rast_create( struct pipe_screen *screen );
+struct lp_rasterizer *lp_rast_create( struct pipe_screen *screen,
+ struct lp_bins_queue *empty );
void lp_rast_destroy( struct lp_rasterizer * );