mesa/src/egl
Matt Turner 53f64a8404 egl/dri2: Don't check return result of mtx_unlock().
Coverity (CID 1358496) warns that the cleanup code doesn't unlock the
mutex (which is arguably kind of stupid, since the only case that can
happen is when mtx_unlock() failed!). But, mtx_unlock() isn't going to
fail -- the mutex was locked by this thread just a few lines above it.
2016-05-18 11:09:37 -07:00
..
docs egl: Mark EGL_MESA_screen_surface as obsolete. 2010-08-31 15:25:22 +08:00
drivers egl/dri2: Don't check return result of mtx_unlock(). 2016-05-18 11:09:37 -07:00
main egl: implement EGL part of interop interface (v2) 2016-04-20 12:18:47 +02:00
wayland egl/wayland: do not wrap header inclusion in extern "C" 2016-03-09 17:16:50 +00:00
Android.mk Android: clean-up and fix DRI module path handling 2016-02-29 10:51:44 +00:00
egl-symbols-check egl: fix make check broken by interop support 2016-04-26 21:37:07 +02:00
Makefile.am automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLAND 2016-05-01 08:38:05 +01:00
Makefile.sources automake: rework the EGL build 2015-07-22 16:35:27 +01:00
SConscript egl: Fix missing Haiku include path 2015-09-28 13:58:25 -04:00