index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gbm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-23
gbm: drop unnecessary vulkan dependency
Eric Engestrom
1
-1
/
+0
2023-02-23
meson: replace vk_wsi_args with dependencies to let meson take care of transi...
Eric Engestrom
1
-0
/
+1
2023-01-13
gbm/backend: fix gbm compile without dri
Vincent Davis Jr
1
-0
/
+4
2023-01-12
gbm: Avoid leaks on screen creation failures
Corentin Noël
1
-15
/
+10
2022-12-09
gbm: Don't look up the DRI2_FENCE extension.
Emma Anholt
2
-2
/
+0
2022-12-05
dri: Add createNewScreen into the __DRI_MESA extension.
Emma Anholt
1
-13
/
+6
2022-12-05
dri: Introduce internal Mesa DRI driver loader extension.
Emma Anholt
2
-0
/
+4
2022-12-05
gbm: Refactor screen creation a bit.
Emma Anholt
1
-86
/
+42
2022-12-05
gbm: Drop redundant extension error checks.
Emma Anholt
1
-6
/
+0
2022-12-05
gbm: Promote dri_bind_extensions() to the loader util library.
Emma Anholt
1
-46
/
+9
2022-12-01
gbm: Bump required __DRI_IMAGE version to 6.
Emma Anholt
1
-5
/
+3
2022-12-01
gbm: Drop support for __DRI_DRI2 < 4 and __DRI_SWRAST < 4.
Emma Anholt
1
-20
/
+9
2022-11-02
utils: Merge util/debug.* into util/u_debug.* and remove util/debug.*
Illia Abernikhin
1
-2
/
+2
2022-09-12
Android: Use libgbm_mesa name for SDK30+
Roman Stratiienko
1
-1
/
+7
2022-08-05
gbm: Add USE_FRONT_RENDERING flag
Rob Clark
2
-0
/
+10
2022-07-27
gbm: add GBM_FORMAT_[AX]BGR16161616
Manuel Stoeckl
3
-0
/
+17
2022-04-07
gallium: Learn about kopper
Adam Jackson
1
-5
/
+20
2022-04-07
egl: Learn about kopper
Adam Jackson
2
-0
/
+3
2022-02-22
gbm: improve documentation about the lifetime of resources
Xaver Hugl
1
-13
/
+14
2022-01-10
replace 0 with NULL for NULL pointers
Thomas H.P. Andersen
1
-1
/
+1
2021-12-08
gbm: Don't pass default usage flags on ABIs < 1
James Jones
1
-2
/
+30
2021-10-27
gbm: add GBM_FORMAT_GR1616 and RG1616
Manuel Stoeckl
3
-0
/
+11
2021-10-27
gbm: add missing R16 case in gbm_bo_get_bpp
Manuel Stoeckl
1
-0
/
+1
2021-10-01
gbm: assume USE_SCANOUT in create_with_modifiers
Simon Ser
3
-5
/
+19
2021-10-01
gbm: add gbm_{bo,surface}_create_with_modifiers2
Simon Ser
4
-7
/
+55
2021-10-01
gbm: consistently use the same name for BO flags
Simon Ser
2
-11
/
+11
2021-09-09
gbm/dri: implement image lookup extension version 2
Qiang Yu
2
-2
/
+28
2021-08-06
gbm: add GBM_FORMAT_R16
Simon Zeni
2
-0
/
+8
2021-07-13
gbm/dri: Fix leaking bo memory on failure path
Heinrich Fink
1
-1
/
+1
2021-07-08
android: Drop the Android.mk build system
Jason Ekstrand
2
-56
/
+0
2021-07-06
gbm: Load backend based on DRM device driver name
James Jones
1
-1
/
+29
2021-07-06
gbm: Support dynamically loading named backends
James Jones
3
-1
/
+125
2021-07-06
gbm: Put common device creation in a helper function
James Jones
1
-8
/
+17
2021-07-06
gbm: Rename the DRI backend from gbm_dri.so to dri
James Jones
1
-1
/
+1
2021-07-06
meson: Add a GBM backends search path build option
James Jones
1
-1
/
+4
2021-07-06
gbm: Rename backend description list to builtin_backends
James Jones
1
-6
/
+9
2021-07-06
gbm: Add backend ABI-check test
James Jones
2
-0
/
+410
2021-07-06
gbm: Version the GBM backend interface
James Jones
5
-122
/
+284
2021-07-06
gbm: Move majority of gbmint.h to gbm_backend_abi.h
James Jones
2
-98
/
+138
2021-07-06
gbm: Add gbm_core struct to export code to backends
James Jones
3
-12
/
+23
2021-07-06
gbm: Give gbm_device a reference to its backend
James Jones
4
-4
/
+22
2021-07-06
gbm: Give getenv backend override its own function
James Jones
1
-2
/
+12
2021-07-06
gbm: Consolidate env var and default backend loops
James Jones
1
-12
/
+7
2021-07-06
gbm: Create device directly in find_backend
James Jones
1
-9
/
+6
2021-07-06
gbm: Inline load_backend function content
James Jones
1
-23
/
+6
2021-07-06
gbm: Remove stat and refcount fields from gbm_device
James Jones
2
-8
/
+1
2021-05-24
gbm: list to stderr all the missing extension
Emil Velikov
1
-0
/
+2
2021-05-19
dri: add loader_dri_create_image helper
Lucas Stach
1
-41
/
+12
2021-03-26
egl: fix software flag in _eglAddDevice call on DRM
Simon Ser
2
-2
/
+6
2021-03-25
gbm: add gbm_bo_get_fd_for_plane
Simon Ser
5
-0
/
+65
[next]