[Mesa-dev] [PATCH] egl/dri2: remove error checks on return values from mtx_lock and cnd_wait

Emil Velikov emil.l.velikov at gmail.com
Tue Aug 23 11:20:50 UTC 2016


On 15 August 2016 at 23:12, Dongwon Kim <dongwon.kim at intel.com> wrote:
> This removes unnecessary error checks on return result of mtx_lock
> and cnd_wait calls as in all other places in MESA source since there
> is no chance that any of these functions return any of error codes
> in current implementation.
>
> This patch also removes a redundent _eglError call that follows
> EGL_FALSE check in the bottom of dri2_client_wait_sync.
>
> Signed-off-by: Dongwon Kim <dongwon.kim at intel.com>
Pushed to master.

Thanks !
Emil


More information about the mesa-dev mailing list