i965: Add gen8 fast clear perf debug
[mesa.git] / src / egl / main /
2015-06-05 Marek Olšákegl: expose EGL 1.5 if all requirements are met
2015-06-05 Marek Olšákegl: return correct invalid-type error from eglCreateSync
2015-06-05 Marek Olšákegl: add new platform functions (v2)
2015-06-05 Marek Olšákegl: add eglCreateImage (v2)
2015-06-05 Marek Olšákegl: add eglGetSyncAttrib (v2)
2015-06-05 Marek Olšákegl: add eglWaitSync
2015-06-05 Marek Olšákegl: add EGL 1.5 functions that don't need any changes...
2015-06-05 Marek Olšákegl: use EGL 1.5 types without suffixes
2015-06-05 Marek Olšákegl: add context attribs from EGL 1.5
2015-06-05 Marek Olšákegl: fix setting context flags
2015-06-05 Marek Olšákegl: combine VersionMajor and VersionMinor into one...
2015-06-05 Marek Olšákegl: set the EGL version in common code
2015-06-05 Marek Olšákegl: remove unused _egl_global::ClientExtensions
2015-05-14 Emil Velikovegl: remove remaining EGL_MESA_copy_context skeleton
2015-05-14 Emil Velikovegl/main: fix EGL_KHR_get_all_proc_addresses
2015-05-14 Marc-André Lureauegl: more define fixes for EGL_MESA_image_dma_buf_export
2015-05-14 Emil Velikovegl/main: expose only core EGL functions statically
2015-05-14 Emil Velikovegl/main: Update README.txt
2015-05-14 Emil Velikovegl/main: cleanup function prototypes
2015-05-14 Emil Velikovegl/main: drop support for external egl drivers
2015-05-14 Alexander von Gluck IVegl: Add needed extern "C" for C++ access
2015-05-11 Adam Jacksonegl: Remove skeleton implementation of EGL_MESA_screen_...
2015-05-05 Dave Airlieegl: image_dma_buf_export - use KHR 64-bit type
2015-04-30 Marek Olšákegl/dri2: return the latest sync status in eglGetSyncAt...
2015-04-30 Marek Olšákegl/dri2: implement EGL_KHR_cl_event2 (v2)
2015-04-30 Marek Olšákegl/dri2: implement EGL_KHR_wait_sync
2015-04-30 Marek Olšákegl/dri2: implement EGL_KHR_fence_sync
2015-04-29 Marc-André Lureauegl: misc fixes for EGL_MESA_image_dma_buf_export
2015-04-22 Chih-Wei Huangandroid: fix the building rules for Android 5.0
2015-04-01 Dave Airlieegl: add initial EGL_MESA_image_dma_buf_export v2.4
2015-03-25 Jose Fonsecascons: Don't build egl on Windows.
2015-03-21 Emil Velikovegl: cut down static storage size for {Version,ClientAP...
2015-03-21 Emil Velikovegl/main: drop platform fbdev specific code
2015-03-18 Dave Airlieegl: don't fill client apis string forever.
2015-03-17 Matt Turneregl: Remove eglQueryString virtual dispatch.
2015-03-13 Matt Turneregl: Create queryable strings in eglInitialize().
2015-03-13 Brian Paulegl: fix cast to silence compiler warning
2015-03-11 Emil Velikovegl/main: convert thread management to use c11 threads
2015-03-11 Emil Velikovegl/main: use c11/threads' mutex directly
2015-03-06 Emil VelikovRevert "egl/main: use c11/threads' mutex directly"
2015-03-06 Emil VelikovRevert "egl/main: convert thread management to use...
2015-03-06 Emil Velikovegl/main: convert thread management to use c11 threads
2015-03-06 Emil Velikovegl/main: use c11/threads' mutex directly
2015-03-05 Emil Velikovegl/main: remove no-longer needed definition of stdint...
2015-03-05 Emil Velikovegl/main: drop the declaration of PUBLIC keyword.
2015-03-05 Emil Velikovegl/main: no longer export internal function
2015-03-05 Emil Velikovegl/main: replace __FUNCTION__ with __func__
2015-03-05 Emil Velikovegl/main: replace INLINE with inline
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Jose Fonsecast/egl: Remove.
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2014-12-25 Alexander von Gluck IVegl: Fix non-dri SCons builds re #87657
2014-12-23 Alexander von Gluck IVegl: Add Haiku code and support
2014-12-12 Matt Turneregl: Add files to distribution.
2014-12-08 Chad Versaceegl: Expose EGL_KHR_get_all_proc_addresses and its...
2014-11-14 Marek Olšákegl: remove egl_gallium from the loader
2014-10-03 Tomasz Figautil: Include in Android builds
2014-09-27 Emil Velikovconfigure: drop --with-egl-driver-dir switch
2014-08-12 Emil Velikovandroid: loader: prefix static libraries with libmesa_*
2014-08-12 Emil Velikovandroid: egl/main: add/enable freedreno
2014-08-12 Paulo Sergio Travagliaandroid: egl/main: resolve radeon linking issues
2014-08-12 Emil Velikovandroid: egl/main: fixup the nouveau build
2014-08-12 Emil Velikovegl/main: Bring in the Makefile.sources
2014-08-05 Anuj Phogategl: Fix OpenGL ES version checks in _eglParseContextAt...
2014-06-09 Adrian Negreanuandroid: add libloader to libGLES_mesa and libmesa_egl_dri2
2014-06-04 Sinclair Yehegl: Check for NULL native_window in eglCreateWindowSurface
2014-06-02 Beren Minoregl/main: Fix eglMakeCurrent when releasing context...
2014-05-23 Jon TURNEYFix build for darwin
2014-05-20 Sarah Sharpegl: Add EGL_CHROMIUM_sync_control extension.
2014-05-20 Sarah SharpImport eglextchromium.h from Chromium.
2014-05-02 José Fonsecaegl: Don't attempt to redefine stdint.h types with...
2014-04-28 Emil Velikovdri_interface: Update __DRItexBufferExtensionRec to...
2014-04-07 Matt Turneregl/build: Sort egl sources alphabetically.
2014-04-07 Matt Turneregl/build: Remove unused -DXF86VIDMODE.
2014-04-07 Matt Turneregl/build: Include headers and XML in distribution.
2014-04-05 Jonathan Grayautomake: don't enable -Wl,--no-undefined on OpenBSD
2014-03-31 Emil Velikovautomake: ask the linker to do garbage collection
2014-03-31 Emil Velikovautomake: add -Wl,--no-undefined to all libraries
2014-03-17 Chad Versaceegl/main: Enable Linux platform extensions
2014-03-17 Chad Versaceegl/main: Stop using EGLNative types internally
2014-03-17 Chad Versaceegl: Add STATIC_ASSERT() macro
2014-03-12 Neil RobertsAdd the EGL_MESA_configless_context extension
2014-03-12 Neil RobertseglCreateContext: Remove the check for whether config...
2014-02-19 Chia-I Wuegl: clarify what _eglInitResource does
2014-02-19 Chia-I WuRevert "egl: Unhide functionality in _eglInitContext()"
2014-02-19 Chia-I WuRevert "egl: Unhide functionality in _eglInitSurface()"
2014-02-07 Juha-Pekka Heikkilaegl: Unhide functionality in _eglInitSurface()
2014-02-07 Juha-Pekka Heikkilaegl: Unhide functionality in _eglInitContext()
2014-02-06 Chad Versaceegl/glx: Remove egl_glx driver
2014-01-29 Kristian Høgsbergbuild: Share the all-local rule for linking libraries...
2014-01-27 Eric Anholtloader: Use dlsym to get our udev symbols instead of...
2014-01-23 José Fonsecaegl: Use C11 thread abstractions.
2014-01-18 Emil Velikovegl-static: use loader util lib
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Neil Robertswayland: Add an extension to create wl_buffers from...
2013-11-26 Chad Versaceegl: Kill macro _EGL_DECLARE_MUTEX
2013-11-26 Chad Versaceegl: Enable EGL_EXT_client_extensions
2013-10-09 Gaetan Nadonegl/main: remove undefined X11_LIBS automake variable
next