mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
nv50/ir: initialize persampleInvocation to false
Fixes: random KHR-GL45.sample_variables.mask.* fails
Fixes: 66ed9792ed ("nv50: Clear nv50_ir_prog_info of dead and codegen specific variables")
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6001>
This commit is contained in:
parent
618b355504
commit
3a7cd7bd65
1 changed files with 1 additions and 0 deletions
|
|
@ -1182,6 +1182,7 @@ Program::Program(Type type, Target *arch)
|
|||
|
||||
maxGPR = -1;
|
||||
fp64 = false;
|
||||
persampleInvocation = false;
|
||||
|
||||
main = new Function(this, "MAIN", ~0);
|
||||
calls.insert(&main->call);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue