egl: turn boolean `int`s into `bool`s
[mesa.git] / src / egl / main /
2017-06-16 Eric Engestromegl/display: make platform detection thread-safe
2017-06-16 Eric Engestromegl/display: only detect the platform once
2017-06-11 Harish Krupoegl/android: support for EGL_KHR_partial_update
2017-06-09 Tapani Pälliegl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
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-30 Varad Gautamegl/dri2: Create EGLImages with dmabuf modifiers
2017-05-30 Pekka Paalanenegl/main: add support for fourth plane tokens
2017-05-30 Pekka Paalanenegl: introduce DMA_BUF_MAX_PLANES
2017-05-29 Emil Velikovegl: error out on eglCreateWaylandBufferFromImageWL
2017-05-19 Emil Velikovconfigure: update remaining --with-egl-platforms references
2017-05-18 Chad Versaceegl: Partially revert 23c86c74, fix eglMakeCurrent
2017-05-15 Tapani Pälliegl: fix android logger compilation
2017-05-11 Emil Velikovegl: simplify the Android logger
2017-05-08 Chad Versaceegl: Fix -Wint-to-pointer-cast
2017-05-08 Emil Velikovegl: use designated initializers
2017-05-08 Emil Velikovegl: drop unneeded sentinel from level_strings[]
2017-05-08 Emil Velikovegl: remove suprous header eglcompiler.h
2017-05-08 Emil Velikovegl: remove unneeded else statement in _eglInitLogger
2017-05-08 Emil Velikovegl: remove no longer needed logger infra
2017-05-08 Emil Velikovegl: fold Android logger into main/
2017-05-08 Emil Velikovegl: remove unused _eglSetLogLevel()
2017-05-08 Eric Engestromegl: avoid dereferencing a null display
2017-05-05 Chad Versaceegl: Emit error when EGLSurface is lost
2017-05-04 Adam Jacksonegl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute
2017-04-29 Emil Velikovegl: initialise dummy_thread via _eglInitThreadInfo
2017-04-17 Kyle BrennemanEGL: Implement the libglvnd interface for EGL (v3)
2017-03-16 Eric Anholtegl: Implement __DRI_BACKGROUND_CALLABLE
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
2017-02-16 Emil Velikovegl: _eglFilterArray's filter is always non-null
2017-02-15 Eric Engestromegl: remove duplicate 0 assignment
2016-12-27 Chad Versaceegl: Emit correct error when robust context creation...
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-12-01 Rob Clarkegl: un-fallthrough sync attr parsing
2016-12-01 Rob Clarkegl: initialize SyncCondition after attr parsing
2016-11-17 Eric Engestromegl: fix helper function name
2016-11-17 Eric Engestromegl: fix function name in debug string
2016-11-16 Eric Engestromegl: add missing error-checking to eglReleaseTexImage()
2016-11-04 Marek Olšákegl: make interop ABI visible again
2016-11-04 Marek Olšákegl: use util/macros.h
2016-10-27 Tapani Pälliegl: set preserved behavior for surface only if config...
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-25 Tapani Pälliegl: fix type mismatch error type in _eglInitSurface
2016-10-14 Chad Versaceegl: Implement EGL_MESA_platform_surfaceless
2016-10-14 Chad Versaceegl: Don't advertise unsupported platform extensions
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: Drop duplicate check on EGLSync type
2016-10-04 Chad Versaceegl: Cleanup control flow in _eglParseSyncAttribList
2016-10-04 Chad Versaceegl: Add _eglConvertIntsToAttribs()
2016-10-04 Chad Versaceegl: Fix an error path in eglCreateSync*
2016-10-04 Chad Versaceegl: Fix truncation error in _eglParseSyncAttribList64
2016-10-04 Chad Versaceegl: Fix missing unlock in eglGetSyncAttribKHR
2016-09-14 Kyle Brennemanegl: Add storage for EGL_KHR_debug's state to EGL objects
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-14 Kyle Brennemanegl: Fix typo
2016-09-14 Adam Jacksonegl: Tear down images and syncs at eglTerminate
2016-09-12 Adam Jacksonegl: Rename MESA_configless_context bit to KHR_no_confi...
2016-09-12 Adam Jacksonegl: QueryContext on a configless context returns zero
2016-09-12 Timothy Arceriegl: fix gcc warning braces around scalar initializer
2016-09-08 Adam Jacksonegl: Fix up indentation on previous commit
2016-09-08 Adam Jacksonegl: Document why EGL_OPENGL{, _ES}_API are mostly...
2016-09-07 Kyle BrennemanEGL: Combine the GL and GLES current contexts (v2)
2016-08-30 Emil Velikovegl: treat EGL_OPENGL_API as invalid on Android
2016-08-24 Eric Engestromegl: turn a couple asserts static (compile-time)
2016-07-07 Guillaume Charifiegl: Fix the bad surface attributes combination checkin...
2016-07-07 Eric Engestromegl/display: remove unnecessary code and make it easier...
2016-06-03 Marek OlšákRevert "egl: Check if API is supported when using eglBi...
2016-06-02 Plamena Manolovaegl: Account for default values of texture target and...
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-26 Plamena Manolovaegl: Additional attribute validation for eglCreatePbuff...
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
next