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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
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
tess-use-io-semantics
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
8 days
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
2021-03-17
gbm: remove fprintf calls in gbm_dri_bo_create
Simon Ser
1
-2
/
+0
2021-03-17
gbm: fail early when modifier list only contains INVALID
Simon Ser
1
-2
/
+10
2020-11-02
egl: implement EGL_EXT_protected_surface support
Pierre-Eric Pelloux-Prayer
2
-0
/
+8
2020-09-22
gallium: rename pipe_transfer_usage -> pipe_map_flags
Marek Olšák
1
-1
/
+1
2020-08-31
meson: conditionally include -ldl in gbm pkg-config file
Jonathan Gray
1
-1
/
+1
2020-06-03
gbm: document that gbm_bo_map exposes a linear view
Simon Ser
1
-0
/
+5
2020-06-01
meson: use gnu_symbol_visibility argument
Dylan Baker
1
-1
/
+2
2020-04-16
gbm/dri: Propagate queryDmaBufModifiers return value
Michel Dänzer
1
-4
/
+2
2019-11-05
meson: move the generic symbols check arguments to a common variable
Eric Engestrom
1
-1
/
+1
2019-11-05
meson: add variable to control the symbols checks
Eric Engestrom
1
-1
/
+1
2019-10-18
gbm: Add GBM_MAX_PLANES definition
Lepton Wu
1
-3
/
+5
2019-10-13
gbm: use size_t for array indexes
Eric Engestrom
1
-10
/
+5
2019-10-13
gbm: replace NULL sentinel with explicit ARRAY_SIZE()
Eric Engestrom
1
-9
/
+12
2019-10-13
gbm: replace 1/0 bool with true/false
Eric Engestrom
1
-8
/
+8
[next]