About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)Author
2025-11-06mesa: replace most occurrences of getenv() with os_get_option()Antonio Ospite
2025-11-04treewide: use UTIL_DYNARRAY_INITAlyssa Rosenzweig
2025-10-24util/dynarray: infer type in appendAlyssa Rosenzweig
2025-10-09treewide: use BITSET_CALLOCAlyssa Rosenzweig
2025-09-29egl: Fix invalid device UUID returned by EGL_EXT_device_persistent_idChristoph Neuhauser
2025-09-24egl: Don't maintain a list of AtExit functionsCaio Oliveira
2025-09-24egl: Set atexit() handler during initializationCaio Oliveira
2025-09-24egl/meson: generate wayland presentation-time header before it gets includedEric Engestrom
2025-09-23egl/gbm: Destroy excess BOsMichel Dänzer
2025-09-23egl/dri: Name struct dri2_egl_bufferMichel Dänzer
2025-09-22meson: use the wayland moduleDylan Baker
2025-09-16egl: allocate device info lazily only when queriedTapani Pälli
2025-09-15egl: refine dma buf export to support multi planeQiang Yu
2025-09-11egl: Bring back util_cpu_trace_initDanylo Piliaiev
2025-09-04egl,glx,X11: Handle case when PlatformDisplay is EGL_DEFAULT_DISPLAYGert Wollny
2025-08-26egl/wayland: Support pbuffer surfacesAlexandros Frantzis
2025-08-26mesa: Add support for NV61, NV24 and NV42 pixel formatsRobert Mader
2025-08-22glx/egl/kopper: explicitly pass __DRI2_FLUSH_CONTEXT when appropriateMike Blumenkrantz
2025-08-21egl,glx: allow OpenGL with old libx11, but disable glthread if it's unsafeMarek Olšák
2025-08-12perfetto: unify initMike Blumenkrantz
2025-08-06mesa: remove inc_mapiMarek Olšák
2025-08-06mesa: move src/mapi to src/mesa/glapiMarek Olšák
2025-07-31build: avoid redefining unreachable() which is standard in C23Antonio Ospite
2025-07-22egl/x11: don't leak device_name when choosing zinkMike Blumenkrantz
2025-07-21dri: fix image_loader_extensions arrayPatrick Lerda
2025-07-16dri: Get rid of __DRIbackgroundCallableExtensionFaith Ekstrand
2025-07-16egl/x11: Refuse to initialize if Display isn't thread-safeFaith Ekstrand
2025-07-16x11: Add an x11_xlib_display_is_thread_safe() helperFaith Ekstrand
2025-07-16x11: Move loader_x11.c/h to x11_dri3.c/hFaith Ekstrand
2025-07-16meson: Only build src/x11 if with_platform_x11Faith Ekstrand
2025-07-15dri: Add additional 16/32b float/int formatsRob Clark
2025-07-14egl/x11: Allow the loader to choose zinkFaith Ekstrand
2025-07-14egl: Choose kopper based on driver name rather than Options.ZinkFaith Ekstrand
2025-07-14egl: Rename dri2_detect_swrast() and also detect kopperFaith Ekstrand
2025-07-14egl/surfaceless: Select kopper based on dri2_dpy->kopperFaith Ekstrand
2025-07-14egl/wayland: Delete the kopper checks from the kopper pathsFaith Ekstrand
2025-07-14egl/wayland: Use the DRM path for Zink when !ForceSoftwareFaith Ekstrand
2025-07-14egl/wayland: Only use kopper calbacks if kopper is enabledFaith Ekstrand
2025-07-14egl/wayland: Move kopper higher up the fileFaith Ekstrand
2025-07-14egl/x11: Add a separate dri2_initialize_x11_kopper helperFaith Ekstrand
2025-07-14egl/x11: Only use kopper vtables when kopper is enabledFaith Ekstrand
2025-07-14egl/x11: Rework LIBGL_KOPPER_DRI2 checksFaith Ekstrand
2025-07-14egl/x11: Move the multibuffers check into dri2_initialize_x11()Faith Ekstrand
2025-07-14egl/x11: Always select Zink when requestedFaith Ekstrand
2025-07-14egl/x11: Stop mixing kopper and swrast extensionsFaith Ekstrand
2025-07-14egl: Add a shared kopper_pbuffer_loader_extensionFaith Ekstrand
2025-07-14egl,glx,kopper: Switch back to DRIkopperLoaderExtension::GetDrawableInfoFaith Ekstrand
2025-07-10egl/wayland: Move bind_wayland_display to legacy build optionDaniel Stone
2025-07-09dri2: Finish removing the now-unused dep_xcb_dri2.Emma Anholt
2025-07-09egl/x11: Match loader_destroy_screen_resources() with init().Emma Anholt