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
/
gallium
/
winsys
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-17
winsys/gdi: GDI B5G6R5 display target support
Weibin Wu
1
-13
/
+20
2023-03-31
d3d12/llvmpipe/softpipe: Add support for `get_screen_fd`
Lucas Fryzek
1
-0
/
+9
2023-02-18
haiku: fix build
X512
2
-4
/
+7
2023-01-19
wgl: Add support for Xbox GDK.
Caleb Cornett
2
-1
/
+2
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-07-18
kms/dri: add mutex lock around map/unmap
Dave Airlie
1
-2
/
+18
2022-06-16
kmsro: add error message on drm ioctl failure
Mike Blumenkrantz
1
-1
/
+4
2022-01-10
replace 0 with NULL for NULL pointers
Thomas H.P. Andersen
2
-4
/
+4
2021-07-08
android: Drop the Android.mk build system
Jason Ekstrand
7
-83
/
+0
2021-05-21
gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map
Marek Olšák
1
-5
/
+5
2021-03-20
scons: Remove.
Jose Fonseca
5
-106
/
+0
2021-02-23
gallium/xlib: Partial fix for glXCopySubBufferMESA
Adam Jackson
1
-4
/
+14
2021-01-11
drisw: fix unused variables warnings
Michel Zou
1
-1
/
+1
2021-01-09
hgl: Major refactor and cleanup
X512
3
-18
/
+36
2020-12-01
gallium/winsys: update fallthrough comments
Pierre-Eric Pelloux-Prayer
1
-2
/
+2
2020-11-24
util: Add helgrind support for simple_mtx
Rob Clark
4
-1
/
+4
2020-09-22
gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*
Marek Olšák
3
-6
/
+6
2020-07-01
gallium,util: undef ALIGN on FreeBSD to prevent name clash
Greg V
1
-0
/
+6
2020-06-01
meson: use gnu_symbol_visibility argument
Dylan Baker
6
-6
/
+6
2020-05-13
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
11
-13
/
+13
2020-03-30
scons: Prune out unnecessary targets.
Jose Fonseca
1
-20
/
+0
2020-03-28
meson: inline `inc_common`
Eric Engestrom
1
-1
/
+1
2019-11-18
Call shmget() with permission 0600 instead of 0777
Brian Paul
2
-2
/
+4
2019-11-14
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
5
-5
/
+5
2019-10-10
meson: build gallium gdi winsys
Dylan Baker
1
-0
/
+27
2019-07-22
gallium: remove boolean from state tracker APIs
Ilia Mirkin
7
-37
/
+37
2019-06-21
drisw: move build logic to build systems
Eric Engestrom
1
-6
/
+4
2019-06-12
gallium/winsys/kms: Fix dumb buffer bpp
Kevin Strasser
1
-1
/
+1
2019-04-15
Delete autotools
Dylan Baker
5
-168
/
+0
2019-03-11
gallium/winsys/kms: fix incomplete type compilation failure
Brian Paul
1
-0
/
+1
2019-03-11
drisw: fix incomplete type compilation failure
Brian Paul
1
-0
/
+1
2019-02-05
gallium-xlib: query MIT-SHM before using it.
Bart Oldeman
1
-1
/
+3
2019-01-25
gallium: use put image shm2 path (v2)
Dave Airlie
1
-4
/
+9
2018-12-05
gallium: Constify drisw_loader_funcs struct
Michal Srb
2
-3
/
+3
2018-10-30
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
1
-2
/
+2
2018-10-22
android: Build kms_swrast for the Android platform
Rob Herring
1
-0
/
+33
2018-08-17
gallium/winsys/kms: don't unmap what wasn't mapped
Ray Strode
1
-5
/
+13
2018-08-06
drisw: Fix build on Android Nougat, which lacks shm (v2)
Chad Versace
1
-0
/
+11
2018-07-31
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
1
-1
/
+1
2018-06-07
drisw: Fix invalid pointer arithmetic
Jan Vesely
1
-1
/
+1
2018-05-30
drisw: learn to query shmid handle type
Marc-André Lureau
1
-1
/
+9
2018-05-30
drisw: use shared memory when possible
Marc-André Lureau
1
-12
/
+60
2018-05-30
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
1
-6
/
+6
2018-03-22
gallium/winsys/kms: Add support for multi-planes
Lepton Wu
1
-40
/
+112
2018-03-22
gallium/winsys/kms: Fix possible leak in map/unmap.
Lepton Wu
1
-7
/
+31
2018-02-16
meson: Add Haiku platform support v4
Alexander von Gluck IV
1
-0
/
+29
2018-02-15
meson: define empty variables for libswdri and libswkmsdri
Dylan Baker
2
-3
/
+2
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
5
-4
/
+6
2017-11-10
meson: build gallium-xlib based glx
Dylan Baker
1
-0
/
+27
2017-10-16
meson: build gallium winsys for dri, null, and wrapper
Dylan Baker
4
-0
/
+110
[next]