"Денис Латыпов"
2006-Jun-08 18:39 UTC
[compiz] ss->translate > 0.001f makes my compiz working slow
plugin/switcher.c:1290: if (ss->grabIndex || (ss->zooming && ss->translate > 0.001f)) that line you have added 2006-06-06 and this made my compiz extremely slow. I am changing it back to `if (ss->grabIndex || ss->zooming)' after every cvs update and it makes compiz working propely. FreeBSD 6.1, ATI Mobility Radeon M7 LW [Mobility Raden 7500], driver "radeon" and big thanx for the shader!!! -- br, Denis F. Latypoff.
David Reveman
2006-Jun-08 18:42 UTC
[compiz] Re: ss->translate > 0.001f makes my compiz working slow
On Fri, 2006-06-09 at 05:25 +0400, "????? ???????" wrote:> plugin/switcher.c:1290: if (ss->grabIndex || (ss->zooming && ss->translate > 0.001f)) > that line you have added 2006-06-06 and this made my compiz extremely slow. > I am changing it back to `if (ss->grabIndex || ss->zooming)' after every cvs update and it makes compiz working propely. > FreeBSD 6.1, ATI Mobility Radeon M7 LW [Mobility Raden 7500], driver "radeon"That's because your driver is missing support for GLX_MESA_copy_sub_buffer. I've added support for GLX_MESA_copy_sub_buffer to all radeon drivers in Mesa. Get an updated driver and performance should be much better than when you remove "ss->translate > 0.001f". -David