mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
panfrost: Report blend shader work count
This was going uninitialized, whoops! Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5827>
This commit is contained in:
parent
5247d67302
commit
b3fdd77385
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ panfrost_compile_blend_shader(
|
|||
res.first_tag = program.first_tag;
|
||||
res.size = program.compiled.size;
|
||||
res.buffer = program.compiled.data;
|
||||
res.work_count = program.work_register_count;
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue