mesa/src/egl/drivers/dri2
Eric Anholt 932d1613d1 egl: Drop check for driver != NULL.
Back in 2013, a patch was added (with 2 reviewers!) at the end of the
block to early exit the loop in this case, without noticing that the loop
already did.  I added another early exit case, again without noticing, but
Rob caught me.  Just drop the loop condition that apparently surprises
most of us, instead of leaving the end of the loop conspicuously not
exiting on success.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
2015-06-15 10:32:23 -07:00
..
Android.mk egl/dri2: Fix Android Lollipop build on ARM. 2015-06-15 10:32:23 -07:00
Makefile.am automake: add missing egl files to the tarball 2015-03-25 21:00:02 +00:00
SConscript
egl_dri2.c egl: Drop check for driver != NULL. 2015-06-15 10:32:23 -07:00
egl_dri2.h egl/wayland: Implement swrast support 2015-05-11 19:31:44 +02:00
egl_dri2_fallbacks.h egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.h 2015-05-11 19:31:44 +02:00
platform_android.c egl: set the EGL version in common code 2015-06-05 19:44:33 +02:00
platform_drm.c egl: set the EGL version in common code 2015-06-05 19:44:33 +02:00
platform_wayland.c egl: set the EGL version in common code 2015-06-05 19:44:33 +02:00
platform_x11.c egl: set the EGL version in common code 2015-06-05 19:44:33 +02:00