https://bugs.freedesktop.org/show_bug.cgi?id=49148 Ilia Mirkin <imirkin at alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #6 from Ilia Mirkin <imirkin at alum.mit.edu> --- Well, I've found an app that causes this to trigger -- supertuxkart. The basic problem seem to be that when nouveau_render_texture is called, the teximage's surface does not seem to be populated (although its base values are fine). As a result, the renderbuffer's surface ends up with 0's for everything, and that's not a supported format. I've yet to figure out how come the teximage's stuff isn't updated (nor do I see where it would ever be updated). I think the move is to add a AllocTextureImageBuffer implementation, but that is, as of yet, untested. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130902/030253c1/attachment.html>