| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: Use correct shared libraries suffix on macOS. | Vinson Lee | 2018-10-11 | 1 | -1/+6 |
* | egl/x11: remove eglSwap* surface check | Emil Velikov | 2018-10-03 | 2 | -8/+0 |
* | egl/surfaceless: remove eglSwap* stubs | Emil Velikov | 2018-10-03 | 1 | -13/+0 |
* | egl/drm: remove eglSwap* surface check | Emil Velikov | 2018-10-03 | 1 | -16/+14 |
* | egl/android: remove eglSwap* surface check | Emil Velikov | 2018-10-03 | 1 | -4/+0 |
* | egl: make eglSwapBuffers* a no-op for !window surfaces | Emil Velikov | 2018-10-03 | 1 | -0/+6 |
* | egl: make eglSwapInterval a no-op for !window surfaces | Emil Velikov | 2018-10-03 | 1 | -0/+3 |
* | egl/android: rework device probing | Emil Velikov | 2018-09-20 | 1 | -43/+77 |
* | egl/android: Declare droid_load_driver() static | Kristian H. Kristensen | 2018-09-13 | 1 | -1/+1 |
* | egl/android: do not indent HAVE_DRM_GRALLOC preprocessor directive | Mauro Rossi | 2018-09-02 | 1 | -3/+3 |
* | egl/wayland: do not leak wl_buffer when it is locked | Juan A. Suarez Romero | 2018-08-31 | 2 | -7/+16 |
* | egl/dri2: Guard against invalid fourcc formats | Jason Ekstrand | 2018-08-30 | 1 | -0/+15 |
* | egl/dri2: Add a helper for the number of planes for a FOURCC format | Jason Ekstrand | 2018-08-30 | 1 | -11/+21 |
* | egl/drm: use gbm_dri_bo() wrapper | Emil Velikov | 2018-08-24 | 1 | -2/+2 |
* | egl/drm: use gbm_dri_surface() wrapper | Emil Velikov | 2018-08-24 | 1 | -3/+3 |
* | egl/drm: use gbm_dri_device() wrapper | Emil Velikov | 2018-08-24 | 1 | -1/+1 |
* | egl/android: simplify device open/probe | Emil Velikov | 2018-08-24 | 1 | -34/+18 |
* | egl/android: remove drmVersion::name NULL check | Emil Velikov | 2018-08-24 | 1 | -5/+0 |
* | egl/android: remove droid_probe_driver() | Emil Velikov | 2018-08-24 | 1 | -18/+0 |
* | egl/android: use strcmp with drmVersion::name | Emil Velikov | 2018-08-24 | 1 | -1/+1 |
* | egl/android: use drmDevice instead of the manual /dev/dri iteration | Emil Velikov | 2018-08-24 | 1 | -16/+12 |
* | Revert "configure: allow building with python3" | Emil Velikov | 2018-08-24 | 1 | -1/+1 |
* | configure: allow building with python3 | Emil Velikov | 2018-08-23 | 1 | -1/+1 |
* | egl: drop unused _EGL_BUILT_IN_DRIVER_DRI2 | Eric Engestrom | 2018-08-23 | 3 | -4/+1 |
* | meson: fix egl build for android | Gurchetan Singh | 2018-08-22 | 1 | -0/+1 |
* | meson: fix egl build for surfaceless | Gurchetan Singh | 2018-08-22 | 1 | -0/+1 |
* | egl/android: Implement EGL_KHR_mutable_render_buffer | Chad Versace | 2018-08-21 | 3 | -7/+206 |
* | egl: add helper to combine two u32 into one u64 | Eric Engestrom | 2018-08-21 | 4 | -7/+11 |
* | egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadata | Tapani Pälli | 2018-08-20 | 4 | -0/+193 |
* | egl: check for buffer overflow *before* corrupting our memory | Eric Engestrom | 2018-08-16 | 1 | -4/+15 |
* | egl/wayland: remove sign from bitfield `formats` | Eric Engestrom | 2018-08-16 | 2 | -6/+6 |
* | egl: some spelling fixes | Eric Engestrom | 2018-08-16 | 1 | -5/+5 |
* | meson: fix build for egl platform_x11 without dri3 and gbm | Alexander Tsoy | 2018-08-15 | 1 | -1/+1 |
* | egl/android: fix regression in drm_gralloc path (v2) | Mauro Rossi | 2018-08-15 | 1 | -0/+23 |
* | meson: Build with Python 3 | Mathieu Bridon | 2018-08-10 | 1 | -2/+2 |
* | egl: Fix leak of X11 pixmaps backing pbuffers in DRI3. | Eric Anholt | 2018-08-09 | 1 | -0/+5 |
* | wayland/egl: update surface size on window resize | Juan A. Suarez Romero | 2018-08-08 | 1 | -4/+15 |
* | wayland/egl: initialize window surface size to window size | Juan A. Suarez Romero | 2018-08-08 | 1 | -0/+3 |
* | egl: automake: add egl.pc/headers TODO when using glvnd | Emil Velikov | 2018-08-08 | 1 | -0/+1 |
* | egl/main: Add bits for EGL_KHR_mutable_render_buffer | Chad Versace | 2018-08-07 | 5 | -4/+93 |
* | egl/dri2: In dri2_make_current, return early on failure | Chad Versace | 2018-08-07 | 1 | -14/+15 |
* | egl: Simplify queries for EGL_RENDER_BUFFER | Chad Versace | 2018-08-07 | 5 | -20/+85 |
* | egl: set EGL_BAD_NATIVE_PIXMAP in the copy_buffers fallback | Emil Velikov | 2018-08-07 | 1 | -1/+2 |
* | egl/x11: use the no-op dri2_fallback_copy_buffers for swrast | Emil Velikov | 2018-08-07 | 1 | -1/+2 |
* | egl: remove unneeded _eglGetNativePlatform check | Emil Velikov | 2018-08-07 | 1 | -2/+0 |
* | autoconf: stop exporting internal wayland details | Emil Velikov | 2018-08-07 | 2 | -2/+2 |
* | meson: stop exporting internal wayland details | Emil Velikov | 2018-08-07 | 1 | -2/+2 |
* | egl/main: fix indentation | Eric Engestrom | 2018-08-02 | 2 | -2/+2 |
* | egl/x11: Handle both depth 30 formats for eglCreateImage(). (v4) | Mario Kleiner | 2018-08-01 | 4 | -9/+48 |
* | egl/wayland: Add 10bpc BGR configs | Daniel Stone | 2018-08-01 | 1 | -0/+12 |