summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bin.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bin.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bin.h b/src/gallium/drivers/llvmpipe/lp_bin.h
index c49b0264d6..4394e7bda0 100644
--- a/src/gallium/drivers/llvmpipe/lp_bin.h
+++ b/src/gallium/drivers/llvmpipe/lp_bin.h
@@ -131,9 +131,8 @@ void lp_reset_bins(struct lp_bins *bins );
void lp_free_bin_data(struct lp_bins *bins);
-void
-lp_bin_set_num_bins( struct lp_bins *bins,
- unsigned tiles_x, unsigned tiles_y );
+void lp_bin_set_framebuffer_size( struct lp_bins *bins,
+ unsigned width, unsigned height );
void lp_bin_new_data_block( struct data_block_list *list );