| Commit message (Expand) | Author | Age | Files | Lines |
* | egl/main: replace __FUNCTION__ with __func__ | Emil Velikov | 2015-03-05 | 2 | -11/+3 |
* | egl/main: replace INLINE with inline | Emil Velikov | 2015-03-05 | 15 | -68/+82 |
* | scons: Use -Werror MSVC compatibility flags per-directory. | Jose Fonseca | 2015-03-04 | 1 | -0/+2 |
* | st/egl: Remove. | Jose Fonseca | 2015-03-04 | 3 | -9/+8 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-03-03 | 1 | -0/+1 |
* | Revert "configure: Leverage gcc warn options to enable safe use of C99 featur... | Kenneth Graunke | 2015-02-27 | 1 | -1/+0 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-02-27 | 1 | -0/+1 |
* | egl: Fix non-dri SCons builds re #87657 | Alexander von Gluck IV | 2014-12-25 | 1 | -10/+7 |
* | egl: Add Haiku code and support | Alexander von Gluck IV | 2014-12-23 | 5 | -3/+36 |
* | egl: Add files to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+5 |
* | egl: Expose EGL_KHR_get_all_proc_addresses and its client extension | Chad Versace | 2014-12-07 | 5 | -1/+23 |
* | egl: remove egl_gallium from the loader | Marek Olšák | 2014-11-14 | 1 | -14/+0 |
* | util: Include in Android builds | Tomasz Figa | 2014-10-03 | 1 | -0/+1 |
* | configure: drop --with-egl-driver-dir switch | Emil Velikov | 2014-09-27 | 1 | -1/+1 |
* | android: loader: prefix static libraries with libmesa_* | Emil Velikov | 2014-08-13 | 1 | -1/+1 |
* | android: egl/main: add/enable freedreno | Emil Velikov | 2014-08-13 | 1 | -0/+6 |
* | android: egl/main: resolve radeon linking issues | Paulo Sergio Travaglia | 2014-08-13 | 1 | -4/+9 |
* | android: egl/main: fixup the nouveau build | Emil Velikov | 2014-08-13 | 1 | -6/+2 |
* | egl/main: Bring in the Makefile.sources | Emil Velikov | 2014-08-13 | 4 | -75/+47 |
* | egl: Fix OpenGL ES version checks in _eglParseContextAttribList() | Anuj Phogat | 2014-08-04 | 1 | -1/+4 |
* | android: add libloader to libGLES_mesa and libmesa_egl_dri2 | Adrian Negreanu | 2014-06-09 | 1 | -1/+4 |
* | egl: Check for NULL native_window in eglCreateWindowSurface | Sinclair Yeh | 2014-06-03 | 1 | -0/+4 |
* | egl/main: Fix eglMakeCurrent when releasing context from current thread. | Beren Minor | 2014-06-02 | 1 | -2/+6 |
* | Fix build for darwin | Jon TURNEY | 2014-05-23 | 1 | -1/+1 |
* | egl: Add EGL_CHROMIUM_sync_control extension. | Sarah Sharp | 2014-05-20 | 4 | -0/+30 |
* | Import eglextchromium.h from Chromium. | Sarah Sharp | 2014-05-20 | 1 | -0/+1 |
* | egl: Don't attempt to redefine stdint.h types with VS 2010. | José Fonseca | 2014-05-02 | 1 | -1/+2 |
* | dri_interface: Update __DRItexBufferExtensionRec to version 3 | Emil Velikov | 2014-04-28 | 2 | -0/+14 |
* | egl/build: Sort egl sources alphabetically. | Matt Turner | 2014-04-07 | 1 | -15/+15 |
* | egl/build: Remove unused -DXF86VIDMODE. | Matt Turner | 2014-04-07 | 1 | -4/+0 |
* | egl/build: Include headers and XML in distribution. | Matt Turner | 2014-04-07 | 1 | -1/+4 |
* | automake: don't enable -Wl,--no-undefined on OpenBSD | Jonathan Gray | 2014-04-05 | 1 | -1/+1 |
* | automake: ask the linker to do garbage collection | Emil Velikov | 2014-03-31 | 1 | -0/+1 |
* | automake: add -Wl,--no-undefined to all libraries | Emil Velikov | 2014-03-31 | 1 | -1/+5 |
* | egl/main: Enable Linux platform extensions | Chad Versace | 2014-03-17 | 5 | -23/+215 |
* | egl/main: Stop using EGLNative types internally | Chad Versace | 2014-03-17 | 4 | -11/+32 |
* | egl: Add STATIC_ASSERT() macro | Chad Versace | 2014-03-17 | 1 | -0/+5 |
* | Add the EGL_MESA_configless_context extension | Neil Roberts | 2014-03-12 | 4 | -5/+19 |
* | eglCreateContext: Remove the check for whether config == 0 | Neil Roberts | 2014-03-12 | 1 | -5/+2 |
* | egl: clarify what _eglInitResource does | Chia-I Wu | 2014-02-19 | 1 | -1/+5 |
* | Revert "egl: Unhide functionality in _eglInitContext()" | Chia-I Wu | 2014-02-19 | 1 | -2/+1 |
* | Revert "egl: Unhide functionality in _eglInitSurface()" | Chia-I Wu | 2014-02-19 | 1 | -3/+1 |
* | egl: Unhide functionality in _eglInitSurface() | Juha-Pekka Heikkila | 2014-02-07 | 1 | -1/+3 |
* | egl: Unhide functionality in _eglInitContext() | Juha-Pekka Heikkila | 2014-02-07 | 1 | -1/+2 |
* | egl/glx: Remove egl_glx driver | Chad Versace | 2014-02-05 | 2 | -9/+0 |
* | build: Share the all-local rule for linking libraries into the build dir | Kristian Høgsberg | 2014-01-29 | 1 | -6/+1 |
* | loader: Use dlsym to get our udev symbols instead of explicit linking. | Eric Anholt | 2014-01-27 | 1 | -1/+1 |
* | egl: Use C11 thread abstractions. | José Fonseca | 2014-01-23 | 1 | -19/+7 |
* | egl-static: use loader util lib | Emil Velikov | 2014-01-18 | 1 | -0/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 26 | -26/+26 |