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
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-1
/
+1
2021-07-08
android: Drop the Android.mk build system
Jason Ekstrand
2
-40
/
+0
2020-11-24
util: Add helgrind support for simple_mtx
Rob Clark
1
-1
/
+1
2020-06-18
replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
Eric Engestrom
1
-1
/
+2
2020-06-10
nvc0: initial support for tu1xx
Ben Skeggs
1
-0
/
+1
2020-06-10
nvc0: initial support for gv100
Ben Skeggs
1
-0
/
+1
2020-06-01
meson: use gnu_symbol_visibility argument
Dylan Baker
1
-1
/
+1
2020-03-27
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
1
-0
/
+1
2020-02-26
gallium/hash_table: remove some function wrappers
Marek Olšák
1
-2
/
+2
2020-02-26
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
1
-1
/
+1
2020-02-26
gallium/hash_table: consolidate hash tables with FD keys
Marek Olšák
1
-23
/
+1
2019-11-14
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
1
-1
/
+1
2019-04-15
Delete autotools
Dylan Baker
1
-35
/
+0
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
1
-0
/
+2
2017-11-13
meson: don't use build_by_default for specific gallium drivers
Dylan Baker
1
-1
/
+0
2017-10-16
meson: build nouveau (gallium) driver
Dylan Baker
1
-0
/
+30
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
1
-5
/
+5
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: remove pipe_static_mutex()
Timothy Arceri
1
-1
/
+1
2016-10-04
gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
1
-1
/
+2
2016-08-31
Introduce .editorconfig
Eric Engestrom
1
-0
/
+2
2016-07-12
nvc0: initial support for GP100 GPUs
Ben Skeggs
1
-0
/
+1
2016-06-13
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
1
-1
/
+1
2016-02-16
nvc0: initial support for GM20x GPUs
Ben Skeggs
1
-0
/
+1
2015-12-22
nouveau: enable use of new kernel interfaces
Ben Skeggs
1
-2
/
+0
2015-12-22
nouveau: remove use of deprecated nouveau_device_wrap()
Ben Skeggs
1
-8
/
+23
2015-12-22
nouveau: fix screen creation failure paths
Ben Skeggs
1
-6
/
+10
2015-12-22
nouveau: return nouveau_screen from hw-specific creation functions
Ben Skeggs
1
-2
/
+2
2015-12-22
nouveau: remove use of deprecated nouveau_device::fd
Ben Skeggs
1
-1
/
+1
2015-07-21
nouveau: use bool instead of boolean
Samuel Pitoiset
1
-1
/
+1
2015-06-28
nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
Mario Kleiner
1
-1
/
+5
2015-04-22
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
1
-2
/
+1
2014-12-12
gallium: Remove Android files from distribution.
Matt Turner
1
-2
/
+0
2014-08-28
winsys/$(hw): ship the Android/SCons scripts in the tarball
Emil Velikov
1
-0
/
+2
2014-08-28
winsys/$(hw): include headers in Makefile.sources
Emil Velikov
1
-0
/
+1
2014-08-13
android: gallium/nouveau: fix include folders, link against libstlport
Emil Velikov
1
-4
/
+1
2014-06-24
nouveau: dup fd before passing it to device
Ilia Mirkin
1
-2
/
+17
2014-05-15
nvc0: enable support for maxwell boards
Ben Skeggs
1
-0
/
+1
2014-02-12
nouveau: create only 1 shared screen between vdpau and opengl
Maarten Lankhorst
1
-4
/
+74
2013-12-06
nvc0: fixup gk110 and up not being listed in various switch statements
Ben Skeggs
1
-1
/
+2
2013-11-16
gallium/winsys: compact compiler flags into Automake.inc
Emil Velikov
1
-2
/
+1
2013-10-01
winsys/nouveau/drm: consolidate C sources list into Makefile.sources
Emil Velikov
3
-3
/
+6
2013-07-05
nvc0: enable very initial support for nvf0 (GK110)
Ben Skeggs
1
-0
/
+1
2013-01-13
Remove hacks for static Makefiles
Matt Turner
1
-4
/
+0
2013-01-10
Clean up .gitignore files
Matt Turner
1
-1
/
+0
2013-01-10
nouveau/winsys/drm: Convert to automake
Matt Turner
3
-11
/
+38
2012-04-15
nvc0: add initial support for nve4+ (Kepler) chipsets
Christoph Bumiller
1
-0
/
+1
2012-04-14
nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants
Ben Skeggs
1
-2
/
+0
2012-04-14
nouveau: switch to libdrm_nouveau-2.0
Christoph Bumiller
1
-5
/
+1
[next]