aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
Commit message (Expand)AuthorAgeFilesLines
* egl: implement new functions from EGL_EXT_image_flush_externalMarek Olšák2019-10-251-0/+50
* egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli2019-09-191-0/+4
* egl: Add GL_MESA_EGL_sync supportHeinrich Fink2019-09-081-4/+7
* egl: reset blob cache set/get functions on terminateTapani Pälli2019-08-231-0/+4
* egl: Enable eglGetPlatformDisplay on Android Platformrenchenglei2019-06-291-0/+5
* egl: replace dead vfunc with an errorEric Engestrom2019-06-251-7/+2
* egl: delete unused vfuncsEric Engestrom2019-06-251-26/+7
* egl: move eglGetSyncAttrib() fallback to eglapi.cEric Engestrom2019-06-251-1/+5
* egl: move eglSwapInterval() fallback to eglapi.cEric Engestrom2019-06-251-3/+8
* egl: move eglSurfaceAttrib() fallback to eglapi.cEric Engestrom2019-06-251-1/+5
* egl: move eglQuerySurface() fallback to eglapi.cEric Engestrom2019-06-251-1/+5
* egl: move eglQueryContext() fallback to eglapi.cEric Engestrom2019-06-251-1/+5
* egl: move eglGetConfigAttrib() fallback to eglapi.cEric Engestrom2019-06-251-1/+5
* egl: move eglChooseConfig() fallback to eglapi.cEric Engestrom2019-06-251-2/+6
* egl: move eglGetConfigs() fallback to eglapi.cEric Engestrom2019-06-251-1/+4
* Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to egla...Eric Engestrom2019-06-221-38/+10
* egl: move fallback calls to eglapi.cEric Engestrom2019-06-221-10/+38
* egl: move bad_param check further upEric Engestrom2019-06-221-0/+8
* egl: add EGL_platform_device supportEmil Velikov2019-06-051-6/+7
* egl: handle the full attrib list in display::optionsAdam Jackson2019-06-051-1/+1
* egl: flesh out a _eglNumAttribs() helperEmil Velikov2019-06-051-9/+3
* 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