aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
Commit message (Expand)AuthorAgeFilesLines
* egl: check if a window/pixmap is already used on surface creationPaulo Zanoni2019-05-141-0/+32
* egl: hide entrypoints that shouldn't be exported when using glvndEric Engestrom2019-03-291-0/+6
* egl: use coherent variable namesEric Engestrom2019-02-061-39/+39
* egl: Implement EGL API for MESA_query_driverVeluri Mithun2019-01-241-0/+33
* Revert "Implement EGL API for MESA_query_driver"Mark Janes2019-01-231-33/+0
* Implement EGL API for MESA_query_driverVeluri Mithun2019-01-231-0/+33
* egl: add missing includesEric Engestrom2019-01-111-0/+2
* egl: add base EGL_EXT_device_base implementationEmil Velikov2018-11-011-0/+64
* egl: drop EGL driver `name`Eric Engestrom2018-10-311-2/+1
* egl: make eglSwapBuffers* a no-op for !window surfacesEmil Velikov2018-10-031-0/+6
* egl: make eglSwapInterval a no-op for !window surfacesEmil Velikov2018-10-031-0/+3
* egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadataTapani Pälli2018-08-201-0/+2
* egl: check for buffer overflow *before* corrupting our memoryEric Engestrom2018-08-161-4/+15
* egl/main: Add bits for EGL_KHR_mutable_render_bufferChad Versace2018-08-071-0/+1
* egl: remove unneeded _eglGetNativePlatform checkEmil Velikov2018-08-071-2/+0
* egl: Fix missing clamping in eglSetDamageRegionKHRHarish Krupo2018-07-241-14/+11
* 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