index
:
mesa/shader-db
dualt
loops
master
sso
turnip-support
unchanged
Collection of shaders for offline analysis. (mirrored from https://gitlab.freedesktop.org/mesa/shader-db)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
si-report.py
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
si-report.py: print shader output stats
Marek Olšák
1
-22
/
+41
2024-04-24
si-report.py: fix printing empty lines
Marek Olšák
1
-7
/
+7
2024-04-24
si-report.py: fix table column spacing
Marek Olšák
1
-2
/
+2
2024-04-24
si-report.py: use python3 instead of python
Marek Olšák
1
-1
/
+1
2023-05-14
si-report.py: remove one space from all columns and center the names
Marek Olšák
1
-1
/
+1
2023-05-14
si-report.py: don't print unaffected apps in the last table
Marek Olšák
1
-3
/
+6
2023-05-14
si-report.py: fix syntax and style issues
Marek Olšák
1
-48
/
+67
2023-05-14
si-report.py: match the style of totals to match the rest
Marek Olšák
1
-7
/
+3
2023-05-14
si-report.py: don't print total increases and decreases
Marek Olšák
1
-41
/
+0
2023-05-14
si-report.py: remove unused function
Marek Olšák
1
-15
/
+0
2023-05-14
si-report.py: print 24 changes shaders instead of 40 per group
Marek Olšák
1
-5
/
+4
2023-05-14
si-report.py: fix printing shaders with improvements
Marek Olšák
1
-8
/
+4
2022-11-14
si-report.py: compare the number of shader outputs
Marek Olšák
1
-7
/
+20
2021-02-23
si-report.py: don't print LDS and Waits, which are always constant
Marek Olšák
1
-16
/
+4
2019-10-29
si_report: print percentages table as a markdown table
Pierre-Eric Pelloux-Prayer
1
-26
/
+37
2018-05-20
si-report: Show biggest improvements also
Benedikt Schemmer
1
-0
/
+24
2018-05-20
si-report: Change layout to allow longer file names
Benedikt Schemmer
1
-26
/
+46
2016-12-07
si-report.py: report private memory usage
Marek Olšák
1
-13
/
+30
2016-12-07
si-report.py: rename "Scratch VGPRs" to "Scratch size"
Marek Olšák
1
-11
/
+11
2016-12-07
si-report.py: print 40 regressions per category
Marek Olšák
1
-1
/
+1
2016-10-18
si-report.py: print more regressed and bad shaders
Marek Olšák
1
-3
/
+4
2016-10-18
si-report.py: also print Max Waves regressions
Marek Olšák
1
-9
/
+17
2016-07-22
si-report.py: add completely new shader statistics reporting
Marek Olšák
1
-1
/
+252
2016-07-22
si-report.py: report % change correctly for 0->N
Marek Olšák
1
-1
/
+1
2016-07-22
si-report.py: report scratch in terms of VGPRs = dwords per thread
Marek Olšák
1
-2
/
+2
2016-07-22
si-report.py: show spilled SGPRs and VGPRs
Marek Olšák
1
-1
/
+6
2016-07-12
si-report.py: don't crash if there are no shaders found
Marek Olšák
1
-0
/
+3
2016-01-26
si-report.py: process Max Waves
Marek Olšák
1
-1
/
+3
2016-01-26
si-report.py: fix parsing without asm
Marek Olšák
1
-0
/
+2
2016-01-05
si-report.py: report the tests causing max increase/decrease
Nicolai Hähnle
1
-18
/
+33
2016-01-05
si-report.py: reduce code duplication in the definition of metrics
Nicolai Hähnle
1
-58
/
+32
2016-01-05
si-report.py: report LLVM compile errors
Nicolai Hähnle
1
-5
/
+33
2016-01-05
si-report.py: speed up and adjust to debug message reporting, allowing multi-...
Nicolai Hähnle
1
-73
/
+135
2015-07-30
si-report: Fix algorithm for determing difference in shader stats
Tom Stellard
1
-1
/
+7
2015-04-13
Add si-report.py for parsing dumps from radeonsi
Tom Stellard
1
-0
/
+324