| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | egl: extra null checks for get_xcb_screen() return values | Juha-Pekka Heikkila | 2014-09-23 | 1 | -6/+24 |
* | egl/drm: expose KHR_image_pixmap extension | Andreas Pokorny | 2014-09-23 | 1 | -0/+1 |
* | egl: Restrict multiplication in calloc arguments to use compile-time constants | Carl Worth | 2014-09-03 | 2 | -2/+2 |
* | egl/dri2: use the correct screen index | Marek Olšák | 2014-09-01 | 2 | -10/+30 |
* | egl: don't exit process on initialization failure | Ilia Mirkin | 2014-08-16 | 1 | -1/+1 |
* | egl_dri2: fix EXT_image_dma_buf_import fds | Pekka Paalanen | 2014-08-14 | 1 | -31/+6 |
* | android: loader: prefix static libraries with libmesa_* | Emil Velikov | 2014-08-13 | 2 | -2/+2 |
* | android: egl/dri2: use the installed libdrm headers | Emil Velikov | 2014-08-13 | 1 | -1/+1 |
* | android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444} | Emil Velikov | 2014-08-13 | 1 | -4/+0 |
* | 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 |
* | dri: Add a new capabilities for drivers that can't share buffers | Giovanni Campagna | 2014-07-30 | 2 | -3/+21 |
* | Add support for swrast to the DRM EGL platform | Giovanni Campagna | 2014-07-30 | 1 | -21/+132 |
* | egl: Remove unused variable dri_driver_path. | Matt Turner | 2014-06-17 | 1 | -2/+0 |
* | egl/dri2: do not leak dri2_dpy->driver_name | Emil Velikov | 2014-06-09 | 3 | -3/+8 |
* | egl/dri2/x11: use standard strndup function | Emil Velikov | 2014-06-09 | 1 | -19/+4 |
* | android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixma... | Adrian Negreanu | 2014-06-09 | 1 | -1/+1 |
* | android, egl: add correct drm include for libmesa_egl_dri2 | Adrian Negreanu | 2014-06-09 | 1 | -0/+1 |
* | android: add libloader to libGLES_mesa and libmesa_egl_dri2 | Adrian Negreanu | 2014-06-09 | 2 | -1/+7 |
* | 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 |
* | egl_dri2: fix wayland_platform when drm_platform is not set | Emil Velikov | 2014-05-29 | 1 | -4/+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 | 11 | -0/+84 |
* | Import eglextchromium.h from Chromium. | Sarah Sharp | 2014-05-20 | 1 | -0/+1 |