mesa/.gitlab-ci
Marek Olšák 57bf4c2028 nir,radeonsi: move ffma fusing to late optimizations for better codegen
The freedreno trace changes were suggested by Rob Clark.

ALU performance is higher, because ffma is used more often, but so is
register usage, because trinary opcodes (such as ffma) usually need
at least 3 live registers.

54793 shaders in 33659 tests
Totals:
SGPRS: 2639746 -> 2642938 (0.12 %)
VGPRS: 1534120 -> 1536392 (0.15 %)
Spilled SGPRs: 3541 -> 3618 (2.17 %)
Spilled VGPRs: 33 -> 44 (33.33 %)
Scratch size: 292 -> 312 (6.85 %) dwords per thread
Code Size: 55639836 -> 55620116 (-0.04 %) bytes
Max Waves: 964785 -> 963977 (-0.08 %)

Totals from affected shaders:
SGPRS: 1105800 -> 1108992 (0.29 %)
VGPRS: 635292 -> 637564 (0.36 %)
Spilled SGPRs: 3193 -> 3270 (2.41 %)
Spilled VGPRs: 33 -> 44 (33.33 %)
Scratch size: 36 -> 56 (55.56 %) dwords per thread
Code Size: 31568708 -> 31548988 (-0.06 %) bytes
Max Waves: 319991 -> 319183 (-0.25 %)

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6596>
2020-09-16 02:39:02 +00:00
..
bare-metal ci/bare-metal: Allow wget of the kernel/dtb for kernel development. 2020-09-09 17:25:38 +00:00
container ci/bare-metal: Update the kernel to msm-next-pgtables 2020-09-09 17:25:38 +00:00
fossils
piglit gallivm: disable brilinear for lod bias and explicit lod. 2020-09-10 11:38:19 +10:00
tracie tracie: Produce JUnit XML results 2020-09-08 10:44:52 +03:00
windows CI: Windows: Use separate config file for Docker 2020-08-28 10:15:40 +00:00
arm.config
arm64.config ci/bare-metal: Update the kernel to msm-next-pgtables 2020-09-09 17:25:38 +00:00
build-apitrace.sh ci: Switch to using gold as the linker. 2020-08-31 17:50:30 +00:00
build-cts-runner.sh
build-deqp.sh ci: Use the same VK-GL-CTS tree for GL/GLES as VK. 2020-09-01 21:32:46 +00:00
build-fossilize.sh
build-gfxreconstruct.sh
build-libdrm.sh ci: do not build libdrm for vc4, reedreno and etnaviv 2020-09-10 14:13:37 +00:00
build-piglit.sh
build-renderdoc.sh
build-virglrenderer.sh
build-vulkantools.sh
create-cross-file.sh
create-rootfs.sh
cross-xfail-i386
cross-xfail-ppc64el
cross-xfail-s390x
deqp-default-skips.txt
deqp-freedreno-a307-fails.txt freedreno: Don't bypass fd_draw_vbo() in clear fallback 2020-09-10 02:36:59 +00:00
deqp-freedreno-a307-flakes.txt ci/freedreno: Move our skips lists over to being known-flakes lists. 2020-08-20 23:59:50 +00:00
deqp-freedreno-a530-fails.txt ci/freedreno: Move our skips lists over to being known-flakes lists. 2020-08-20 23:59:50 +00:00
deqp-freedreno-a530-flakes.txt ci/freedreno: List more common flakes reported recently. 2020-08-20 23:59:50 +00:00
deqp-freedreno-a630-bypass-fails.txt turnip: workaround for a630 d24_unorm_s8_uint fails 2020-08-03 21:07:30 +00:00
deqp-freedreno-a630-fails.txt ci: Enable KHR-GL30 CTS testing on freedreno a630. 2020-09-01 21:32:46 +00:00
deqp-freedreno-a630-flakes.txt freedreno: Add another new sysmem flake. 2020-09-09 23:47:46 +00:00
deqp-lima-fails.txt
deqp-lima-skips.txt
deqp-llvmpipe-fails.txt gallivm: disable brilinear for lod bias and explicit lod. 2020-09-10 11:38:19 +10:00
deqp-panfrost-t720-fails.txt
deqp-panfrost-t720-skips.txt
deqp-panfrost-t760-fails.txt
deqp-panfrost-t760-skips.txt
deqp-panfrost-t820-fails.txt
deqp-panfrost-t820-skips.txt
deqp-panfrost-t860-fails.txt mesa/st: enable EXT_color_buffer_half_float when formats supported 2020-09-08 05:06:53 +00:00
deqp-panfrost-t860-skips.txt
deqp-radeonsi-stoney-fails.txt
deqp-radeonsi-stoney-skips.txt
deqp-radv-default-skips.txt
deqp-radv-fiji-aco-fails.txt radv: remove descriptor_indexing fails from expected fails 2020-09-03 18:51:33 +00:00
deqp-radv-navi10-aco-fails.txt radv: remove descriptor_indexing fails from expected fails 2020-09-03 18:51:33 +00:00
deqp-radv-navi14-aco-fails.txt radv: remove descriptor_indexing fails from expected fails 2020-09-03 18:51:33 +00:00
deqp-radv-pitcairn-aco-fails.txt radv: remove descriptor_indexing fails from expected fails 2020-09-03 18:51:33 +00:00
deqp-radv-polaris10-aco-fails.txt radv: remove descriptor_indexing fails from expected fails 2020-09-03 18:51:33 +00:00
deqp-radv-polaris10-skips.txt
deqp-radv-raven-aco-fails.txt radv: remove descriptor_indexing fails from expected fails 2020-09-03 18:51:33 +00:00
deqp-radv-raven-aco-skips.txt
deqp-radv-vega10-aco-fails.txt radv: remove descriptor_indexing fails from expected fails 2020-09-03 18:51:33 +00:00
deqp-runner.sh ci: Make a missing device name correctly bail out of deqp-runner.sh. 2020-08-31 17:50:30 +00:00
deqp-softpipe-fails.txt ci: Use the same VK-GL-CTS tree for GL/GLES as VK. 2020-09-01 21:32:46 +00:00
deqp-softpipe-skips.txt ci: Test the KHR-GL* CTS cases with softpipe. 2020-08-26 17:29:36 +00:00
deqp-virgl-gl-fails.txt
deqp-virgl-gl-skips.txt CI: Skip flaky CS test on VirGL 2020-08-18 09:11:37 +02:00
deqp-virgl-gles-fails.txt
docs
download-git-cache.sh
fossilize-runner.sh
fossils.yml
generate_lava.py
lava-deqp.yml.jinja2 ci: Run deqp-gles2 on RadeonSI 2020-08-19 12:20:20 +00:00
lava-gitlab-ci.yml gitlab-ci: Enable unit test reports for lava traces jobs 2020-09-08 10:44:59 +03:00
lava-tracie.yml.jinja2 ci: Use a rootfs tarball for NFS root, instead of a ramdisk (for LAVA) 2020-08-05 14:09:37 +02:00
meson-build.bat
meson-build.sh
prepare-artifacts.sh ci/deqp-runner: Add a post-deqp-run filter list for known flakes. 2020-08-20 23:59:50 +00:00
run-shader-db.sh
scons-build.sh
test-source-dep.yml
traces-freedreno.yml nir,radeonsi: move ffma fusing to late optimizations for better codegen 2020-09-16 02:39:02 +00:00
traces-llvmpipe.yml gitlab-ci: Test the traces from bgfx 2020-08-25 09:42:06 +00:00
traces-panfrost.yml ci: Test Panfrost with more traces 2020-08-19 07:47:48 +02:00
traces-radeonsi.yml nir,radeonsi: move ffma fusing to late optimizations for better codegen 2020-09-16 02:39:02 +00:00
traces-radv.yml ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
traces-virgl.yml ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
tracie-runner-gl.sh tracie: Make tests independent of environment 2020-09-08 10:43:07 +03:00
tracie-runner-vk.sh ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
x86_64-w64-mingw32
x86_64.config ci: Update kernel used in LAVA to 5.8-based drm-misc 2020-08-19 07:39:22 +00:00