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
23.2
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
staging/23.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-06
nouveau/mme: SPDX everything
Faith Ekstrand
24
-62
/
+92
2023-09-06
nouveau/nil: SPDX everything
Faith Ekstrand
6
-18
/
+21
2023-09-06
Do explicit cast to suppress clang warnings
Vignesh Raman
5
-15
/
+15
2023-08-30
ci: disable nouveau shaderdb
Mike Blumenkrantz
1
-8
/
+8
2023-08-24
nouveau/mme: Fix a compile warning
Faith Ekstrand
1
-1
/
+1
2023-08-24
drm-uapi: Sync nouveau_drm.h
Faith Ekstrand
1
-1
/
+7
2023-08-21
nouveau/codegen: Add a 4th optimization level for MemoryOpts
George Ouzounoudis
4
-6
/
+7
2023-08-17
nouveau: take glsl_type ref unconditionally
Karol Herbst
1
-5
/
+4
2023-08-16
nouveau: add exported GEM handles to the global list
Dor Askayo
1
-0
/
+15
2023-08-14
nouveau: calloc vertex csos
Mike Blumenkrantz
3
-3
/
+3
2023-08-11
nvk: NOUVEAU_WS_BO_LOCAL is a trap.
Dave Airlie
1
-1
/
+1
2023-08-08
nouveau/mme: fix OOB inside tu104 simulator
Karol Herbst
1
-1
/
+1
2023-08-08
nouveau/mme: fix OOB access inside while_ine builder test
Karol Herbst
1
-1
/
+1
2023-08-04
nouveau/winsys: Allow nouveau_ws_device_new() without VM_BIND
Faith Ekstrand
3
-25
/
+36
2023-08-04
nouveau/mme: Support the new UAPI
Faith Ekstrand
2
-1
/
+47
2023-08-04
nouveau/winsys: add support for the vma bind interfaces
Dave Airlie
4
-1
/
+207
2023-08-04
nouveau/shim: Use the imported nouveau_drm.h headers
Faith Ekstrand
1
-1
/
+1
2023-08-04
nvk: Use the imported nouveau_drm.h headers
Faith Ekstrand
2
-2
/
+3
2023-08-04
nouveau/winsys: Use the imported nouveau_drm.h headers
Faith Ekstrand
3
-17
/
+17
2023-08-04
drm-uapi: Import nouveau_drm.h
Faith Ekstrand
1
-0
/
+463
2023-08-04
nouveau: Move shader topology info to nv_device_info
Faith Ekstrand
4
-12
/
+12
2023-08-04
nouveau/nvk: Enable VK_KHR_sampler_ycbcr
Mohamed Ahmed
4
-11
/
+104
2023-08-04
nouveau/nvk: Add multiple sampler planes for CONVERSION_SEPARATE_RECONSTRUCTI...
Mohamed Ahmed
4
-13
/
+63
2023-08-04
nouveau/nvk: Create helper function for sampler creation
Mohamed Ahmed
2
-44
/
+54
2023-08-04
nouveau/nvk: Support multi-plane descriptors in nvk_nir_lower_descriptors.c
Mohamed Ahmed
1
-11
/
+18
2023-08-04
nouveau/nvk: Add YCbCr sampler NIR lowering pass
Mohamed Ahmed
1
-1
/
+33
2023-08-04
nouveau: Drop GART size from nv_device_info
Faith Ekstrand
3
-7
/
+0
2023-08-04
nouveau/codegen: Do not keep redundant info for tessellation domain
George Ouzounoudis
2
-12
/
+5
2023-08-04
nouveau: fix max_warps_per_mp_for_sm for builds with asserts disabled
Karol Herbst
1
-0
/
+2
2023-08-04
nvk: replace mp with tpc
Karol Herbst
6
-22
/
+22
2023-08-04
nvk: Move the winsys device to nvk_device
Faith Ekstrand
3
-19
/
+52
2023-08-04
nvk: Add a ws_dev to nvk_device and use it
Faith Ekstrand
13
-41
/
+42
2023-08-04
nouveau: Move gart_size to nv_device_info
Faith Ekstrand
4
-5
/
+12
2023-08-04
nouveau: Move more stuff into nv_device_info
Faith Ekstrand
5
-38
/
+34
2023-08-04
nouveau: Stop using hex for SM numbers
Faith Ekstrand
2
-27
/
+27
2023-08-04
nouveau: Put PCI info in a pci substruct in nv_device_info
Faith Ekstrand
4
-24
/
+33
2023-08-04
nouveau/winsys: fix SM value for Ada
Karol Herbst
1
-1
/
+4
2023-08-04
nouveau/winsys: Fix an undefined use in the error path.
Emma Anholt
1
-1
/
+2
2023-08-04
nouveau/winsys: Add dma-buf import support
Faith Ekstrand
5
-9
/
+84
2023-08-04
nvk: Take an nvk_image_plane in nouveau_copy_rect_image
Faith Ekstrand
2
-21
/
+31
2023-08-04
nvk: Support geometry shaders
George Ouzounoudis
1
-3
/
+8
2023-08-04
nvk: Advertise VK_KHR_multiview
Rebecca Mckeever
3
-1
/
+9
2023-08-04
nouveau/mme: Add a helper for re-allocating registers
Faith Ekstrand
2
-0
/
+18
2023-08-04
nouveau/mme: Fix while loops pre-Turing
Faith Ekstrand
2
-5
/
+59
2023-08-04
nouveau/mme: Use ADD for ine with an immediate
Faith Ekstrand
1
-2
/
+19
2023-08-04
nouveau/mme: add a macro exit helper
Karol Herbst
4
-0
/
+124
2023-08-04
nouveau/mme: add test for BEQ with magic exit offset
Karol Herbst
2
-1
/
+41
2023-08-04
nouveau/mme: Ensure that zero-initizlied mme_value is ZERO
Faith Ekstrand
1
-1
/
+2
2023-08-04
nouveau/winsys: allocate unique object handles across channels.
Dave Airlie
1
-4
/
+6
2023-08-04
nouveau/mme: Add a bfe helper
Faith Ekstrand
5
-0
/
+95
[next]