mesa/src/compiler
Marek Olšák 7f2130c86e
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
nir/opt_algebraic: add more ffract/ffloor/ftrunc/f2u/f2i patterns
Totals from 1390 (0.69% of 202429) affected shaders:
MaxWaves: 33336 -> 33348 (+0.04%)
Instrs: 4101809 -> 4095218 (-0.16%); split: -0.17%, +0.01%
CodeSize: 22973700 -> 22944812 (-0.13%); split: -0.13%, +0.00%
VGPRs: 95592 -> 95460 (-0.14%); split: -0.15%, +0.01%
SpillSGPRs: 2910 -> 2913 (+0.10%)
Latency: 27815305 -> 27807064 (-0.03%); split: -0.06%, +0.03%
InvThroughput: 4563067 -> 4555622 (-0.16%); split: -0.18%, +0.02%
VClause: 98544 -> 98570 (+0.03%); split: -0.04%, +0.06%
SClause: 91148 -> 91149 (+0.00%); split: -0.00%, +0.01%
Copies: 324008 -> 324028 (+0.01%); split: -0.10%, +0.10%
Branches: 99085 -> 99084 (-0.00%); split: -0.00%, +0.00%
PreSGPRs: 70920 -> 70734 (-0.26%); split: -0.27%, +0.00%
PreVGPRs: 78288 -> 78190 (-0.13%); split: -0.15%, +0.03%
VALU: 2123606 -> 2117766 (-0.28%); split: -0.28%, +0.00%
SALU: 621757 -> 621671 (-0.01%); split: -0.02%, +0.00%
VMEM: 163395 -> 163387 (-0.00%); split: -0.01%, +0.00%
SMEM: 140374 -> 140376 (+0.00%)
VOPD: 258332 -> 258264 (-0.03%); split: +0.04%, -0.07%

Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41455>
2026-05-25 20:02:30 +00:00
..
clc clc: do not use std::filesystem 2026-05-15 22:59:58 +00:00
glsl glsl: translate fma as fma_weak 2026-05-19 18:13:41 +00:00
isaspec isaspec: decode: manually print the sign when printing NaN float values 2026-04-29 11:39:12 +00:00
libcl libcl_vk: Add VkCopyMemoryIndirectCommandKHR 2026-02-13 20:53:47 +00:00
nir nir/opt_algebraic: add more ffract/ffloor/ftrunc/f2u/f2i patterns 2026-05-25 20:02:30 +00:00
rust compiler/rust: Move VecPair from NAK to shared compiler crate 2026-05-13 22:32:44 +00:00
spirv spirv: Stop warning about ignored invalid ArrayStride decorations 2026-05-23 04:39:46 +00:00
builtin_types.py compiler: add float8 glsl types 2025-06-23 07:59:24 +00:00
builtin_types_c.py util,vulkan,mesa,compiler: Generate source files with utf8 encoding from mako template 2023-12-07 12:41:07 +00:00
builtin_types_h.py compiler: Generate files with newline at end 2025-06-24 14:01:04 +00:00
glsl_types.c compiler: Support more than 255 cols/rows in cmat descriptions 2026-05-21 21:47:03 +00:00
glsl_types.h compiler: Support more than 255 cols/rows in cmat descriptions 2026-05-21 21:47:03 +00:00
list.h nir: remove unused stuff from list.h 2025-07-31 20:23:04 +00:00
meson.build meson: Add Soong compatibility compiler flags to Vulkan drivers 2026-05-22 07:09:49 +00:00
shader_enums.c nir: add missing SYSTEM_VALUE_FRAG_COORD_W_RCP 2026-05-19 15:03:50 +00:00
shader_enums.h nir: add missing SYSTEM_VALUE_FRAG_COORD_W_RCP 2026-05-19 15:03:50 +00:00
shader_info.h nir/opt_dce: add shader_info::assert_inputs_not_dead 2026-04-30 07:07:32 +00:00