| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: cut down static storage size for {Version,ClientAPI}String | Emil Velikov | 2015-03-21 | 1 | -2/+2 |
* | egl/main: drop platform fbdev specific code | Emil Velikov | 2015-03-21 | 3 | -21/+0 |
* | egl: don't fill client apis string forever. | Dave Airlie | 2015-03-19 | 1 | -0/+1 |
* | egl: Remove eglQueryString virtual dispatch. | Matt Turner | 2015-03-17 | 6 | -109/+12 |
* | egl: Create queryable strings in eglInitialize(). | Matt Turner | 2015-03-13 | 2 | -125/+112 |
* | egl: fix cast to silence compiler warning | Brian Paul | 2015-03-13 | 1 | -1/+1 |
* | egl/main: convert thread management to use c11 threads | Emil Velikov | 2015-03-11 | 1 | -42/+6 |
* | egl/main: use c11/threads' mutex directly | Emil Velikov | 2015-03-11 | 11 | -111/+47 |
* | Revert "egl/main: use c11/threads' mutex directly" | Emil Velikov | 2015-03-06 | 11 | -47/+111 |
* | Revert "egl/main: convert thread management to use c11 threads" | Emil Velikov | 2015-03-06 | 1 | -6/+42 |
* | egl/main: convert thread management to use c11 threads | Emil Velikov | 2015-03-06 | 1 | -42/+6 |
* | egl/main: use c11/threads' mutex directly | Emil Velikov | 2015-03-06 | 11 | -111/+47 |
* | egl/main: remove no-longer needed definition of stdint types | Emil Velikov | 2015-03-05 | 1 | -32/+0 |
* | egl/drivers: include stdint.h where needed | Emil Velikov | 2015-03-05 | 6 | -0/+7 |
* | egl/main: drop the declaration of PUBLIC keyword. | Emil Velikov | 2015-03-05 | 1 | -14/+0 |
* | egl/main: no longer export internal function | Emil Velikov | 2015-03-05 | 13 | -36/+36 |
* | 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 |
* | egl: Take alpha bits into account when selecting GBM formats | Daniel Stone | 2015-03-04 | 1 | -5/+11 |
* | 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, wayland: RGB565 format support on Back-buffer | Vivek Kasireddy | 2015-02-23 | 1 | -3/+38 |
* | egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRM | Axel Davy | 2015-02-12 | 1 | -7/+7 |
* | egl: Pass the correct X visual depth to xcb_put_image(). | José Fonseca | 2015-01-31 | 1 | -11/+13 |
* | egl/wayland: Fix unused variable warnings | Chad Versace | 2015-01-13 | 1 | -2/+0 |
* | egl: Inform the client API when ancillary buffers may become undefined. | Eric Anholt | 2015-01-06 | 6 | -15/+43 |
* | egl: Fix non-dri SCons builds re #87657 | Alexander von Gluck IV | 2014-12-25 | 1 | -10/+7 |
* | egl/haiku: Clean up SConscript whitespace | Alexander von Gluck IV | 2014-12-23 | 1 | -13/+12 |
* | egl/dri2: Fix build of dri2 egl driver with SCons | Alexander von Gluck IV | 2014-12-23 | 1 | -0/+40 |
* | egl: Clean up Haiku visual creation | Alexander von Gluck IV | 2014-12-23 | 1 | -49/+47 |
* | egl: Add Haiku code and support | Alexander von Gluck IV | 2014-12-23 | 7 | -3/+509 |
* | egl: remove support for GCC older than 4.1.0 | Timothy Arceri | 2014-12-17 | 1 | -1/+1 |
* | egl: Add files to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+5 |
* | egl+gbm: Add symbols-check tests to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+1 |
* | egl/dri2: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+2 |
* | egl: Drop unnecessary Makefile.am. | Matt Turner | 2014-12-12 | 1 | -1/+0 |
* | Use calloc instead of malloc/memset-0 | Matt Turner | 2014-12-08 | 1 | -2/+1 |
* | egl: Expose EGL_KHR_get_all_proc_addresses and its client extension | Chad Versace | 2014-12-07 | 5 | -1/+23 |
* | egl/dri2: Log a warning if no platforms are enabled. | Matt Turner | 2014-12-04 | 1 | -0/+1 |
* | egl: remove egl_gallium from the loader | Marek Olšák | 2014-11-14 | 1 | -14/+0 |
* | egl_dri2: add a note about dri2_create_screen | Emil Velikov | 2014-11-07 | 1 | -0/+4 |
* | egl_dri2: fix double free on drm platforms | Emil Velikov | 2014-11-07 | 1 | -3/+9 |
* | egl_dri2: do not leak dri2_dpy->driver_configs | Emil Velikov | 2014-11-06 | 1 | -0/+4 |
* | egl/drm: do not crash when swapping buffers without any rendering | Lionel Landwerlin | 2014-10-27 | 1 | -0/+8 |
* | util: Include in Android builds | Tomasz Figa | 2014-10-03 | 1 | -0/+1 |
* | egl: setup screen iterator before using it | Tapani Pälli | 2014-09-29 | 1 | -1/+1 |
* | configure: drop --with-egl-driver-dir switch | Emil Velikov | 2014-09-27 | 1 | -1/+1 |