https://bugs.freedesktop.org/show_bug.cgi?id=37513
Summary: WebGL in Chrome: BadDrawable Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: sa@whiz.se
When running part of the WebGL conformance test, buffer-preserve-test.html, this error is repeated on the terminal and Chrome later crashes:
[10066:10066:23755423156:ERROR:x11_util.cc(862)] X Error detected: serial 111, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 137, minor_code 8 (DRI2SwapBuffers )
Chrome needs to be run with --ignore-gpu-blacklist --enable-webgl
System environment: -- system architecture: 32-bit -- Linux distribution: Debian unstable -- GPU: REDWOOD -- Model: XFX Radeon HD 5670 1GB -- Display connector: DVI -- xf86-video-ati: 6.14.1 -- xserver: 1.10.1 -- mesa: git-fd6f2d6 -- drm: 2.4.25 -- kernel: 2.6.39
https://bugs.freedesktop.org/show_bug.cgi?id=37513
Sven Arvidsson sa@whiz.se changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Sven Arvidsson sa@whiz.se 2011-06-24 15:09:44 PDT --- This does not seem to be a problem any longer.
The conformance test still doesn't run however, but the crashes seems to be in Chrome and not Mesa. Not sure if this is even supposed to work as WebGL seems to be blacklisted on everything but Nvidia according to this: http://www.khronos.org/webgl/wiki/BlacklistsAndWhitelists
dri-devel@lists.freedesktop.org