summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* x11: Only report supported DRI3/Present versionsDaniel Stone2018-03-301-4/+16
* wayland-drm: do not distribute generated sourcesJuan A. Suarez Romero2018-03-232-8/+26
* egl/wayland: Make swrast display_sync the correct queueDerek Foreman2018-03-221-1/+1
* dri3: Don't fail on version mismatchDaniel Stone2018-03-202-5/+7
* dri3: allow building against older xcb (v3)Dave Airlie2018-03-161-0/+4
* egl/android: Implement the eglSwapinterval for Android.Wu, Zhongmin2018-03-161-0/+21
* egl/dri2: move wayland header inclusion where applicableEmil Velikov2018-03-163-3/+12
* wayland-drm: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov2018-03-121-3/+3
* egl: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov2018-03-121-2/+2
* egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne2018-03-093-0/+7
* egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne2018-03-093-15/+96
* meson: Use include directory variables instead of traversingDylan Baker2018-03-071-1/+4
* gbm: give a name to rgba fieldsEric Engestrom2018-03-051-8/+8
* egl: remove duplicated initializationAndres Gomez2018-03-051-1/+0
* *-symbol-check: use correct `nm` path when cross-compilingEric Engestrom2018-02-264-2/+4
* meson: Fix GL and EGL pkg-config files with glvndDylan Baker2018-02-231-1/+11
* egl/dri2: fix segfault when display initialisation failsFrank Binns2018-02-231-1/+1
* loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2018-02-201-0/+12
* meson: Add Haiku platform support v4Alexander von Gluck IV2018-02-161-10/+26
* egl/wayland: Always use in-tree wayland-egl-backend.hDaniel Stone2018-02-161-1/+1
* meson: Move Wayland dmabuf to wayland-drmDaniel Stone2018-02-162-14/+22
* egl/wayland: check for invalid format indexEric Engestrom2018-02-161-0/+2
* dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne2018-02-152-7/+5
* egl/x11: Fix leak in dri3_create_image_khr_pixmapLouis-Francis Ratté-Boulianne2018-02-141-0/+1
* egl/gbm: Fix compiler warning about visual matching.Eric Anholt2018-02-121-1/+1
* egl/gbm: Ensure EGLConfigs match GBM surface formatDaniel Stone2018-02-091-4/+48
* egl/gbm: Remove duplicate format tableDaniel Stone2018-02-091-18/+17
* egl/wayland: Use an array for modifiersDaniel Stone2018-02-092-72/+20
* egl/wayland: Remove has_format enumDaniel Stone2018-02-091-19/+14
* egl/wayland: Add bpp to visual mapDaniel Stone2018-02-091-24/+12
* egl/wayland: Use visual map for DRIImage<->FourCC mapDaniel Stone2018-02-091-14/+11
* egl/wayland: Use visual map for format advertisementDaniel Stone2018-02-091-39/+36
* egl/wayland: Use visual map for buffer_from_imageDaniel Stone2018-02-091-21/+19
* egl/wayland: Use visual map for config->format lookupDaniel Stone2018-02-091-25/+36
* egl/wayland: Add format enums to visual mapDaniel Stone2018-02-091-0/+13
* egl/wayland: Use proper enum type in visual definitionDaniel Stone2018-02-091-1/+1
* egl/wayland: Widen channel masks to bppDaniel Stone2018-02-091-5/+20
* egl/wayland: Hoist format <-> EGLConfig definition upDaniel Stone2018-02-091-16/+17
* egl/wayland: Fix ARGB/XRGB transposition in config mapDaniel Stone2018-02-091-2/+2
* egl: add support for EGL_ANDROID_blob_cacheTapani Pälli2018-02-076-0/+70
* meson: Don't confuse the install and search paths for dri driversDylan Baker2018-02-021-1/+1
* egl: keep extension list sorted, per comment at the topEric Engestrom2018-01-251-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-193-3/+4
* meson: Use consistent style for testsDylan Baker2018-01-111-1/+4
* egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameterRob Herring2018-01-041-15/+15
* egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.Mario Kleiner2018-01-031-3/+13
* egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)Mario Kleiner2018-01-032-1/+19
* egl/wayland: Add Wayland drm support for RGB10 winsys buffers.Mario Kleiner2018-01-032-3/+40
* egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.Mario Kleiner2018-01-032-0/+6
* egl/x11: Handle depth 30 drawables under software rasterizer.Mario Kleiner2018-01-031-0/+1