egl: drop now empty egldriver.c
[mesa.git] / src / egl / main /
2020-08-16 Eric Engestromegl: drop now empty egldriver.c
2020-08-16 Eric Engestromegl: inline _eglInitializeDisplay() into eglInitialize()
2020-08-16 Eric Engestromegl: inline _eglGetDriverProc() into eglGetProcAddress()
2020-08-16 Eric Engestromegl: drop unused ${drv}_driver()
2020-08-16 Eric Engestromegl: replace `&_eglDriver`/`NULL` tested against `NULL...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from MesaGLInteropEGL{Query...
2020-08-16 Eric Engestromegl: replace replace _EGLDriver with _EGLDisplay->Drive...
2020-08-16 Eric Engestromegl: replace _EGLDriver with _EGLDisplay->Driver in...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from _eglSurfaceAttrib()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver & _EGLDisplay from _eglQuer...
2020-08-16 Eric Engestromegl: drop unused _EGLDisplay from _eglSetDamageRegionKH...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from _eglGetConfigs()/_eglC...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SetBlobCacheFuncsANDROID()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from QueryDmaBuf{Formats...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from ExportDMABUFImage...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from QueryBufferAge()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from PostSubBufferNV()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from CreateWaylandBufferFro...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Bind,Unbind,Query...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Export}DRMImag...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from DupNativeFenceFDANDROID()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Destroy,Client...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Destroy}ImageKHR()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from GetProcAddress()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver & _EGLDisplay from WaitNative()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from WaitClient()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SetDamageRegion()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from CopyBuffers()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SwapBuffers{,WithDamag...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SwapInterval()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Bind,Release}TexImage()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from QuerySurface()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from MakeCurrent()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Create{Window,Pixmap...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Destroy}Context()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Terminate()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Initialize()
2020-08-16 Eric Engestromegl: replace _EGLDriver with _EGLDisplay->Driver in...
2020-08-16 Eric Engestromegl: replace _EGLDriver param with _EGLDisplay->Driver...
2020-08-01 Eric Engestromegl: const _eglDriver
2020-07-30 Eric Engestromegl: drop left-over function prototype
2020-07-30 Eric Engestromegl: rename _eglMatchDriver() to _eglInitializeDisplay()
2020-07-30 Eric Engestromegl: inline _eglMatchAndInitialize() and refactor _eglM...
2020-07-30 Eric Engestromegl: fix _eglMatchDriver() return type
2020-07-30 Eric Engestromegl: drop unnecessary _eglGetDriver()
2020-07-30 Eric Engestromegl: replace _eglInitDriver() with a simple variable
2020-07-21 Eric Engestromegl: inline _EGLAPI into _EGLDriver
2020-07-10 Eric Engestromegl: always compile surfaceless
2020-07-02 Timothy Arceriegl: move fallthrough comment so gcc can see it
2020-06-18 Eric Engestromreplace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
2020-05-25 Simon SerEGL: sync headers with Khronos
2020-05-19 Emmanuel Gil PeyrotExpose EGL_KHR_platform_* when EXT is supported
2020-05-11 Abhishek Kumaregl: Limit the EGL ver for android
2020-04-21 Emil Velikovegl: simplify client/platform extension handling
2020-02-06 Eric EngestromRevert "egl: put full path to libEGL_mesa.so in GLVND...
2020-02-02 Eric Engestromegl: put full path to libEGL_mesa.so in GLVND json
2020-01-22 Eric Engestromegl: drop confusing mincore() error message
2020-01-22 Alexander van der... egl: Fix _eglPointerIsDereferencable w/o mincore()
2019-11-14 Tapani PälliRevert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"
2019-11-14 Tapani PälliRevert "egl: implement new functions from EGL_EXT_image...
2019-11-11 Eric Engestromegl: move #include of local headers out of Khronos...
2019-11-11 Eric Engestromegl: fix _EGL_NATIVE_PLATFORM fallback
2019-11-11 Chris Wilsonegl: Mention if swrast is being forced
2019-10-25 Marek Olšákegl: implement new functions from EGL_EXT_image_flush_e...
2019-10-25 Marek Olšákegl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT
2019-10-18 Hal GentzRevert "egl: Fixes transparency with EGL and X11."
2019-10-18 Hal GentzRevert "egl: Configs w/o double buffering support have...
2019-10-11 Hal Gentzegl: Configs w/o double buffering support have no ...
2019-10-11 Hal Gentzegl: Fixes transparency with EGL and X11.
2019-10-09 Adam Jacksonegl: Make native display detection work more than once
2019-09-19 Tapani Pälliegl: check for NULL value like eglGetSyncAttribKHR...
2019-09-08 Heinrich Finkegl: Add GL_MESA_EGL_sync support
2019-09-03 Eric Engestromegl: fix deadlock in malloc error path
2019-09-03 Eric Engestromegl: warn user if they set an invalid EGL_PLATFORM
2019-09-02 Lionel Landwerlinegl: fix platform selection
2019-08-23 Tapani Pälliegl: reset blob cache set/get functions on terminate
2019-08-15 Erik Faye-Lundwin32: unify strcasecmp definitions
2019-08-03 Bas Nieuwenhuizenmesa: Rename GLX_USE_TLS to USE_ELF_TLS.
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-01 Eric Engestromegl: simplify loop
2019-06-29 renchengleiegl: Enable eglGetPlatformDisplay on Android Platform
2019-06-25 Eric Engestromegl: replace dead vfunc with an error
2019-06-25 Eric Engestromegl: delete unused vfuncs
2019-06-25 Eric Engestromegl: drop empty eglfallbacks.c
2019-06-25 Eric Engestromegl: move eglGetSyncAttrib() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglSwapInterval() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglSurfaceAttrib() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglQuerySurface() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglQueryContext() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglGetConfigAttrib() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglChooseConfig() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglGetConfigs() fallback to eglapi.c
2019-06-22 Eric EngestromRevert "egl: drop empty eglfallbacks.c" and "egl: move...
2019-06-22 Eric Engestromegl: drop empty eglfallbacks.c
2019-06-22 Eric Engestromegl: move fallback calls to eglapi.c
2019-06-22 Eric Engestromegl: drop `_eglReturnFalse()` fallbacks
2019-06-22 Eric Engestromegl: remove unnecessary eglGetProcAddress() fallback
2019-06-22 Eric Engestromegl: remove NULL assignments after calloc()
2019-06-22 Eric Engestromegl: move bad_param check further up
2019-06-19 Eric Engestromegl: add missing #include
next