| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: Add tests to suites | Dylan Baker | 2018-11-20 | 1 | -2/+4 |
* | egl: Print the actual message to the console from _eglError(). | Eric Anholt | 2018-11-16 | 1 | -12/+20 |
* | loader: Factor out the common driver opening logic from each loader. | Eric Anholt | 2018-11-16 | 3 | -73/+8 |
* | egl: Move loader_set_logger() up to egl_dri2.c. | Eric Anholt | 2018-11-16 | 5 | -10/+2 |
* | egl/dri: fix error value with unknown drm format | Lionel Landwerlin | 2018-11-16 | 1 | -1/+1 |
* | egl: fix bad rebase | Eric Engestrom | 2018-11-15 | 1 | -1/+1 |
* | egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache | Eric Engestrom | 2018-11-15 | 1 | -0/+3 |
* | egl: Improve the debugging of gbm format matching in DRI configs. | Eric Anholt | 2018-11-12 | 1 | -2/+3 |
* | dri: add AYUV format | Lionel Landwerlin | 2018-11-12 | 2 | -0/+2 |
* | wayland/egl: Resize EGL surface on update buffer for swrast | Olivier Fourdan | 2018-11-06 | 1 | -2/+2 |
* | egl/glvnd: correctly report errors when vendor cannot be found | Emil Velikov | 2018-11-05 | 1 | -0/+5 |
* | egl: add EGL_EXT_device_base entrypoints | Emil Velikov | 2018-11-05 | 1 | -0/+7 |
* | egl: use the LC_ALL hammer instead of LANG | Eric Engestrom | 2018-11-01 | 1 | -1/+1 |
* | egl: fix entrypoint sorting test | Eric Engestrom | 2018-11-01 | 1 | -1/+1 |
* | egl: Fix eglentrypoint.h sort order. | Mathias Fröhlich | 2018-11-01 | 1 | -1/+1 |
* | meson: egl: group dri2 bits separately from haiku | Emil Velikov | 2018-11-01 | 1 | -36/+35 |
* | egl: enable EGL_EXT_device_{base,enumeration,query} | Emil Velikov | 2018-11-01 | 1 | -0/+3 |
* | egl: set the EGLDevice when creating a display | Emil Velikov | 2018-11-01 | 7 | -1/+81 |
* | egl: add EGL_EXT_device_drm support | Emil Velikov | 2018-11-01 | 2 | -0/+117 |
* | egl: add EGL_MESA_device_software support | Emil Velikov | 2018-11-01 | 3 | -1/+31 |
* | egl: add base EGL_EXT_device_base implementation | Emil Velikov | 2018-11-01 | 10 | -3/+344 |
* | configure: allow building with python3 | Emil Velikov | 2018-10-31 | 1 | -1/+1 |
* | egl: drop EGL driver `name` | Eric Engestrom | 2018-10-31 | 5 | -10/+1 |
* | egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku} | Eric Engestrom | 2018-10-31 | 5 | -32/+19 |
* | egl: add messages to a few assert() and turn a couple into unreachable() | Eric Engestrom | 2018-10-30 | 2 | -6/+6 |
* | 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 |