summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2021-06-19egl: fix in expected typeEleni Maria Stea1-1/+4
2021-06-11egl/android: add aosp_nougat system/window.h back for back compatYiwei Zhang3-2/+126
2021-06-09egl/android: refactor to use the legit vndk/window.h headerYiwei Zhang2-36/+32
2021-06-09egl/android: fix cached buffer slots for EGL Android winsysYiwei Zhang1-20/+4
2021-06-07egl+libsync: Add check for valid fence-fdRob Clark1-0/+3
2021-06-07egl: zero is a valid fdRob Clark1-2/+2
2021-06-07meson: egl: Do not build platform_drm for AndroidRoman Stratiienko1-1/+1
2021-06-02util: Add a helper macro for defining initial-exec variables.Emma Anholt1-2/+2
2021-05-26egl/android: check front rendering support for cros grallocYiwei Zhang2-2/+47
2021-05-21egl/dri2: Add Y21x formatsIan Romanick1-0/+3
2021-05-21egl/dri2: Add Y41x formatsIan Romanick1-0/+3
2021-05-21egl/dri2: Rely on drm-uapi for DRM_FORMAT definesIan Romanick1-14/+0
2021-05-19dri: add loader_dri_create_image helperLucas Stach1-42/+18
2021-05-11egl/x11: don't forget to exit the attrib list loopEric Engestrom1-1/+4
2021-04-16egl/android: include "util/compiler.h" for FALLTHROUGH macroMauro Rossi1-0/+1
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-1/+1
2021-04-09egl/haiku: Fix ConfigID naming inline with mesaAlexander von Gluck IV1-1/+1
2021-04-09egl: support no error attribute set to false with ES 1.1Tapani Pälli1-2/+2
2021-03-26Revert "egl: Don't add hardware device if there is no render node v2."Simon Ser1-2/+2
2021-03-26egl: only take render nodes into account when listing DRM devicesSimon Ser1-0/+3
2021-03-26egl: fix software flag in _eglAddDevice call on DRMSimon Ser1-1/+1
2021-03-19egl/wayland: avoid unnecessary roundtrip when authenticatedSimon Ser1-1/+2
2021-03-09egl: use render node for wl_drm if availableSimon Ser1-1/+10
2021-02-25egl: android: use num_planes param in createImageFromDmaBufs()Roman Stratiienko1-3/+3
2021-01-28egl/dri2: enable EGL_WL_bind_wayland_display in EGL device platformSimon Zeni1-0/+4
2021-01-27egl: Fix error string returned by eglQueryDeviceAttribEXTAdam Jackson1-1/+1
2020-12-24egl/dri2: fix image loaderPrivate type mixupDavid Stevens1-1/+1
2020-12-17egl: fix EGL_EXT_protected_content/surface mixupPierre-Eric Pelloux-Prayer5-6/+6
2020-12-16egl/wayland: add a NULL guard for the authenticate callbackSimon Ser1-1/+2
2020-12-15egl/android: implement image cleanup callbackDavid Stevens1-24/+48
2020-12-15egl/android: don't pass loaderPriv in get_front_boDavid Stevens1-1/+1
2020-12-10egl/wayland: remove libwayland < 1.18 workaroundSimon Ser1-7/+0
2020-12-03meson: Make the glvnd vendor name configurableAdam Jackson2-4/+9
2020-12-02egl: Skip closing drivers when building with AddressSanitizer.Eric Anholt2-1/+8
2020-12-02egl/dri2: Drop some pointless ifdefferyRob Clark1-10/+0
2020-12-02egl/surfaceless: glthread supportRob Clark1-0/+1
2020-12-02egl: fix typo in wl_drm error messageSimon Ser1-1/+1
2020-12-01egl: update fallthrough commentsPierre-Eric Pelloux-Prayer1-1/+2
2020-11-20glx, egl: Add LIBGL_DRI2_DISABLE environment variableAdam Jackson1-1/+5
2020-11-16egl/dri2: fix race between image create and egl_image_target_textureTapani Pälli1-0/+3
2020-11-12Add EGL xcb platformYuxuan Shui7-4/+59
2020-11-02egl/dri2: implement createImageFromDmaBufs3Pierre-Eric Pelloux-Prayer1-1/+22
2020-11-02egl: handle EGL_PROTECTED_CONTENT_EXT for eglImagePierre-Eric Pelloux-Prayer2-0/+9
2020-11-02egl: implement EGL_EXT_protected_surface supportPierre-Eric Pelloux-Prayer8-2/+54
2020-09-07egl/android: HAVE_DRM_GRALLOC path fixes (v2)Mauro Rossi1-3/+2
2020-09-06egl/x11: Free memory allocated for reply structures on errorAndrey Vostrikov1-1/+8
2020-09-01egl/x11: simplify dri2_initialize_x11()Eric Engestrom1-12/+6
2020-09-01egl/wayland: simplify dri2_initialize_wayland()Eric Engestrom1-10/+4
2020-09-01egl/surfaceless: simplify dri2_initialize_surfaceless()Eric Engestrom1-9/+1
2020-09-01egl/android: simplify dri2_initialize_android()Eric Engestrom1-4/+1