meson: rename `glvnd_missing_pc_files` to `not glvnd_has_headers_and_pc_files`
[mesa.git] / src / egl / main /
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
2018-10-31 Eric Engestromegl: drop EGL driver `name`
2018-10-31 Eric Engestromegl: move alloc & init out of _eglBuiltInDriver{DRI2...
2018-10-30 Eric Engestromegl: add messages to a few assert() and turn a couple...
2018-10-03 Emil Velikovegl: make eglSwapBuffers* a no-op for !window surfaces
2018-10-03 Emil Velikovegl: make eglSwapInterval a no-op for !window surfaces
2018-08-20 Tapani Pälliegl: implement EXT_surface_SMPTE2086_metadata and EXT_s...
2018-08-16 Eric Engestromegl: check for buffer overflow *before* corrupting...
2018-08-07 Chad Versaceegl/main: Add bits for EGL_KHR_mutable_render_buffer
2018-08-07 Chad Versaceegl: Simplify queries for EGL_RENDER_BUFFER
2018-08-07 Emil Velikovegl: remove unneeded _eglGetNativePlatform check
2018-08-02 Eric Engestromegl/main: fix indentation
2018-07-24 Harish Krupoegl: Fix missing clamping in eglSetDamageRegionKHR
2018-06-11 Kyle Brennemanegl/glvnd: Fix a segfault in eglGetProcAddress.
2018-05-14 jenny.q.caoandroid: change include "cutils/log.h" to "log/log...
2018-03-05 Andres Gomezegl: remove duplicated initialization
2018-02-07 Tapani Pälliegl: add support for EGL_ANDROID_blob_cache
2018-01-25 Eric Engestromegl: keep extension list sorted, per comment at the top
2017-12-27 Eric Engestromegl: don't try the software path twice
2017-12-27 Eric Engestromegl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFall...
2017-12-14 Harish Krupoegl/android: Provide an option for the backend to expos...
2017-11-17 Adam Jacksonegl: Convert int to attrib in eglGetPlatformDisplay
2017-11-13 Tapani Pälliegl: EXT_pixel_format_float plumbing
2017-11-06 Adam Jacksonegl: Implement EGL_KHR_context_flush_control
2017-10-20 Chris Wilsonegl: Support IMG_context_priority
2017-10-18 Marek OlšákRevert "egl: move alloc & init out of _eglBuiltInDriver...
2017-10-18 Marek OlšákRevert "egl: drop EGL driver `name`"
2017-10-18 Eric Engestromegl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
2017-10-18 Eric Engestromegl: drop EGL driver `name`
2017-10-18 Eric Engestromegl: drop always-false TestOnly option
2017-10-18 Eric Engestromegl: move alloc & init out of _eglBuiltInDriver{DRI2...
2017-10-12 Eric Engestromegl: remove left over _EGLMain_t
2017-10-12 Eric Engestromegl: drop memset(0) of calloc'ed memory
2017-10-12 Eric Engestromegl: replace _egl_driver->Unload() callback with a...
2017-10-05 Adam Jacksonegl: Simplify the "driver" interface
2017-09-19 Emil Velikovegl: use switch statements over if/else chain
2017-09-19 Emil Velikovegl: remove unneeded braces around since line if statements
2017-09-19 Emil Velikovegl: simplify _eglDebugReport* API
next