mesa/src/egl/drivers
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
..
dri2 egl/dri2: Don't check return result of mtx_unlock(). 2016-05-18 11:09:37 -07:00
haiku scons: rework the EGL build 2015-07-22 16:35:27 +01:00