mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
glsl: Report progress from opt_copy_propagation_elements().
It's been altering the tree and reporting "false" since January 2011. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
702b6ea051
commit
96ce065db4
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ ir_copy_propagation_elements_visitor::handle_rvalue(ir_rvalue **ir)
|
|||
source_chan[2],
|
||||
source_chan[3],
|
||||
chans);
|
||||
progress = true;
|
||||
|
||||
if (debug) {
|
||||
printf("to:\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue