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
23.3
24.0
24.1
24.2
24.3
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
a7xx-gmem
amber
aruby-blackberry/gfxstream
elima/radv-video-encode-caps-maxbitrate
explicit-sync
fjdegroo/lnl-giraffe-metrics
main
powervr-mesa-next-wayland
review/fragment_shader_barycentric
staging/23.2
staging/23.3
staging/24.0
staging/24.1
staging/24.2
staging/24.3
uav-counter-meta
vk-no-nir-android
zink-stablefix
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
2021-02-19
radv: set correct value for OFFCHIP_BUFFERING on GFX10+
Samuel Pitoiset
1
-1
/
+1
2020-08-11
radv/gfx10: add missing initialization of registers
Samuel Pitoiset
1
-1
/
+29
2020-03-18
radv: remove wrong assert that checks compute subgroup size
Samuel Pitoiset
1
-5
/
+4
2020-03-17
radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_control
Samuel Pitoiset
4
-7
/
+27
2020-03-17
radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_control
Samuel Pitoiset
3
-4
/
+17
2020-03-12
radv/gfx10: cache metadata in L2 on small chips
Samuel Pitoiset
1
-8
/
+21
2020-02-26
radv/gfx10: adjust the number of VGPRs used to compute waves
Samuel Pitoiset
2
-4
/
+2
2020-02-26
radv/gfx10: adjust the LDS size used to compute waves
Samuel Pitoiset
1
-4
/
+2
2020-02-26
radv/gfx10: adjust SGPRs/VGPRs related info
Samuel Pitoiset
1
-8
/
+11
2020-02-26
radv/gfx10: adjust the number of simd per compute unit
Samuel Pitoiset
1
-1
/
+2
2020-01-29
radv/gfx10: re-enable NGG GS
Samuel Pitoiset
1
-15
/
+0
2020-01-29
radv/gfx10: implement NGG GS queries
Samuel Pitoiset
7
-6
/
+155
2020-01-29
radv/gfx10: add a separate flag for creating a GDS OA buffer
Samuel Pitoiset
3
-7
/
+26
2020-01-15
radv/gfx10: simplify some duplicated NGG GS code
Samuel Pitoiset
1
-62
/
+41
2020-01-15
radv/gfx10: enable all CUs if NGG is never used
Samuel Pitoiset
1
-2
/
+5
2020-01-13
radv/gfx10: improve performance for TES using PrimID but not exporting it
Samuel Pitoiset
1
-1
/
+1
2020-01-13
radv/gfx10: add support for NGG passthrough mode
Samuel Pitoiset
2
-9
/
+15
2020-01-13
radv/gfx10: do not declare LDS for NGG if useless
Samuel Pitoiset
1
-6
/
+9
2020-01-13
radv/gfx10: determine if a pipeline is eligible for NGG passthrough
Samuel Pitoiset
4
-12
/
+59
2020-01-13
radv/gfx10: disable vertex grouping
Samuel Pitoiset
1
-5
/
+2
2019-12-19
radv/gfx10: fix the out-of-bounds check for vertex descriptors
Samuel Pitoiset
1
-1
/
+5
2019-12-17
radv/gfx10: fix ngg_get_ordered_id
Samuel Pitoiset
2
-2
/
+2
2019-12-04
radv/gfx10: fix the vertex order for triangle strips emitted by a GS
Samuel Pitoiset
1
-48
/
+47
2019-11-27
radv/gfx10: fix implementation of exclusive scans
Samuel Pitoiset
1
-24
/
+52
2019-11-07
radv/gfx10: fix primitive indices orientation for NGG GS
Samuel Pitoiset
2
-9
/
+45
2019-11-06
radv/gfx10: enable wave32 for compute based on shader's wavesize
Samuel Pitoiset
3
-3
/
+7
2019-10-23
radv/gfx10: fix 3D images
Samuel Pitoiset
3
-17
/
+17
2019-10-23
radv/gfx10: re-enable fast depth/stencil clears with separate aspects
Samuel Pitoiset
1
-3
/
+2
2019-10-03
radv: Fix condition for skipping the continue CS.
Bas Nieuwenhuizen
1
-1
/
+2
2019-10-02
radv/gfx10: fix the ESGS ring size symbol
Samuel Pitoiset
1
-19
/
+1
2019-10-02
radv/gfx10: fix NGG streamout with triangle strips for VS
Samuel Pitoiset
4
-1
/
+13
2019-10-02
radv/gfx10: fix storing/loading NGG stream outputs for GS
Samuel Pitoiset
1
-12
/
+77
2019-10-02
radv/gfx10: use the component mask when storing/loading NGG stream outputs
Samuel Pitoiset
1
-0
/
+6
2019-10-02
radv/gfx10: fix storing/loading NGG stream outputs for VS and TES
Samuel Pitoiset
1
-8
/
+10
2019-10-02
radv/gfx10: add missing counter buffer to the BO list
Samuel Pitoiset
1
-0
/
+2
2019-10-02
radv/gfx10: add radv_device::use_ngg
Samuel Pitoiset
3
-3
/
+8
2019-09-18
radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS
Samuel Pitoiset
1
-4
/
+13
2019-09-16
radv/gfx10: disable unsupported transform feedback features for NGG
Samuel Pitoiset
1
-3
/
+3
2019-09-16
radv/gfx10: implement NGG streamout
Samuel Pitoiset
1
-7
/
+514
2019-09-16
radv/gfx10: make sure to wait for idle before clearing GDS
Samuel Pitoiset
1
-0
/
+8
2019-09-16
radv/gfx10: make GDS idle when leaving the IB
Samuel Pitoiset
1
-0
/
+7
2019-09-16
radv/gfx10: enable NGG_WAVE_ID_EN for NGG streamout
Samuel Pitoiset
1
-0
/
+2
2019-09-16
radv/gfx10: gather GS output for VS as NGG
Samuel Pitoiset
1
-0
/
+2
2019-09-16
radv/gfx10: compute the correct buffer size for NGG streamout
Samuel Pitoiset
1
-1
/
+10
2019-09-16
radv/gfx10: fix unnecessary LDS overallocation for NGG GS
Samuel Pitoiset
1
-7
/
+1
2019-09-16
radv/gfx10: adjust the LDS size for VS/TES NGG streamout
Samuel Pitoiset
1
-8
/
+9
2019-09-16
radv/gfx10: unconditionally declare scratch space for NGG streamout without GS
Samuel Pitoiset
1
-0
/
+22
2019-09-16
radv/gfx10: adjust the GS NGG scratch size for streamout
Samuel Pitoiset
2
-3
/
+19
2019-09-16
radv/gfx10: allocate GDS/OA buffer objects for NGG streamout
Samuel Pitoiset
3
-4
/
+70
2019-09-16
radv/gfx10: implement NGG streamout begin/end functions
Samuel Pitoiset
1
-6
/
+105
[next]