Calling glClear on a framebuffer bound to a multisample texture doesn't seem to do anything. I think this has something to do with the fast clear implementation because if the clear is scissored or the color is changed to something that doesn't have 0.0 or 1.0 in the components then the fast color is disabled and it works.
Created attachment 100522 [details] [review] Piglit test that demonstrates the problem
I've posted a patch for this on the mailing list: http://lists.freedesktop.org/archives/mesa-dev/2014-June/061035.html
I've pushed the commit so I guess this bug is fixed now. http://cgit.freedesktop.org/mesa/mesa/commit/?id=765efeef883cdbb86e052acd88 I've posted the Piglit test to the mailing list as well. http://lists.freedesktop.org/archives/piglit/2014-June/011161.html
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.