egl: drop unused _EGLDriver from MakeCurrent()
[mesa.git] / src / egl / main /
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
2019-06-19 Mathias Fröhlichegl: Don't add hardware device if there is no render...
2019-06-11 Eric Engestromegl: compare the whole list of attributes
2019-06-05 Emil Velikovegl: add EGL_platform_device support
2019-06-05 Emil Velikovegl: keep the software device at the end of the list
2019-06-05 Emil Velikovegl: fold X11 attrib handling like other platforms
2019-06-05 Adam Jacksonegl: remove Options::Platform handling
2019-06-05 Adam Jacksonegl: handle the full attrib list in display::options
2019-06-05 Emil Velikovegl: flesh out a _eglNumAttribs() helper
2019-05-17 Kenneth Graunkeegl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATE...
2019-05-14 Paulo Zanoniegl: check if a window/pixmap is already used on surfac...
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2019-05-02 Eric Engestromegl: hard-code destroy function instead of passing...
2019-05-01 Andrii Simiklitegl: return correct error code for a case req ver ...
2019-04-30 Eric Engestromegl: fixup autotools-specific wording
2019-04-29 Eric Engestromdelete autotools input files
2019-03-29 Eric Engestromegl: hide entrypoints that shouldn't be exported when...
2019-03-05 Eric Engestromegl: fix libdrm-less builds
2019-02-12 Chia-I Wuegl: fix KHR_partial_update without EXT_buffer_age
2019-02-06 Eric Engestromegl: use coherent variable names
2019-01-24 Veluri Mithunegl: Implement EGL API for MESA_query_driver
2019-01-24 Mark JanesRevert "Implement EGL API for MESA_query_driver"
2019-01-23 Veluri MithunImplement EGL API for MESA_query_driver
2019-01-11 Eric Engestromegl: remove unused include
2019-01-11 Eric Engestromegl: add missing includes
2018-11-28 Gurchetan Singhegl: add missing #include <stddef.h> in egldevice.h
2018-11-17 Eric Anholtegl: Print the actual message to the console from _eglE...
2018-11-05 Emil Velikovegl/glvnd: correctly report errors when vendor cannot...
2018-11-01 Mathias Fröhlichegl: Fix eglentrypoint.h sort order.
2018-11-01 Emil Velikovegl: enable EGL_EXT_device_{base,enumeration,query}
2018-11-01 Emil Velikovegl: add EGL_EXT_device_drm support
2018-11-01 Emil Velikovegl: add EGL_MESA_device_software support
2018-11-01 Emil Velikovegl: add base EGL_EXT_device_base implementation
next