gallium: rename pipe_draw_start_count -> pipe_draw_start_count_bias
and add an index_bias member no functional changes yet, just the rename and unused struct member Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10166>
This commit is contained in:

committed by
Marge Bot

parent
60fa555e61
commit
4fe6c85526
@@ -855,7 +855,7 @@ void iris_copy_region(struct blorp_context *blorp,
|
||||
|
||||
void iris_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info,
|
||||
const struct pipe_draw_indirect_info *indirect,
|
||||
const struct pipe_draw_start_count *draws,
|
||||
const struct pipe_draw_start_count_bias *draws,
|
||||
unsigned num_draws);
|
||||
void iris_launch_grid(struct pipe_context *, const struct pipe_grid_info *);
|
||||
|
||||
|
Reference in New Issue
Block a user