About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
Age
Commit message (
Expand
)
Author
2025-11-06
mesa: replace most occurrences of getenv() with os_get_option()
Antonio Ospite
2025-11-04
treewide: use UTIL_DYNARRAY_INIT
Alyssa Rosenzweig
2025-10-24
util/dynarray: infer type in append
Alyssa Rosenzweig
2025-10-09
treewide: use BITSET_CALLOC
Alyssa Rosenzweig
2025-09-29
egl: Fix invalid device UUID returned by EGL_EXT_device_persistent_id
Christoph Neuhauser
2025-09-24
egl: Don't maintain a list of AtExit functions
Caio Oliveira
2025-09-24
egl: Set atexit() handler during initialization
Caio Oliveira
2025-09-24
egl/meson: generate wayland presentation-time header before it gets included
Eric Engestrom
2025-09-23
egl/gbm: Destroy excess BOs
Michel Dänzer
2025-09-23
egl/dri: Name struct dri2_egl_buffer
Michel Dänzer
2025-09-22
meson: use the wayland module
Dylan Baker
2025-09-16
egl: allocate device info lazily only when queried
Tapani Pälli
2025-09-15
egl: refine dma buf export to support multi plane
Qiang Yu
2025-09-11
egl: Bring back util_cpu_trace_init
Danylo Piliaiev
2025-09-04
egl,glx,X11: Handle case when PlatformDisplay is EGL_DEFAULT_DISPLAY
Gert Wollny
2025-08-26
egl/wayland: Support pbuffer surfaces
Alexandros Frantzis
2025-08-26
mesa: Add support for NV61, NV24 and NV42 pixel formats
Robert Mader
2025-08-22
glx/egl/kopper: explicitly pass __DRI2_FLUSH_CONTEXT when appropriate
Mike Blumenkrantz
2025-08-21
egl,glx: allow OpenGL with old libx11, but disable glthread if it's unsafe
Marek Olšák
2025-08-12
perfetto: unify init
Mike Blumenkrantz
2025-08-06
mesa: remove inc_mapi
Marek Olšák
2025-08-06
mesa: move src/mapi to src/mesa/glapi
Marek Olšák
2025-07-31
build: avoid redefining unreachable() which is standard in C23
Antonio Ospite
2025-07-22
egl/x11: don't leak device_name when choosing zink
Mike Blumenkrantz
2025-07-21
dri: fix image_loader_extensions array
Patrick Lerda
2025-07-16
dri: Get rid of __DRIbackgroundCallableExtension
Faith Ekstrand
2025-07-16
egl/x11: Refuse to initialize if Display isn't thread-safe
Faith Ekstrand
2025-07-16
x11: Add an x11_xlib_display_is_thread_safe() helper
Faith Ekstrand
2025-07-16
x11: Move loader_x11.c/h to x11_dri3.c/h
Faith Ekstrand
2025-07-16
meson: Only build src/x11 if with_platform_x11
Faith Ekstrand
2025-07-15
dri: Add additional 16/32b float/int formats
Rob Clark
2025-07-14
egl/x11: Allow the loader to choose zink
Faith Ekstrand
2025-07-14
egl: Choose kopper based on driver name rather than Options.Zink
Faith Ekstrand
2025-07-14
egl: Rename dri2_detect_swrast() and also detect kopper
Faith Ekstrand
2025-07-14
egl/surfaceless: Select kopper based on dri2_dpy->kopper
Faith Ekstrand
2025-07-14
egl/wayland: Delete the kopper checks from the kopper paths
Faith Ekstrand
2025-07-14
egl/wayland: Use the DRM path for Zink when !ForceSoftware
Faith Ekstrand
2025-07-14
egl/wayland: Only use kopper calbacks if kopper is enabled
Faith Ekstrand
2025-07-14
egl/wayland: Move kopper higher up the file
Faith Ekstrand
2025-07-14
egl/x11: Add a separate dri2_initialize_x11_kopper helper
Faith Ekstrand
2025-07-14
egl/x11: Only use kopper vtables when kopper is enabled
Faith Ekstrand
2025-07-14
egl/x11: Rework LIBGL_KOPPER_DRI2 checks
Faith Ekstrand
2025-07-14
egl/x11: Move the multibuffers check into dri2_initialize_x11()
Faith Ekstrand
2025-07-14
egl/x11: Always select Zink when requested
Faith Ekstrand
2025-07-14
egl/x11: Stop mixing kopper and swrast extensions
Faith Ekstrand
2025-07-14
egl: Add a shared kopper_pbuffer_loader_extension
Faith Ekstrand
2025-07-14
egl,glx,kopper: Switch back to DRIkopperLoaderExtension::GetDrawableInfo
Faith Ekstrand
2025-07-10
egl/wayland: Move bind_wayland_display to legacy build option
Daniel Stone
2025-07-09
dri2: Finish removing the now-unused dep_xcb_dri2.
Emma Anholt
2025-07-09
egl/x11: Match loader_destroy_screen_resources() with init().
Emma Anholt
[next]