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
/
svga
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
Yonggang Luo
4
-22
/
+22
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
1
-1
/
+1
2022-11-08
util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...
Yonggang Luo
4
-4
/
+4
2022-07-28
util/list: rename LIST_ENTRY() to list_entry()
Eric Engestrom
1
-3
/
+3
2022-06-15
c11: Implement thread_local in c11/threads.h
Yonggang Luo
1
-1
/
+2
2022-04-26
svga: Add support for SVGAv3
Zack Rusin
2
-1
/
+18
2022-04-26
svga: Don't try to build x86/x64 assembly on different arch's
Zack Rusin
1
-7
/
+7
2022-01-18
svga: add GL43 resource validation at draw time
Neha Bhende
1
-1
/
+6
2022-01-18
svga: Add utility to check for GL43 support
Neha Bhende
3
-1
/
+15
2021-09-21
svga: enable DRM mks-stats via hooking to the corresponding DRM ioctls
Martin Krastev
5
-7
/
+539
2021-08-30
svga/drm: use pb_usage_flags instead of pipe_map_flags in vmw_svga_winsys_buf...
Neha Bhende
1
-18
/
+16
2021-07-08
android: Drop the Android.mk build system
Jason Ekstrand
2
-66
/
+0
2021-04-06
gallium/pb: remove 8 bytes from pb_buffer by packing variables
Marek Olšák
1
-2
/
+2
2021-04-06
gallium/pb: change pb_buffer::alignment to alignment_log2
Marek Olšák
2
-2
/
+2
2021-04-06
gallium/pb: pass an optional winsys pointer to the buffer destroy function
Marek Olšák
2
-2
/
+2
2020-11-24
meson: add idep_mesautil to components using simple_mtx.h
Mark Janes
1
-1
/
+1
2020-09-22
gallium: rename pipe_transfer_usage -> pipe_map_flags
Marek Olšák
1
-1
/
+1
2020-09-22
gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*
Marek Olšák
6
-31
/
+31
2020-08-21
winsys/svga: fix display corruption after surface_init
Charmaine Lee
1
-15
/
+18
2020-06-18
svga: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
1
-2
/
+3
2020-06-18
replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
Eric Engestrom
1
-1
/
+2
2020-06-05
svga: Performance fixes
Neha Bhende
4
-0
/
+69
2020-06-05
svga: Add GL4.1(compatibility profile) support in svga driver
Neha Bhende
3
-8
/
+69
2020-06-05
winsys/drm: Add GL4.1 support in drm winsys
Neha Bhende
3
-6
/
+31
2020-06-01
meson: use gnu_symbol_visibility argument
Dylan Baker
1
-1
/
+2
2020-05-13
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2
-2
/
+2
2020-04-29
winsys/svga: Optionally avoid caching buffer maps
Thomas Hellstrom
4
-12
/
+22
2020-04-29
gallium/pipebuffer: Use persistent maps for slabs
Thomas Hellstrom
1
-0
/
+2
2020-04-13
svga: fix build on FreeBSD
Greg V
1
-0
/
+3
2020-04-01
svga, winsys/svga: Fix persistent memory discard maps
Thomas Hellstrom
2
-3
/
+12
2020-03-30
scons: Prune out unnecessary targets.
Jose Fonseca
1
-23
/
+0
2020-02-26
gallium/hash_table: remove some function wrappers
Marek Olšák
2
-19
/
+9
2020-02-26
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
2
-2
/
+2
2020-02-26
gallium/hash_table: use the same callback signatures as util/hash_table
Marek Olšák
1
-3
/
+3
2020-02-26
gallium/hash_table: consolidate hash tables with pointer keys
Marek Olšák
1
-12
/
+1
2020-01-29
winsys/svga: Enable transhuge pages for buffer objects
Thomas Hellstrom
1
-0
/
+1
2020-01-29
winsys/svga: use new ioctl for logging
Roland Scheidegger
4
-6
/
+42
2019-11-14
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
1
-1
/
+1
2019-10-28
util: remove LIST_DEL macro
Timothy Arceri
1
-3
/
+3
2019-10-28
util: remove LIST_DELINIT macro
Timothy Arceri
1
-3
/
+3
2019-10-28
util: remove LIST_ADDTAIL macro
Timothy Arceri
2
-4
/
+4
2019-10-28
util: remove LIST_INITHEAD macro
Timothy Arceri
2
-4
/
+4
2019-10-24
winsys/svga: Limit the maximum DMA hardware buffer size
Thomas Hellstrom
1
-1
/
+4
2019-07-31
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
1
-1
/
+1
2019-07-19
util: use standard name for sprintf()
Eric Engestrom
1
-1
/
+1
2019-06-20
winsys/svga: Make it possible to specify coherent resources
Thomas Hellstrom
3
-15
/
+10
2019-06-06
winsys/svga/drm: Fix 32-bit RPCI send message
Deepak Rawat
1
-12
/
+23
[next]