| Commit message (Expand) | Author | Age | Files | Lines |
* | egl/display: make platform detection thread-safe | Eric Engestrom | 2017-06-16 | 1 | -7/+12 |
* | egl/display: only detect the platform once | Eric Engestrom | 2017-06-16 | 1 | -14/+17 |
* | egl/android: support for EGL_KHR_partial_update | Harish Krupo | 2017-06-11 | 7 | -0/+109 |
* | egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case | Tapani Pälli | 2017-06-09 | 1 | -1/+5 |
* | egl: advertise EGL_EXT_image_dma_buf_import_modifiers | Varad Gautam | 2017-05-30 | 1 | -0/+1 |
* | egl: implement eglQueryDmaBufModifiersEXT | Varad Gautam | 2017-05-30 | 3 | -0/+26 |
* | egl: implement eglQueryDmaBufFormatsEXT | Varad Gautam | 2017-05-30 | 3 | -0/+23 |
* | egl/dri2: Create EGLImages with dmabuf modifiers | Varad Gautam | 2017-05-30 | 2 | -0/+50 |
* | egl/main: add support for fourth plane tokens | Pekka Paalanen | 2017-05-30 | 3 | -2/+22 |
* | egl: introduce DMA_BUF_MAX_PLANES | Pekka Paalanen | 2017-05-30 | 1 | -3/+5 |
* | egl: error out on eglCreateWaylandBufferFromImageWL | Emil Velikov | 2017-05-29 | 1 | -1/+2 |
* | configure: update remaining --with-egl-platforms references | Emil Velikov | 2017-05-19 | 1 | -1/+1 |
* | egl: Partially revert 23c86c74, fix eglMakeCurrent | Chad Versace | 2017-05-18 | 1 | -19/+0 |
* | egl: fix android logger compilation | Tapani Pälli | 2017-05-15 | 1 | -5/+5 |
* | egl: simplify the Android logger | Emil Velikov | 2017-05-11 | 1 | -27/+7 |
* | egl: Fix -Wint-to-pointer-cast | Chad Versace | 2017-05-08 | 1 | -1/+1 |
* | egl: use designated initializers | Emil Velikov | 2017-05-08 | 1 | -8/+7 |
* | egl: drop unneeded sentinel from level_strings[] | Emil Velikov | 2017-05-08 | 1 | -2/+2 |
* | egl: remove suprous header eglcompiler.h | Emil Velikov | 2017-05-08 | 4 | -51/+2 |
* | egl: remove unneeded else statement in _eglInitLogger | Emil Velikov | 2017-05-08 | 1 | -3/+0 |
* | egl: remove no longer needed logger infra | Emil Velikov | 2017-05-08 | 2 | -49/+6 |
* | egl: fold Android logger into main/ | Emil Velikov | 2017-05-08 | 1 | -0/+36 |
* | egl: remove unused _eglSetLogLevel() | Emil Velikov | 2017-05-08 | 2 | -25/+0 |
* | egl: avoid dereferencing a null display | Eric Engestrom | 2017-05-08 | 1 | -1/+3 |
* | egl: Emit error when EGLSurface is lost | Chad Versace | 2017-05-04 | 3 | -0/+42 |
* | egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute | Adam Jackson | 2017-05-04 | 2 | -7/+13 |
* | egl: initialise dummy_thread via _eglInitThreadInfo | Emil Velikov | 2017-04-29 | 1 | -9/+4 |
* | EGL: Implement the libglvnd interface for EGL (v3) | Kyle Brenneman | 2017-04-17 | 7 | -5/+285 |
* | egl: Implement __DRI_BACKGROUND_CALLABLE | Eric Anholt | 2017-03-16 | 2 | -1/+4 |
* | eglapi: replace linear entrypoint search with binary search | Eric Engestrom | 2017-02-24 | 1 | -13/+24 |
* | eglapi: move entrypoints list out to its own file | Eric Engestrom | 2017-02-24 | 2 | -77/+78 |
* | eglapi: sort entrypoints list | Eric Engestrom | 2017-02-24 | 1 | -37/+37 |
* | eglapi: use macro to map entrypoints to functions | Eric Engestrom | 2017-02-24 | 1 | -74/+75 |
* | eglapi: add entrypoint for eglClientWaitSyncKHR | Eric Engestrom | 2017-02-24 | 1 | -7/+24 |
* | eglapi: add entrypoint for eglDestroySyncKHR | Eric Engestrom | 2017-02-24 | 1 | -7/+21 |
* | eglapi: add entrypoint for eglDestroyImageKHR | Eric Engestrom | 2017-02-24 | 1 | -7/+21 |
* | egl: _eglFilterArray's filter is always non-null | Emil Velikov | 2017-02-16 | 1 | -18/+9 |
* | egl: remove duplicate 0 assignment | Eric Engestrom | 2017-02-15 | 1 | -3/+0 |
* | egl: Emit correct error when robust context creation fails | Chad Versace | 2016-12-27 | 1 | -12/+26 |
* | egl: Check config's surface types in eglCreate*Surface() | Chad Versace | 2016-12-20 | 1 | -0/+10 |
* | egl: Fix crashes in eglCreate*Surface() | Chad Versace | 2016-12-14 | 1 | -2/+2 |
* | egl: add and enable EGL_KHR_config_attribs | Emil Velikov | 2016-12-09 | 2 | -0/+7 |
* | egl: unexport _eglConvertIntsToAttribs | Eric Engestrom | 2016-12-09 | 2 | -4/+1 |
* | egl: rename static functions to match convention | Eric Engestrom | 2016-12-09 | 1 | -9/+9 |
* | egl: add EGL_ANDROID_native_fence_sync | Rob Clark | 2016-12-01 | 6 | -6/+62 |
* | egl: un-fallthrough sync attr parsing | Rob Clark | 2016-12-01 | 1 | -3/+3 |
* | egl: initialize SyncCondition after attr parsing | Rob Clark | 2016-12-01 | 1 | -1/+2 |
* | egl: fix helper function name | Eric Engestrom | 2016-11-17 | 1 | -4/+4 |
* | egl: fix function name in debug string | Eric Engestrom | 2016-11-17 | 1 | -1/+1 |
* | egl: add missing error-checking to eglReleaseTexImage() | Eric Engestrom | 2016-11-16 | 1 | -3/+40 |