summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2018-08-24meson: fix egl build for androidGurchetan Singh1-0/+1
2018-08-24meson: fix egl build for surfacelessGurchetan Singh1-0/+1
2018-08-16meson: fix build for egl platform_x11 without dri3 and gbmAlexander Tsoy1-1/+1
2018-08-15egl/android: fix regression in drm_gralloc path (v2)Mauro Rossi1-0/+23
2018-08-10egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.Eric Anholt1-0/+5
2018-08-09wayland/egl: update surface size on window resizeJuan A. Suarez Romero1-4/+15
2018-08-09wayland/egl: initialize window surface size to window sizeJuan A. Suarez Romero1-0/+3
2018-08-01egl/x11: Handle both depth 30 formats for eglCreateImage(). (v4)Mario Kleiner4-9/+48
2018-08-01egl/wayland: Add 10bpc BGR configsDaniel Stone1-0/+12
2018-07-30egl/surfaceless: Allow DRMless fallback.David Riley1-0/+19
2018-07-30egl/surfaceless: Define DRI_SWRastLoader extension when using swrast.David Riley1-4/+21
2018-07-24egl: Fix missing clamping in eglSetDamageRegionKHRHarish Krupo1-14/+11
2018-07-20egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc.Eric Anholt1-0/+27
2018-07-18egl: Use the canonical drm-uapi fourcc header to avoid local defines.Eric Anholt6-37/+4
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