egl/wayland: add missing newline between functions
[mesa.git] / src / egl / main /
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
2017-09-19 Emil Velikovegl: use _eglError's 'msg' as an actual message in...
2017-09-06 Tapani Pälliegl: remove unused 'Screens' array from _egl_display
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: remove unnecessary empty array element
2017-08-01 Eric Engestromegl: split enums to make use of -Wswitch
2017-08-01 Eric Engestromegl: use designated initaliser for _eglGlobal
2017-08-01 Eric Engestromegl: make platform's SwapInterval() optional
2017-08-01 Eric Engestromegl: deduplicate swap interval clamping logic
2017-07-26 Grigori Goronzyegl: move KHR_no_error vs debug/robustness check furthe...
2017-07-25 Tapani Pälliegl: fix whitespace issues from eglimage code
2017-07-24 Miguel A. Vicoegl: Fix _eglPointerIsDereferencable() to ignore page...
2017-07-24 Miguel A. Vicoegl: Move _eglPointerIsDereferencable() to eglglobals...
2017-07-19 Emil Velikovegl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr...
2017-07-14 Grigori Goronzyegl: Add EGL_KHR_create_context_no_error support
2017-07-12 Emil Velikovegl: check for extensions' presence during attr parsing
2017-07-12 Emil Velikovegl: add width/height as EXT_image_dma_buf_import attrs
2017-07-12 Emil Velikovegl: polish EXT_image_dma_buf_import attr parsing
2017-07-12 Emil Velikovegl: simplify EXT_image_dma_buf_import_modifiers attr...
2017-07-12 Emil Velikovegl: split _eglParseImageAttribList into per extension...
2017-07-12 Emil Velikovegl: call _eglError within _eglParseImageAttribList
2017-06-26 Emil Velikovegl: fold _eglError() + return EGL_FALSE
2017-06-26 Emil Velikovegl: drop _eglInitImage() return type
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
next