(In reply to comment #19) > e943e5c291c5f4c017f9f5a483f1940313333fc3 is the first bad commit > commit e943e5c291c5f4c017f9f5a483f1940313333fc3 > Author: Chad Versace <chad.vers...@linux.intel.com> > Date: Thu Aug 2 17:13:17 2012 -0700 > > intel: Advertise multisample DRI2 configs on gen >= 6 > > This turns on window system MSAA. > > So in other words, it looks like KDE is using multisampling now, whereas it > didn't before. Our implementation of that may not be optimal, and may have > bugs, but it will always be far slower than single sampling. > > My next question would be: how can one disable the use of MSAA in KWin or > Plasma? I don't see an option for that, but I would be really surprised if > there wasn't one...
The algorithm that chooses the FBConfig doesn't check the values of GLX_SAMPLES and GLX_SAMPLE_BUFFERS, so I guess it ends up picking an MSAA config purely by accident. That's something we'll have to fix in KWin. But unfortunately that also means that there is no way to enable or disable the use of MSAA right now. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1061073 Title: Desktop effects are slow and desktop corruption using mesa 9 To manage notifications about this bug go to: https://bugs.launchpad.net/kdebase-workspace/+bug/1061073/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp