summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)Author
2018-03-30x11: Only report supported DRI3/Present versionsDaniel Stone
2018-03-23wayland-drm: do not distribute generated sourcesJuan A. Suarez Romero
2018-03-22egl/wayland: Make swrast display_sync the correct queueDerek Foreman
2018-03-20dri3: Don't fail on version mismatchDaniel Stone
2018-03-16dri3: allow building against older xcb (v3)Dave Airlie
2018-03-16egl/android: Implement the eglSwapinterval for Android.Wu, Zhongmin
2018-03-16egl/dri2: move wayland header inclusion where applicableEmil Velikov
2018-03-12wayland-drm: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov
2018-03-12egl: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov
2018-03-09egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne
2018-03-09egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne
2018-03-07meson: Use include directory variables instead of traversingDylan Baker
2018-03-05gbm: give a name to rgba fieldsEric Engestrom
2018-03-05egl: remove duplicated initializationAndres Gomez
2018-02-26*-symbol-check: use correct `nm` path when cross-compilingEric Engestrom
2018-02-23meson: Fix GL and EGL pkg-config files with glvndDylan Baker
2018-02-23egl/dri2: fix segfault when display initialisation failsFrank Binns
2018-02-20loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom
2018-02-16meson: Add Haiku platform support v4Alexander von Gluck IV
2018-02-16egl/wayland: Always use in-tree wayland-egl-backend.hDaniel Stone
2018-02-16meson: Move Wayland dmabuf to wayland-drmDaniel Stone
2018-02-16egl/wayland: check for invalid format indexEric Engestrom
2018-02-15dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne
2018-02-14egl/x11: Fix leak in dri3_create_image_khr_pixmapLouis-Francis Ratté-Boulianne
2018-02-12egl/gbm: Fix compiler warning about visual matching.Eric Anholt
2018-02-09egl/gbm: Ensure EGLConfigs match GBM surface formatDaniel Stone
2018-02-09egl/gbm: Remove duplicate format tableDaniel Stone
2018-02-09egl/wayland: Use an array for modifiersDaniel Stone
2018-02-09egl/wayland: Remove has_format enumDaniel Stone
2018-02-09egl/wayland: Add bpp to visual mapDaniel Stone
2018-02-09egl/wayland: Use visual map for DRIImage<->FourCC mapDaniel Stone
2018-02-09egl/wayland: Use visual map for format advertisementDaniel Stone
2018-02-09egl/wayland: Use visual map for buffer_from_imageDaniel Stone
2018-02-09egl/wayland: Use visual map for config->format lookupDaniel Stone
2018-02-09egl/wayland: Add format enums to visual mapDaniel Stone
2018-02-09egl/wayland: Use proper enum type in visual definitionDaniel Stone
2018-02-09egl/wayland: Widen channel masks to bppDaniel Stone
2018-02-09egl/wayland: Hoist format <-> EGLConfig definition upDaniel Stone
2018-02-09egl/wayland: Fix ARGB/XRGB transposition in config mapDaniel Stone
2018-02-07egl: add support for EGL_ANDROID_blob_cacheTapani Pälli
2018-02-02meson: Don't confuse the install and search paths for dri driversDylan Baker
2018-01-25egl: keep extension list sorted, per comment at the topEric Engestrom
2018-01-19autotools: include meson build files in tarballDylan Baker
2018-01-11meson: Use consistent style for testsDylan Baker
2018-01-04egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameterRob Herring
2018-01-03egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.Mario Kleiner
2018-01-03egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)Mario Kleiner
2018-01-03egl/wayland: Add Wayland drm support for RGB10 winsys buffers.Mario Kleiner
2018-01-03egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.Mario Kleiner
2018-01-03egl/x11: Handle depth 30 drawables under software rasterizer.Mario Kleiner