https://bugs.freedesktop.org/show_bug.cgi?id=58210
José Fonseca <jfons...@vmware.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bri...@vmware.com, | |jfons...@vmware.com, | |za...@vmware.com --- Comment #2 from José Fonseca <jfons...@vmware.com> --- (In reply to comment #1) > Removing assert(svga_texture(texture)->key.cachable == 0); at > svga_resource_texture.c:207 seems to fix this... The assertion should only affect debug builds. Does Xorg only crash on debug builds? The fact the assertion fails means we're trying to share a resource which wasn't created shareable by the state tracker... We set svga_texture(texture)->key.cachable = 0 on the next line, so things should still sort of work, bu I think this is the symptom of some other issue with resource creation. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev