summaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
...
* egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák2015-04-305-10/+88
* egl/dri2: implement EGL_KHR_wait_syncMarek Olšák2015-04-304-0/+32
* egl/dri2: implement EGL_KHR_fence_syncMarek Olšák2015-04-301-5/+29
* egl: misc fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau2015-04-292-2/+2
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-0/+4
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-014-0/+67
* scons: Don't build egl on Windows.Jose Fonseca2015-03-252-11/+1
* egl: cut down static storage size for {Version,ClientAPI}StringEmil Velikov2015-03-211-2/+2
* egl/main: drop platform fbdev specific codeEmil Velikov2015-03-213-21/+0
* egl: don't fill client apis string forever.Dave Airlie2015-03-191-0/+1
* egl: Remove eglQueryString virtual dispatch.Matt Turner2015-03-176-109/+12
* egl: Create queryable strings in eglInitialize().Matt Turner2015-03-132-125/+112
* egl: fix cast to silence compiler warningBrian Paul2015-03-131-1/+1
* egl/main: convert thread management to use c11 threadsEmil Velikov2015-03-111-42/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-1111-111/+47
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-0611-47/+111
* Revert "egl/main: convert thread management to use c11 threads"Emil Velikov2015-03-061-6/+42
* egl/main: convert thread management to use c11 threadsEmil Velikov2015-03-061-42/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-0611-111/+47
* egl/main: remove no-longer needed definition of stdint typesEmil Velikov2015-03-051-32/+0
* egl/main: drop the declaration of PUBLIC keyword.Emil Velikov2015-03-051-14/+0
* egl/main: no longer export internal functionEmil Velikov2015-03-0513-36/+36
* egl/main: replace __FUNCTION__ with __func__Emil Velikov2015-03-052-11/+3
* egl/main: replace INLINE with inlineEmil Velikov2015-03-0515-68/+82
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* st/egl: Remove.Jose Fonseca2015-03-043-9/+8
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-0/+1
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-1/+0
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-0/+1
* egl: Fix non-dri SCons builds re #87657Alexander von Gluck IV2014-12-251-10/+7
* egl: Add Haiku code and supportAlexander von Gluck IV2014-12-235-3/+36
* egl: Add files to distribution.Matt Turner2014-12-121-0/+5
* egl: Expose EGL_KHR_get_all_proc_addresses and its client extensionChad Versace2014-12-075-1/+23
* egl: remove egl_gallium from the loaderMarek Olšák2014-11-141-14/+0
* util: Include in Android buildsTomasz Figa2014-10-031-0/+1
* configure: drop --with-egl-driver-dir switchEmil Velikov2014-09-271-1/+1
* android: loader: prefix static libraries with libmesa_*Emil Velikov2014-08-131-1/+1
* android: egl/main: add/enable freedrenoEmil Velikov2014-08-131-0/+6
* android: egl/main: resolve radeon linking issuesPaulo Sergio Travaglia2014-08-131-4/+9
* android: egl/main: fixup the nouveau buildEmil Velikov2014-08-131-6/+2
* egl/main: Bring in the Makefile.sourcesEmil Velikov2014-08-134-75/+47
* egl: Fix OpenGL ES version checks in _eglParseContextAttribList()Anuj Phogat2014-08-041-1/+4
* android: add libloader to libGLES_mesa and libmesa_egl_dri2Adrian Negreanu2014-06-091-1/+4
* egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh2014-06-031-0/+4
* egl/main: Fix eglMakeCurrent when releasing context from current thread.Beren Minor2014-06-021-2/+6
* Fix build for darwinJon TURNEY2014-05-231-1/+1
* egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp2014-05-204-0/+30
* Import eglextchromium.h from Chromium.Sarah Sharp2014-05-201-0/+1
* egl: Don't attempt to redefine stdint.h types with VS 2010.José Fonseca2014-05-021-1/+2
* dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2014-04-282-0/+14