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
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
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
staging/22.3
staging/23.0
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
/
gallium
/
winsys
Age
Commit message (
Expand
)
Author
Files
Lines
35 hours
d3d12/llvmpipe/softpipe: Add support for `get_screen_fd`
Lucas Fryzek
1
-0
/
+9
35 hours
r300/r600/radeon_si: Add support for `get_screen_fd`
Lucas Fryzek
2
-0
/
+18
35 hours
virgl: Add support for `get_screen_fd`
Lucas Fryzek
1
-0
/
+8
35 hours
svga: Add support for `get_screen_fd`
Lucas Fryzek
1
-0
/
+9
35 hours
i915: Add support for `get_screen_fd`
Lucas Fryzek
1
-0
/
+8
4 days
kmsro: sort drivers alphabetically
Eric Engestrom
1
-18
/
+18
4 days
kmsro: uniformize renderonly creation
Eric Engestrom
1
-65
/
+55
4 days
vc4: change create_renderonly signature to uniformize it
Eric Engestrom
3
-4
/
+4
4 days
v3d: change create_renderonly signature to uniformize it
Eric Engestrom
3
-4
/
+4
4 days
panfrost: change create_renderonly signature to uniformize it
Eric Engestrom
3
-4
/
+9
4 days
lima: change create_renderonly signature to uniformize it
Eric Engestrom
3
-4
/
+7
4 days
freedreno: change create_renderonly signature to uniformize it
Eric Engestrom
3
-4
/
+5
4 days
etnaviv: change create_renderonly signature to uniformize it
Eric Engestrom
3
-4
/
+7
4 days
asahi: change create_renderonly signature to uniformize it
Eric Engestrom
3
-4
/
+8
4 days
amd/surface: rename metadata functions
Pierre-Eric Pelloux-Prayer
1
-3
/
+3
5 days
asahi: Convert to SPDX headers
Alyssa Rosenzweig
3
-61
/
+8
2023-03-16
asahi: replace copies of .clang-format with symlinks
Eric Engestrom
1
-119
/
+1
2023-03-03
asahi: clang-format the world again
Asahi Lina
1
-6
/
+6
2023-03-03
asahi/winsys: add .clang-format
Eric Engestrom
1
-0
/
+119
2023-03-03
radeonsi: remove Smart Access Memory because CPU access has large overhead
Marek Olšák
2
-13
/
+2
2023-03-03
amd,radeonsi: change enabled_rb_mask to 64 bits
Marek Olšák
1
-3
/
+6
2023-03-02
intel/dev: create a helper dependency for libintel_dev
Dylan Baker
1
-1
/
+1
2023-02-20
winsys/amdgpu: use amdgpu_device_get_fd
Pierre-Eric Pelloux-Prayer
2
-16
/
+75
2023-02-18
haiku: fix build
X512
2
-4
/
+7
2023-02-12
asahi: use u_pipe_screen_lookup_or_create() to keep track of and reuse screens
Eric Engestrom
1
-2
/
+12
2023-02-12
panfrost: use u_pipe_screen_lookup_or_create() to keep track of and reuse scr...
Eric Engestrom
1
-2
/
+5
2023-02-12
vc4: use u_pipe_screen_lookup_or_create() to keep track of and reuse screens
Eric Engestrom
1
-2
/
+5
2023-02-12
v3d: use u_pipe_screen_lookup_or_create() to keep track of and reuse screens
Eric Engestrom
1
-2
/
+5
2023-02-12
lima: replace custom code with u_pipe_screen_lookup_or_create()
Eric Engestrom
1
-68
/
+4
2023-02-12
freedreno: replace custom code with u_pipe_screen_lookup_or_create()
Eric Engestrom
1
-73
/
+2
2023-02-12
gallium: move etnaviv screen_lookup_or_create function to common code
Eric Engestrom
1
-127
/
+4
2023-02-12
etnaviv: use simple_mtx to avoid breaking windows in the next commit
Eric Engestrom
1
-5
/
+6
2023-01-25
winsys/amdgpu: use DMA_BUF_SET_NAME_B if available
Pierre-Eric Pelloux-Prayer
1
-0
/
+13
2023-01-19
wgl: Add support for Xbox GDK.
Caleb Cornett
4
-2
/
+303
2023-01-17
virgl/vtest: allow socket being specified by env variable
Simon Fels
1
-1
/
+3
2023-01-16
ac: don't call ac_query_pci_bus_info from ac_query_gpu_info
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2023-01-06
meson: add missing dependency
Eric Engestrom
3
-3
/
+3
2022-12-25
kmsro: Fix renderonly_scanout BO aliasing
Asahi Lina
1
-0
/
+4
2022-12-22
radeon: drmGetVersion can return NULL
David Heidelberg
1
-0
/
+3
2022-12-15
vc4: replace open-coded F_DUPFD_CLOEXEC with os_dupfd_cloexec()
Eric Engestrom
1
-1
/
+1
2022-12-05
i915: Fix probing regression.
Emma Anholt
1
-1
/
+2
2022-11-22
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
Yonggang Luo
6
-24
/
+24
2022-11-19
util: Move src/gallium/include/pipe/p_format.h to src/util/format/u_formats.h
Yonggang Luo
7
-7
/
+7
2022-11-15
tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* ...
Yonggang Luo
1
-2
/
+2
2022-11-15
tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...
Yonggang Luo
2
-4
/
+4
2022-11-15
util: Rename src/gallium/include/pipe/p_config.h to src/util/detect_arch.h
Yonggang Luo
1
-1
/
+1
2022-11-15
util: Move src/gallium/auxiliary/os/os_mman.h to src/util/os_mman.h
Yonggang Luo
4
-4
/
+4
2022-11-09
nvc0: recognise ga10x chipsets
Ben Skeggs
1
-0
/
+1
2022-11-08
util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...
Yonggang Luo
10
-10
/
+10
2022-11-07
intel: Add and use intel_gem_get_param()
José Roberto de Souza
2
-9
/
+4
[next]