[Bug 28606] [r300g]: Compiz focus blur effect does not work. (causes black windows instead)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 3 16:34:57 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=28606

--- Comment #4 from Marek Olšák <maraeo at gmail.com> 2010-07-03 16:34:57 PDT ---
The real problem with the r300 compiler is scheduling of TEX blocks, which is
done against the r300 hardware (r500 is ok here). I've had a closer look at a
shader from etqw which creates about 10 TEX blocks on r300 even though there
are NO texture indirections. The instructions just have wrong ordering and that
is the only reason the shader doesn't fit in hardware.

-- 
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