egl: handle the full attrib list in display::options
[mesa.git] / src / egl / main / eglapi.c
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...
2016-10-05 Kyle Brennemanegl: Implement EGL_KHR_debug (v2)
2016-10-05 Kyle Brennemanegl: Track EGL_KHR_debug state when going through EGL...
2016-10-04 Chad Versaceegl: Add _eglConvertIntsToAttribs()
2016-10-04 Chad Versaceegl: Fix an error path in eglCreateSync*
2016-10-04 Chad Versaceegl: Fix missing unlock in eglGetSyncAttribKHR
2016-09-14 Kyle Brennemanegl: Factor out _eglGetSyncAttribCommon
2016-09-14 Kyle Brennemanegl: Factor out _eglWaitSyncCommon
2016-09-14 Kyle Brennemanegl: Lock the display in _eglCreateSync's callers
2016-09-14 Kyle Brennemanegl: Factor out _eglCreateImageCommon (v2)
2016-09-14 Kyle Brennemanegl: Factor out _eglWaitClientCommon
2016-09-14 Kyle Brennemanegl: Use _eglCreatePixmapSurfaceCommon consistently
2016-09-14 Kyle Brennemanegl: Use _eglCreateWindowSurfaceCommon consistently
2016-09-14 Kyle Brennemanegl: Factor out _eglGetPlatformDisplayCommon
2016-09-12 Adam Jacksonegl: Rename MESA_configless_context bit to KHR_no_confi...
2016-09-07 Kyle BrennemanEGL: Combine the GL and GLES current contexts (v2)
2016-06-03 Marek OlšákRevert "egl: Check if API is supported when using eglBi...
2016-06-02 Plamena Manolovaegl: Check if API is supported when using eglBindAPI.
2016-05-30 Emil Velikovmesa_glinterop: remove mesa_glinterop typedefs
2016-05-24 Emil Velikovmesa_glinterop: make GL interop version field bidirectional
2016-05-24 Emil Velikovmesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENT...
2016-05-23 Plamena Manolovaegl: Add OpenGL_ES to API string regardless of GLES...
2016-04-20 Marek Olšákegl: implement EGL part of interop interface (v2)
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-05 Dongwon Kimegl: add EGL_KHR_reusable_sync to egl_dri
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Rob Herringegl: Add EGL_RECORDABLE_ANDROID attribute
2016-04-01 Rob Herringegl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Emil Velikovegl: remove remnants of MESA_drm_display
2016-03-09 Emil Velikovegl: remove final pieces of KHR_vg_parent_image
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-19 Dongwon Kimegl: move Null check to eglGetSyncAttribKHR to prevent...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-01 Emil Velikovegl: remove ifdef $(egl_extension) compile guards
next