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
@@ -63,7 +63,7 @@ struct iris_vtable {
|
||||
struct iris_batch *batch,
|
||||
const struct pipe_draw_info *draw,
|
||||
const struct pipe_draw_indirect_info *indirect,
|
||||
const struct pipe_draw_start_count *sc);
|
||||
const struct pipe_draw_start_count_bias *sc);
|
||||
void (*update_surface_base_address)(struct iris_batch *batch,
|
||||
struct iris_binder *binder);
|
||||
void (*upload_compute_state)(struct iris_context *ice,
|
||||
|
Reference in New Issue
Block a user