summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
Commit message (Expand)AuthorAgeFilesLines
* egl: add support for EGL_ANDROID_blob_cacheTapani Pälli2018-02-071-0/+44
* egl/android: Provide an option for the backend to expose KHR_imageHarish Krupo2017-12-141-1/+2
* egl: Convert int to attrib in eglGetPlatformDisplayAdam Jackson2017-11-171-14/+13
* egl: EXT_pixel_format_float plumbingTapani Pälli2017-11-131-0/+1
* egl: Implement EGL_KHR_context_flush_controlAdam Jackson2017-11-061-0/+1
* egl: Support IMG_context_priorityChris Wilson2017-10-201-0/+2
* Revert "egl: drop EGL driver `name`"Marek Olšák2017-10-181-1/+2
* egl: drop EGL driver `name`Eric Engestrom2017-10-181-2/+1
* egl: drop always-false TestOnly optionEric Engestrom2017-10-181-1/+1
* egl: use switch statements over if/else chainEmil Velikov2017-09-191-31/+28
* egl: simplify _eglDebugReport* APIEmil Velikov2017-09-191-2/+1
* egl: Fix inclusion of egl.h+mesa_glinterop.hMatt Turner2017-08-211-1/+1
* egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpyEmil Velikov2017-08-101-2/+2
* egl: handle BAD_NATIVE_PIXMAP further up the stackEmil Velikov2017-08-101-0/+3
* egl: whitespace cleanup in eglapi.cEric Engestrom2017-08-091-25/+25
* egl: check the correct function pointerEric Engestrom2017-08-021-1/+1
* egl: make platform's SwapInterval() optionalEric Engestrom2017-08-011-1/+1
* egl: deduplicate swap interval clamping logicEric Engestrom2017-08-011-1/+11
* egl: Add EGL_KHR_create_context_no_error supportGrigori Goronzy2017-07-141-0/+1
* egl/android: support for EGL_KHR_partial_updateHarish Krupo2017-06-111-0/+83
* egl: advertise EGL_EXT_image_dma_buf_import_modifiersVarad Gautam2017-05-301-0/+1
* egl: implement eglQueryDmaBufModifiersEXTVarad Gautam2017-05-301-0/+20
* egl: implement eglQueryDmaBufFormatsEXTVarad Gautam2017-05-301-0/+18
* egl: error out on eglCreateWaylandBufferFromImageWLEmil Velikov2017-05-291-1/+2
* egl: Partially revert 23c86c74, fix eglMakeCurrentChad Versace2017-05-181-19/+0
* egl: remove suprous header eglcompiler.hEmil Velikov2017-05-081-1/+1
* egl: Emit error when EGLSurface is lostChad Versace2017-05-041-0/+36
* EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman2017-04-171-1/+5
* eglapi: replace linear entrypoint search with binary searchEric Engestrom2017-02-241-13/+24
* eglapi: move entrypoints list out to its own fileEric Engestrom2017-02-241-77/+1
* eglapi: sort entrypoints listEric Engestrom2017-02-241-37/+37
* eglapi: use macro to map entrypoints to functionsEric Engestrom2017-02-241-74/+75
* eglapi: add entrypoint for eglClientWaitSyncKHREric Engestrom2017-02-241-7/+24
* eglapi: add entrypoint for eglDestroySyncKHREric Engestrom2017-02-241-7/+21
* eglapi: add entrypoint for eglDestroyImageKHREric Engestrom2017-02-241-7/+21
* egl: Check config's surface types in eglCreate*Surface()Chad Versace2016-12-201-0/+10
* egl: Fix crashes in eglCreate*Surface()Chad Versace2016-12-141-2/+2
* egl: add and enable EGL_KHR_config_attribsEmil Velikov2016-12-091-0/+6
* egl: unexport _eglConvertIntsToAttribsEric Engestrom2016-12-091-1/+1
* egl: rename static functions to match conventionEric Engestrom2016-12-091-9/+9
* egl: add EGL_ANDROID_native_fence_syncRob Clark2016-12-011-4/+37
* egl: fix helper function nameEric Engestrom2016-11-171-4/+4
* egl: make interop ABI visible againMarek Olšák2016-11-041-2/+2
* egl: fix error handling in _eglCreateSyncTapani Pälli2016-10-271-2/+9
* egl: add check that eglCreateContext gets a valid configTapani Pälli2016-10-251-1/+3
* egl: Implement EGL_MESA_platform_surfacelessChad Versace2016-10-141-1/+41
* egl: add eglSwapBuffersWithDamageKHREric Engestrom2016-10-111-6/+26
* egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace2016-10-101-8/+27
* egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2016-10-051-0/+145
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-051-9/+142