egl: drop unused _EGLDriver from SwapInterval()
[mesa.git] / src / egl / main / eglapi.c
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-01 Eric Engestromegl: const _eglDriver
2020-07-30 Eric Engestromegl: rename _eglMatchDriver() to _eglInitializeDisplay()
2020-07-21 Eric Engestromegl: inline _EGLAPI into _EGLDriver
2020-07-10 Eric Engestromegl: always compile surfaceless
2020-05-25 Simon SerEGL: sync headers with Khronos
2020-05-11 Abhishek Kumaregl: Limit the EGL ver for android
2020-04-21 Emil Velikovegl: simplify client/platform extension handling
2019-11-14 Tapani PälliRevert "egl: implement new functions from EGL_EXT_image...
2019-10-25 Marek Olšákegl: implement new functions from EGL_EXT_image_flush_e...
2019-09-19 Tapani Pälliegl: check for NULL value like eglGetSyncAttribKHR...
2019-09-08 Heinrich Finkegl: Add GL_MESA_EGL_sync support
2019-08-23 Tapani Pälliegl: reset blob cache set/get functions on terminate
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: 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: move fallback calls to eglapi.c
2019-06-22 Eric Engestromegl: move bad_param check further up
2019-06-05 Emil Velikovegl: add EGL_platform_device support
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-14 Paulo Zanoniegl: check if a window/pixmap is already used on surfac...
2019-03-29 Eric Engestromegl: hide entrypoints that shouldn't be exported when...
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: add missing includes
2018-11-01 Emil Velikovegl: add base EGL_EXT_device_base implementation
2018-10-31 Eric Engestromegl: drop EGL driver `name`
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 Emil Velikovegl: remove unneeded _eglGetNativePlatform check
2018-07-24 Harish Krupoegl: Fix missing clamping in eglSetDamageRegionKHR
2018-02-07 Tapani Pälliegl: add support for EGL_ANDROID_blob_cache
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: drop EGL driver `name`"
2017-10-18 Eric Engestromegl: drop EGL driver `name`
2017-10-18 Eric Engestromegl: drop always-false TestOnly option
2017-09-19 Emil Velikovegl: use switch statements over if/else chain
2017-09-19 Emil Velikovegl: simplify _eglDebugReport* API
2017-08-21 Matt Turneregl: Fix inclusion of egl.h+mesa_glinterop.h
2017-08-10 Emil Velikovegl: avoid eglCreatePlatform*Surface{EXT,} crash with...
2017-08-10 Emil Velikovegl: handle BAD_NATIVE_PIXMAP further up the stack
2017-08-09 Eric Engestromegl: whitespace cleanup in eglapi.c
2017-08-02 Eric Engestromegl: check the correct function pointer
2017-08-01 Eric Engestromegl: make platform's SwapInterval() optional
2017-08-01 Eric Engestromegl: deduplicate swap interval clamping logic
2017-07-14 Grigori Goronzyegl: Add EGL_KHR_create_context_no_error support
2017-06-11 Harish Krupoegl/android: support for EGL_KHR_partial_update
2017-05-30 Varad Gautamegl: advertise EGL_EXT_image_dma_buf_import_modifiers
2017-05-30 Varad Gautamegl: implement eglQueryDmaBufModifiersEXT
2017-05-30 Varad Gautamegl: implement eglQueryDmaBufFormatsEXT
2017-05-29 Emil Velikovegl: error out on eglCreateWaylandBufferFromImageWL
2017-05-18 Chad Versaceegl: Partially revert 23c86c74, fix eglMakeCurrent
2017-05-08 Emil Velikovegl: remove suprous header eglcompiler.h
2017-05-05 Chad Versaceegl: Emit error when EGLSurface is lost
2017-04-17 Kyle BrennemanEGL: Implement the libglvnd interface for EGL (v3)
2017-02-24 Eric Engestromeglapi: replace linear entrypoint search with binary...
2017-02-24 Eric Engestromeglapi: move entrypoints list out to its own file
2017-02-24 Eric Engestromeglapi: sort entrypoints list
2017-02-24 Eric Engestromeglapi: use macro to map entrypoints to functions
2017-02-24 Eric Engestromeglapi: add entrypoint for eglClientWaitSyncKHR
2017-02-24 Eric Engestromeglapi: add entrypoint for eglDestroySyncKHR
2017-02-24 Eric Engestromeglapi: add entrypoint for eglDestroyImageKHR
2016-12-20 Chad Versaceegl: Check config's surface types in eglCreate*Surface()
2016-12-14 Chad Versaceegl: Fix crashes in eglCreate*Surface()
2016-12-09 Emil Velikovegl: add and enable EGL_KHR_config_attribs
2016-12-09 Eric Engestromegl: unexport _eglConvertIntsToAttribs
2016-12-09 Eric Engestromegl: rename static functions to match convention
2016-12-01 Rob Clarkegl: add EGL_ANDROID_native_fence_sync
2016-11-17 Eric Engestromegl: fix helper function name
2016-11-04 Marek Olšákegl: make interop ABI visible again
2016-10-27 Tapani Pälliegl: fix error handling in _eglCreateSync
2016-10-25 Tapani Pälliegl: add check that eglCreateContext gets a valid config
2016-10-14 Chad Versaceegl: Implement EGL_MESA_platform_surfaceless
2016-10-11 Eric Engestromegl: add eglSwapBuffersWithDamageKHR
2016-10-10 Chad Versaceegl: Unify the EGLint/EGLAttrib paths in eglCreateSync...
next