Summary: | eglSwapBuffers() crash on dri | ||
---|---|---|---|
Product: | Mesa | Reporter: | Lionel Landwerlin <lionel.g.landwerlin> |
Component: | EGL | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | kondapallykalyancontribute, krh |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | egl/drm: do not crash when swapping buffers without any rendering |
Description
Lionel Landwerlin
2014-09-03 16:04:26 UTC
Created attachment 106199 [details] [review] egl/drm: do not crash when swapping buffers without any rendering Reproducing the bit in the swap_buffers from the wayland platform : http://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c#n607 Lionel, Can you send this patch for review to mesa dev mailing list? Br, Kalyan Lionel, could you specify a minimal testcase for this? I'm not able to reproduce this using a small app (egl and gles2) that just calls eglSwapBuffers() few times (with or without glclear calls in between). (In reply to Tapani Pälli from comment #3) > Lionel, could you specify a minimal testcase for this? I'm not able to > reproduce this using a small app (egl and gles2) that just calls > eglSwapBuffers() few times (with or without glclear calls in between). Oops, now I realized I'm using 'x11' platform and that is why my test works. Anyway, a small test case (for piglit) would be nice. I see that Wayland platform has identical behavior. was fixed |
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.