https://bugs.freedesktop.org/show_bug.cgi?id=28294
--- Comment #50 from Tom Stellard <tstellar at gmail.com> 2010-10-28 18:37:32 PDT --- In radeon_optimize.c starting at line 660, there are three optimization functions: constant_folding, peephole, and copy_propagate. You could try commenting these out one at a time to see which one is causing the problem. Note: when you comment out the peephole function make sure to comment out the continue statement below it, like this: //if(peephole(c, cur)) // continue; -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.