summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl/surfaceless: Allow DRMless fallback.David Riley2018-07-301-0/+19
* egl/surfaceless: Define DRI_SWRastLoader extension when using swrast.David Riley2018-07-301-4/+21
* egl: Fix missing clamping in eglSetDamageRegionKHRHarish Krupo2018-07-241-14/+11
* egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc.Eric Anholt2018-07-201-0/+27
* egl: Use the canonical drm-uapi fourcc header to avoid local defines.Eric Anholt2018-07-186-37/+4
* egl: fix build race in automakeRoss Burton2018-06-291-0/+1
* egl/android: Add DRM node probing and filteringRobert Foss2018-06-251-53/+170
* egl/android: #ifdef out flink name supportRob Herring2018-06-253-15/+49
* meson: Remove various completed todosDylan Baker2018-06-131-2/+0
* egl/glvnd: Fix a segfault in eglGetProcAddress.Kyle Brenneman2018-06-111-17/+13
* autotools/meson: compile against wayland-egl-*backend*Eric Engestrom2018-06-081-1/+1
* egl: remove wayland-egl now that we're using libwayland-eglEric Engestrom2018-06-067-516/+0
* egl: rewire the build systems to use libwayland-eglEric Engestrom2018-06-063-13/+7
* egl/x11: fix build with DRI3 disabledEric Engestrom2018-05-291-0/+3
* egl/x11: deduplicate depth-to-format logicEric Engestrom2018-05-243-33/+26
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-141-0/+4
* meson: Fix build for egl platform_x11 with dri3Ville Syrjälä2018-05-111-0/+1
* egl: add EGL_BAD_MATCH error case for surfaceless and androidTapani Pälli2018-05-042-2/+6
* egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat2018-05-031-10/+13
* egl: check if colorspace/surface type is supportedJuan A. Suarez Romero2018-05-034-0/+21
* 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