[Bug 28294] [r300g] Unigine Sanctuary v2.2: black glitches

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 28 18:37:32 PDT 2010


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.


More information about the dri-devel mailing list