summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2018-06-29egl: fix build race in automakeRoss Burton1-0/+1
2018-06-25egl/android: Add DRM node probing and filteringRobert Foss1-53/+170
2018-06-25egl/android: #ifdef out flink name supportRob Herring3-15/+49
2018-06-13meson: Remove various completed todosDylan Baker1-2/+0
2018-06-11egl/glvnd: Fix a segfault in eglGetProcAddress.Kyle Brenneman1-17/+13
2018-06-08autotools/meson: compile against wayland-egl-*backend*Eric Engestrom1-1/+1
2018-06-06egl: remove wayland-egl now that we're using libwayland-eglEric Engestrom7-516/+0
2018-06-06egl: rewire the build systems to use libwayland-eglEric Engestrom3-13/+7
2018-05-29egl/x11: fix build with DRI3 disabledEric Engestrom1-0/+3
2018-05-24egl/x11: deduplicate depth-to-format logicEric Engestrom3-33/+26
2018-05-14android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao1-0/+4
2018-05-11meson: Fix build for egl platform_x11 with dri3Ville Syrjälä1-0/+1
2018-05-04egl: add EGL_BAD_MATCH error case for surfaceless and androidTapani Pälli2-2/+6
2018-05-03egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat1-10/+13
2018-05-03egl: check if colorspace/surface type is supportedJuan A. Suarez Romero4-0/+21
2018-03-30x11: Only report supported DRI3/Present versionsDaniel Stone1-4/+16
2018-03-23wayland-drm: do not distribute generated sourcesJuan A. Suarez Romero2-8/+26
2018-03-22egl/wayland: Make swrast display_sync the correct queueDerek Foreman1-1/+1
2018-03-20dri3: Don't fail on version mismatchDaniel Stone2-5/+7
2018-03-16dri3: allow building against older xcb (v3)Dave Airlie1-0/+4
2018-03-16egl/android: Implement the eglSwapinterval for Android.Wu, Zhongmin1-0/+21
2018-03-16egl/dri2: move wayland header inclusion where applicableEmil Velikov3-3/+12
2018-03-12wayland-drm: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov1-3/+3
2018-03-12egl: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov1-2/+2
2018-03-09egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne3-0/+7
2018-03-09egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne3-15/+96
2018-03-07meson: Use include directory variables instead of traversingDylan Baker1-1/+4
2018-03-05gbm: give a name to rgba fieldsEric Engestrom1-8/+8
2018-03-05egl: remove duplicated initializationAndres Gomez1-1/+0
2018-02-26*-symbol-check: use correct `nm` path when cross-compilingEric Engestrom4-2/+4
2018-02-23meson: Fix GL and EGL pkg-config files with glvndDylan Baker1-1/+11
2018-02-23egl/dri2: fix segfault when display initialisation failsFrank Binns1-1/+1
2018-02-20loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom1-0/+12
2018-02-16meson: Add Haiku platform support v4Alexander von Gluck IV1-10/+26
2018-02-16egl/wayland: Always use in-tree wayland-egl-backend.hDaniel Stone1-1/+1
2018-02-16meson: Move Wayland dmabuf to wayland-drmDaniel Stone2-14/+22
2018-02-16egl/wayland: check for invalid format indexEric Engestrom1-0/+2
2018-02-15dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne2-7/+5
2018-02-14egl/x11: Fix leak in dri3_create_image_khr_pixmapLouis-Francis Ratté-Boulianne1-0/+1
2018-02-12egl/gbm: Fix compiler warning about visual matching.Eric Anholt1-1/+1
2018-02-09egl/gbm: Ensure EGLConfigs match GBM surface formatDaniel Stone1-4/+48
2018-02-09egl/gbm: Remove duplicate format tableDaniel Stone1-18/+17
2018-02-09egl/wayland: Use an array for modifiersDaniel Stone2-72/+20
2018-02-09egl/wayland: Remove has_format enumDaniel Stone1-19/+14
2018-02-09egl/wayland: Add bpp to visual mapDaniel Stone1-24/+12
2018-02-09egl/wayland: Use visual map for DRIImage<->FourCC mapDaniel Stone1-14/+11
2018-02-09egl/wayland: Use visual map for format advertisementDaniel Stone1-39/+36
2018-02-09egl/wayland: Use visual map for buffer_from_imageDaniel Stone1-21/+19
2018-02-09egl/wayland: Use visual map for config->format lookupDaniel Stone1-25/+36
2018-02-09egl/wayland: Add format enums to visual mapDaniel Stone1-0/+13