summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-28egl: simplify eglSwapInterval() fallback logicEric Engestrom1-8/+3
2020-08-28egl: inline eglSwapInterval() fallbackEric Engestrom3-11/+1
2020-08-27egl: document which driver hooks are only required by extensionsEric Engestrom1-0/+22
2020-08-27egl: move extension driver functions after core functionsEric Engestrom1-2/+3
2020-08-27docs/egl: add some more documentationEric Engestrom1-69/+0
2020-08-22egl: drop invalid shebangEric Engestrom1-2/+0
2020-08-19egl: drop another indentation level in _eglFindDisplay() by inverting an ifEric Engestrom1-17/+19
2020-08-19egl: drop an indentation level in _eglFindDisplay() by replacing break/if wit...Eric Engestrom1-20/+19
2020-08-19egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damageEric Engestrom2-1/+11
2020-08-19egl/x11_dri3: enable & require xfixes 2.0Eric Engestrom1-0/+24
2020-08-18egl/android: Add support for CrOS buffer info perform opKristian H. Kristensen1-2/+67
2020-08-18egl/android: Use droid_create_image_from_prime_fds() in get_back_bo()Kristian H. Kristensen1-31/+2
2020-08-18egl/android: Move droid_create_image_from_prime_fds() function upKristian H. Kristensen1-146/+146
2020-08-18egl/android: Simplify droid_create_image_from_name() pathKristian H. Kristensen1-21/+8
2020-08-18egl/android: Drop unused ctx argumentKristian H. Kristensen1-6/+6
2020-08-18egl/android: Look up prime fds in droid_create_image_from_prime_fds()Kristian H. Kristensen1-12/+10
2020-08-18egl/android: Call createImageFromDmaBufs directlyKristian H. Kristensen3-58/+41
2020-08-16egl: drop unused egldriver.h headerEric Engestrom1-1/+0