summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2017-06-28egl/display: make platform detection thread-safeEric Engestrom1-7/+12
2017-06-28egl/display: only detect the platform onceEric Engestrom1-14/+17
2017-06-28egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]Ben Crocker1-1/+3
2017-06-28egl: properly count configsEric Engestrom5-6/+12
2017-06-28egl/android: Change order of EGLConfig generation (v2)Chad Versace1-7/+25
2017-06-14egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT caseTapani Pälli4-5/+9
2017-06-01egl/android: fix segfault within swap_buffersTapani Pälli1-1/+6
2017-06-01Revert "android: fix segfault within swap_buffers"Juan A. Suarez Romero1-8/+0
2017-06-01egl/wayland: select the format based on the interface usedEmil Velikov1-1/+2
2017-06-01egl/wayland: Ensure we get a back bufferDaniel Stone1-1/+9
2017-05-31configure: set HAVE_foo_PLATFORM as applicableEmil Velikov1-5/+0
2017-05-31configure: update remaining --with-egl-platforms referencesEmil Velikov1-1/+1
2017-05-31configure: rename remaining HAVE_EGL_PLATFORM_* guardsEmil Velikov1-3/+3
2017-05-31egl/wayland: Use per-surface event queuesDaniel Stone2-27/+68
2017-05-31egl/wayland: Don't open-code roundtripDaniel Stone1-25/+1
2017-05-19egl: add g_egldispatchstubs.h to the release tarballEmil Velikov1-1/+2
2017-05-19egl: Partially revert 23c86c74, fix eglMakeCurrentChad Versace1-19/+0
2017-05-08egl/android: Set EGLSurface.Lost to EGL_TRUE/EGL_FALSENicolas Boichat1-2/+2
2017-05-08egl/android: Mark surface as lost when dequeueBuffer failsChad Versace1-0/+10
2017-05-08egl/android: Cancel any outstanding ANativeBuffer in surface destructorChad Versace1-4/+9
2017-05-08egl: Emit error when EGLSurface is lostChad Versace3-0/+42
2017-05-08egl/platform/drm: Don't take display ownership until gbm is initializedAdam Jackson1-1/+1
2017-04-17EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman13-26/+3491
2017-03-22Android: drop Android 4.4 (KitKat) supportRob Herring1-4/+0
2017-03-22Android: kill off {MESA_}ANDROID_VERSION defines aka Android 4.1 and olderRob Herring3-28/+3
2017-03-22Android: clean-up trailing '\' in make variablesRob Herring1-2/+2
2017-03-22egl/dri2: consistently use ifndef guards over pragma onceEmil Velikov1-1/+4
2017-03-17android: fix segfault within swap_buffersTapani Pälli1-0/+8
2017-03-16egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt5-1/+22
2017-03-15egl/drm: Use modifiers for backbuffer creationBen Widawsky1-4/+15
2017-03-13wayland: move .gitignore where applicableEmil Velikov1-0/+0
2017-03-10wayland-egl/wayland-egl-symbols-check: do not mandate bashEmil Velikov1-1/+1
2017-03-10egl/egl-symbols-check: do not mandate bashEmil Velikov1-1/+1
2017-03-04EGL/Android: Add EGL_EXT_buffer_age extensionXiaosong Wei2-1/+59
2017-03-01egl/wayland: Don't use DRM format codes for SHMDaniel Stone1-6/+15
2017-03-01egl: Ensure ResetNotificationStrategy matches for shared contexts.Kenneth Graunke1-0/+14
2017-02-28egl/dri3: implement query surface hookBrendan King1-0/+20
2017-02-26check: add support for running test as standaloneEric Engestrom1-0/+5
2017-02-26check: make any failure fatalEric Engestrom1-0/+1
2017-02-26check: mark two tests are requiring bashEric Engestrom1-1/+1
2017-02-24eglapi: replace linear entrypoint search with binary searchEric Engestrom1-13/+24
2017-02-24egl: make sure entrypoints list is always sortedEric Engestrom2-1/+7
2017-02-24egl: distribute all testsEric Engestrom1-1/+1
2017-02-24eglapi: move entrypoints list out to its own fileEric Engestrom3-77/+79
2017-02-24eglapi: sort entrypoints listEric Engestrom1-37/+37
2017-02-24eglapi: use macro to map entrypoints to functionsEric Engestrom1-74/+75
2017-02-24eglapi: add entrypoint for eglClientWaitSyncKHREric Engestrom1-7/+24
2017-02-24eglapi: add entrypoint for eglDestroySyncKHREric Engestrom1-7/+21
2017-02-24eglapi: add entrypoint for eglDestroyImageKHREric Engestrom1-7/+21
2017-02-16egl: _eglFilterArray's filter is always non-nullEmil Velikov1-18/+9