summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2019-01-13egl: fix python lib deprecation warningEric Engestrom3-14/+7
2019-01-11egl: remove unused includeEric Engestrom1-2/+0
2019-01-11egl: add missing includesEric Engestrom6-0/+9
2019-01-02egl/haiku: Fix reference to disp vs dpyAlexander von Gluck IV1-1/+2
2018-11-28egl: add missing #include <stddef.h> in egldevice.hGurchetan Singh1-1/+1
2018-11-28egl/wayland: rather obvious build fixNicolai Hähnle1-2/+2
2018-11-28egl/wayland: plug memory leak in drm_handle_device()Emil Velikov1-0/+2
2018-11-28egl/wayland: bail out when drmGetMagic failsEmil Velikov1-1/+8
2018-11-20meson: Add tests to suitesDylan Baker1-2/+4
2018-11-16egl: Print the actual message to the console from _eglError().Eric Anholt1-12/+20
2018-11-16loader: Factor out the common driver opening logic from each loader.Eric Anholt3-73/+8
2018-11-16egl: Move loader_set_logger() up to egl_dri2.c.Eric Anholt5-10/+2
2018-11-16egl/dri: fix error value with unknown drm formatLionel Landwerlin1-1/+1
2018-11-15egl: fix bad rebaseEric Engestrom1-1/+1
2018-11-15egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cacheEric Engestrom1-0/+3
2018-11-12egl: Improve the debugging of gbm format matching in DRI configs.Eric Anholt1-2/+3
2018-11-12dri: add AYUV formatLionel Landwerlin2-0/+2
2018-11-06wayland/egl: Resize EGL surface on update buffer for swrastOlivier Fourdan1-2/+2
2018-11-05egl/glvnd: correctly report errors when vendor cannot be foundEmil Velikov1-0/+5
2018-11-05egl: add EGL_EXT_device_base entrypointsEmil Velikov1-0/+7
2018-11-01egl: use the LC_ALL hammer instead of LANGEric Engestrom1-1/+1
2018-11-01egl: fix entrypoint sorting testEric Engestrom1-1/+1
2018-11-01egl: Fix eglentrypoint.h sort order.Mathias Fröhlich1-1/+1
2018-11-01meson: egl: group dri2 bits separately from haikuEmil Velikov1-36/+35
2018-11-01egl: enable EGL_EXT_device_{base,enumeration,query}Emil Velikov1-0/+3
2018-11-01egl: set the EGLDevice when creating a displayEmil Velikov7-1/+81
2018-11-01egl: add EGL_EXT_device_drm supportEmil Velikov2-0/+117
2018-11-01egl: add EGL_MESA_device_software supportEmil Velikov3-1/+31
2018-11-01egl: add base EGL_EXT_device_base implementationEmil Velikov10-3/+344
2018-10-31configure: allow building with python3Emil Velikov1-1/+1
2018-10-31egl: drop EGL driver `name`Eric Engestrom5-10/+1
2018-10-31egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom5-32/+19
2018-10-30egl: add messages to a few assert() and turn a couple into unreachable()Eric Engestrom2-6/+6
2018-10-11egl: Use correct shared libraries suffix on macOS.Vinson Lee1-1/+6
2018-10-03egl/x11: remove eglSwap* surface checkEmil Velikov2-8/+0
2018-10-03egl/surfaceless: remove eglSwap* stubsEmil Velikov1-13/+0
2018-10-03egl/drm: remove eglSwap* surface checkEmil Velikov1-16/+14
2018-10-03egl/android: remove eglSwap* surface checkEmil Velikov1-4/+0
2018-10-03egl: make eglSwapBuffers* a no-op for !window surfacesEmil Velikov1-0/+6
2018-10-03egl: make eglSwapInterval a no-op for !window surfacesEmil Velikov1-0/+3
2018-09-20egl/android: rework device probingEmil Velikov1-43/+77
2018-09-13egl/android: Declare droid_load_driver() staticKristian H. Kristensen1-1/+1
2018-09-02egl/android: do not indent HAVE_DRM_GRALLOC preprocessor directiveMauro Rossi1-3/+3
2018-08-31egl/wayland: do not leak wl_buffer when it is lockedJuan A. Suarez Romero2-7/+16
2018-08-30egl/dri2: Guard against invalid fourcc formatsJason Ekstrand1-0/+15
2018-08-30egl/dri2: Add a helper for the number of planes for a FOURCC formatJason Ekstrand1-11/+21
2018-08-24egl/drm: use gbm_dri_bo() wrapperEmil Velikov1-2/+2
2018-08-24egl/drm: use gbm_dri_surface() wrapperEmil Velikov1-3/+3
2018-08-24egl/drm: use gbm_dri_device() wrapperEmil Velikov1-1/+1
2018-08-24egl/android: simplify device open/probeEmil Velikov1-34/+18