https://bugs.freedesktop.org/show_bug.cgi?id=58210
José Fonseca <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected] --- Comment #2 from José Fonseca <[email protected]> --- (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 [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
