mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 12:50:10 +01:00
pan/bi: Allow UBO pushing to run multiple times
For IDVS. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14154>
This commit is contained in:
parent
e2f7871bcf
commit
c7fae2c896
1 changed files with 0 additions and 3 deletions
|
|
@ -128,9 +128,6 @@ bi_pick_ubo(struct panfrost_ubo_push *push, struct bi_ubo_analysis *analysis)
|
|||
void
|
||||
bi_opt_push_ubo(bi_context *ctx)
|
||||
{
|
||||
/* This pass only runs once */
|
||||
assert(ctx->info->push.count == 0);
|
||||
|
||||
struct bi_ubo_analysis analysis = bi_analyze_ranges(ctx);
|
||||
bi_pick_ubo(&ctx->info->push, &analysis);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue