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
/
gbm
Age
Commit message (
Expand
)
Author
2025-11-06
mesa: replace most occurrences of getenv() with os_get_option()
Antonio Ospite
2025-08-21
egl,glx: allow OpenGL with old libx11, but disable glthread if it's unsafe
Marek Olšák
2025-07-15
gbm: Add more formats
Rob Clark
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-06-24
gbm/dri: Support RGB888/BGR888 formats
Ryan Mckeever
2025-04-09
meson: support building with system libgbm
K900
2025-03-29
gbm/dri: Match zink autoloading from egl
Aaron Ruby
2025-02-26
dri: delete INVALIDATE extension
Mike Blumenkrantz
2025-02-14
gbm: fix get_back_bo() failure with gbm_surface and implicit modifiers
Simon Ser
2025-01-17
egl,gallium,gbm,mesa: replace get_param with pipe_caps access
Qiang Yu
2024-11-27
Revert "gbm: mark surface buffers as explicit flushed"
Marek Olšák
2024-11-26
meson: drop unused variables
Eric Engestrom
2024-10-25
gbm/dri: Fix color format for big endian.
Jocelyn Falempe
2024-10-25
gbm/dri: Use PIPE_FORMAT_* instead of using __DRI_IMAGE_*
Jocelyn Falempe
2024-10-22
mesa_interface: rename __DRIimage to struct dri_image
Marek Olšák
2024-10-22
mesa_interface: rename __DRIconfig to struct dri_config
Marek Olšák
2024-10-22
mesa_interface: replace opaque __DRIdrawable with struct dri_drawable everywhere
Marek Olšák
2024-10-22
mesa_interface: replace opaque __DRIcontext with struct dri_context everywhere
Marek Olšák
2024-10-22
mesa_interface: replace opaque __DRIscreen with struct dri_screen everywhere
Marek Olšák
2024-09-26
gbm: mark surface buffers as explicit flushed
Lucas Stach
2024-09-19
meson/gbm: fix meson devenv for GBM backends
K900
2024-09-19
meson/gbm: clean up dependencies
K900
2024-09-17
gbm: split the DRI backend into a separate library and unify backend handling
K900
2024-09-04
meson: delete dri3 build option
Mike Blumenkrantz
2024-08-20
gbm: depend on libdrm indepedent of dri2 setting
Tapani Pälli
2024-08-19
dri: pass has_multibuffers through from the loader
Mike Blumenkrantz
2024-08-09
gbm: stop loading driver extensions
Mike Blumenkrantz
2024-08-09
dri: pass through a type enum for creating screen instead of driver_extensions
Mike Blumenkrantz
2024-08-05
gbm: delete DRI_FLUSH remnants
Mike Blumenkrantz
2024-08-05
gbm: inline DRI_FLUSH
Mike Blumenkrantz
2024-08-02
gbm: delete DRI_IMAGE remnants
Mike Blumenkrantz
2024-08-02
gbm: use driver check for dmabuf export
Mike Blumenkrantz
2024-08-02
gbm: check for compression modifiers on device create
Mike Blumenkrantz
2024-08-02
gbm: always pass through images to unmap
Mike Blumenkrantz
2024-08-02
gbm: use new dmabuf import flag to replace DRI_IMAGE checks
Mike Blumenkrantz
2024-08-02
gbm: check for dmabuf import on device creation
Mike Blumenkrantz
2024-08-02
gbm: inline simple DRI_IMAGE usage
Mike Blumenkrantz
2024-08-02
gbm: inline dri2_from_dma_bufs and delete now-redundant check in dmabuf import
Mike Blumenkrantz
2024-08-02
egl/gbm: delete DRI_IMAGE_DRIVER remnants
Mike Blumenkrantz
2024-08-02
gbm: inline DRI_IMAGE_DRIVER
Mike Blumenkrantz
2024-08-02
egl/gbm: rip out DRI_SWRAST
Mike Blumenkrantz
2024-08-02
egl/gbm: remove DRI_KOPPER remnants
Mike Blumenkrantz
2024-08-02
gbm: delete DRI_MESA remnants
Mike Blumenkrantz
2024-08-02
gbm: inline DRI_MESA
Mike Blumenkrantz
2024-08-02
egl/gbm: delete remnants of DRI_CORE
Mike Blumenkrantz
2024-08-02
gbm: inline DRI_CORE usage
Mike Blumenkrantz
2024-08-02
gbm/dri: Remove erroneous assert
Daniel Stone
2024-08-01
dri: use image loader function directly in dri_create_image_with_modifiers
Mike Blumenkrantz
2024-08-01
gallium: move loader_dri_create_image to dri frontend
Mike Blumenkrantz
[next]