2022-08-30 22:03:05 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
2020-12-18 00:40:02 -03:00
|
|
|
traces-db:
|
2026-01-15 21:51:56 +01:00
|
|
|
download-url: https://s3.freedesktop.org/mesa-tracie-public/
|
2020-12-18 00:40:02 -03:00
|
|
|
|
|
|
|
|
traces:
|
2022-08-30 22:03:05 +02:00
|
|
|
behdad-glyphy/glyphy-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 5c7e2fc5961b43a18ea65523fe025b96
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 5c7e2fc5961b43a18ea65523fe025b96
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 5c7e2fc5961b43a18ea65523fe025b96
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 5c7e2fc5961b43a18ea65523fe025b96
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 5c7e2fc5961b43a18ea65523fe025b96
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 5c7e2fc5961b43a18ea65523fe025b96
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 5c7e2fc5961b43a18ea65523fe025b96
|
2022-08-30 22:03:05 +02:00
|
|
|
glxgears/glxgears-2-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: f53ac20e17da91c0359c31f2fa3f401e
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: f53ac20e17da91c0359c31f2fa3f401e
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: f53ac20e17da91c0359c31f2fa3f401e
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: f53ac20e17da91c0359c31f2fa3f401e
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: f53ac20e17da91c0359c31f2fa3f401e
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: f53ac20e17da91c0359c31f2fa3f401e
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: f53ac20e17da91c0359c31f2fa3f401e
|
2022-08-30 22:03:05 +02:00
|
|
|
0ad/0ad-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
nir/algebraic: ad-hoc constant-fold ALU instructions
Slight differences due to different optimization order.
Totals from 135 (0.17% of 79839) affected shaders: (Navi48)
Instrs: 287852 -> 287527 (-0.11%); split: -0.15%, +0.03%
CodeSize: 1522972 -> 1521764 (-0.08%); split: -0.12%, +0.04%
Latency: 1806803 -> 1825754 (+1.05%); split: -0.08%, +1.12%
InvThroughput: 242693 -> 244703 (+0.83%); split: -0.02%, +0.84%
VClause: 4092 -> 4084 (-0.20%)
SClause: 7462 -> 7478 (+0.21%)
Copies: 20509 -> 20401 (-0.53%); split: -0.74%, +0.21%
Branches: 6395 -> 6386 (-0.14%)
PreSGPRs: 7334 -> 7337 (+0.04%); split: -0.03%, +0.07%
PreVGPRs: 6375 -> 6382 (+0.11%)
VALU: 151787 -> 151595 (-0.13%); split: -0.15%, +0.02%
SALU: 52967 -> 52910 (-0.11%); split: -0.23%, +0.12%
VMEM: 6704 -> 6696 (-0.12%)
SMEM: 12099 -> 12129 (+0.25%)
Tested on a small collection of 2518 shaders from Dredge with callgrind using RADV:
baseline:
nir_opt_algebraic was called 12917 times from radv_optimize_nir()
nir_opt_cse was called 15204 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 31.48%
total instruction fetch cost: 28,642,638,021
with nir/algebraic: ad-hoc constant-fold ALU instructions
nir_opt_algebraic was called 12797 times from radv_optimize_nir()
nir_opt_cse was called 12963 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 30.63%
total instruction fetch cost: 28,284,386,123
=> ~1.27% improvement in total compile times
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37195>
2025-09-05 10:57:45 +02:00
|
|
|
checksum: 6c9f66db38f03847574c543de48fa203
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
nir/algebraic: ad-hoc constant-fold ALU instructions
Slight differences due to different optimization order.
Totals from 135 (0.17% of 79839) affected shaders: (Navi48)
Instrs: 287852 -> 287527 (-0.11%); split: -0.15%, +0.03%
CodeSize: 1522972 -> 1521764 (-0.08%); split: -0.12%, +0.04%
Latency: 1806803 -> 1825754 (+1.05%); split: -0.08%, +1.12%
InvThroughput: 242693 -> 244703 (+0.83%); split: -0.02%, +0.84%
VClause: 4092 -> 4084 (-0.20%)
SClause: 7462 -> 7478 (+0.21%)
Copies: 20509 -> 20401 (-0.53%); split: -0.74%, +0.21%
Branches: 6395 -> 6386 (-0.14%)
PreSGPRs: 7334 -> 7337 (+0.04%); split: -0.03%, +0.07%
PreVGPRs: 6375 -> 6382 (+0.11%)
VALU: 151787 -> 151595 (-0.13%); split: -0.15%, +0.02%
SALU: 52967 -> 52910 (-0.11%); split: -0.23%, +0.12%
VMEM: 6704 -> 6696 (-0.12%)
SMEM: 12099 -> 12129 (+0.25%)
Tested on a small collection of 2518 shaders from Dredge with callgrind using RADV:
baseline:
nir_opt_algebraic was called 12917 times from radv_optimize_nir()
nir_opt_cse was called 15204 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 31.48%
total instruction fetch cost: 28,642,638,021
with nir/algebraic: ad-hoc constant-fold ALU instructions
nir_opt_algebraic was called 12797 times from radv_optimize_nir()
nir_opt_cse was called 12963 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 30.63%
total instruction fetch cost: 28,284,386,123
=> ~1.27% improvement in total compile times
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37195>
2025-09-05 10:57:45 +02:00
|
|
|
checksum: 6c9f66db38f03847574c543de48fa203
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
nir/algebraic: ad-hoc constant-fold ALU instructions
Slight differences due to different optimization order.
Totals from 135 (0.17% of 79839) affected shaders: (Navi48)
Instrs: 287852 -> 287527 (-0.11%); split: -0.15%, +0.03%
CodeSize: 1522972 -> 1521764 (-0.08%); split: -0.12%, +0.04%
Latency: 1806803 -> 1825754 (+1.05%); split: -0.08%, +1.12%
InvThroughput: 242693 -> 244703 (+0.83%); split: -0.02%, +0.84%
VClause: 4092 -> 4084 (-0.20%)
SClause: 7462 -> 7478 (+0.21%)
Copies: 20509 -> 20401 (-0.53%); split: -0.74%, +0.21%
Branches: 6395 -> 6386 (-0.14%)
PreSGPRs: 7334 -> 7337 (+0.04%); split: -0.03%, +0.07%
PreVGPRs: 6375 -> 6382 (+0.11%)
VALU: 151787 -> 151595 (-0.13%); split: -0.15%, +0.02%
SALU: 52967 -> 52910 (-0.11%); split: -0.23%, +0.12%
VMEM: 6704 -> 6696 (-0.12%)
SMEM: 12099 -> 12129 (+0.25%)
Tested on a small collection of 2518 shaders from Dredge with callgrind using RADV:
baseline:
nir_opt_algebraic was called 12917 times from radv_optimize_nir()
nir_opt_cse was called 15204 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 31.48%
total instruction fetch cost: 28,642,638,021
with nir/algebraic: ad-hoc constant-fold ALU instructions
nir_opt_algebraic was called 12797 times from radv_optimize_nir()
nir_opt_cse was called 12963 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 30.63%
total instruction fetch cost: 28,284,386,123
=> ~1.27% improvement in total compile times
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37195>
2025-09-05 10:57:45 +02:00
|
|
|
checksum: 6c9f66db38f03847574c543de48fa203
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
nir/algebraic: ad-hoc constant-fold ALU instructions
Slight differences due to different optimization order.
Totals from 135 (0.17% of 79839) affected shaders: (Navi48)
Instrs: 287852 -> 287527 (-0.11%); split: -0.15%, +0.03%
CodeSize: 1522972 -> 1521764 (-0.08%); split: -0.12%, +0.04%
Latency: 1806803 -> 1825754 (+1.05%); split: -0.08%, +1.12%
InvThroughput: 242693 -> 244703 (+0.83%); split: -0.02%, +0.84%
VClause: 4092 -> 4084 (-0.20%)
SClause: 7462 -> 7478 (+0.21%)
Copies: 20509 -> 20401 (-0.53%); split: -0.74%, +0.21%
Branches: 6395 -> 6386 (-0.14%)
PreSGPRs: 7334 -> 7337 (+0.04%); split: -0.03%, +0.07%
PreVGPRs: 6375 -> 6382 (+0.11%)
VALU: 151787 -> 151595 (-0.13%); split: -0.15%, +0.02%
SALU: 52967 -> 52910 (-0.11%); split: -0.23%, +0.12%
VMEM: 6704 -> 6696 (-0.12%)
SMEM: 12099 -> 12129 (+0.25%)
Tested on a small collection of 2518 shaders from Dredge with callgrind using RADV:
baseline:
nir_opt_algebraic was called 12917 times from radv_optimize_nir()
nir_opt_cse was called 15204 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 31.48%
total instruction fetch cost: 28,642,638,021
with nir/algebraic: ad-hoc constant-fold ALU instructions
nir_opt_algebraic was called 12797 times from radv_optimize_nir()
nir_opt_cse was called 12963 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 30.63%
total instruction fetch cost: 28,284,386,123
=> ~1.27% improvement in total compile times
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37195>
2025-09-05 10:57:45 +02:00
|
|
|
checksum: 6c9f66db38f03847574c543de48fa203
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
2022-10-17 21:18:34 +11:00
|
|
|
checksum: e67b7a93bac02e41de0326419ee17a3e
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-cml:
|
nir/algebraic: ad-hoc constant-fold ALU instructions
Slight differences due to different optimization order.
Totals from 135 (0.17% of 79839) affected shaders: (Navi48)
Instrs: 287852 -> 287527 (-0.11%); split: -0.15%, +0.03%
CodeSize: 1522972 -> 1521764 (-0.08%); split: -0.12%, +0.04%
Latency: 1806803 -> 1825754 (+1.05%); split: -0.08%, +1.12%
InvThroughput: 242693 -> 244703 (+0.83%); split: -0.02%, +0.84%
VClause: 4092 -> 4084 (-0.20%)
SClause: 7462 -> 7478 (+0.21%)
Copies: 20509 -> 20401 (-0.53%); split: -0.74%, +0.21%
Branches: 6395 -> 6386 (-0.14%)
PreSGPRs: 7334 -> 7337 (+0.04%); split: -0.03%, +0.07%
PreVGPRs: 6375 -> 6382 (+0.11%)
VALU: 151787 -> 151595 (-0.13%); split: -0.15%, +0.02%
SALU: 52967 -> 52910 (-0.11%); split: -0.23%, +0.12%
VMEM: 6704 -> 6696 (-0.12%)
SMEM: 12099 -> 12129 (+0.25%)
Tested on a small collection of 2518 shaders from Dredge with callgrind using RADV:
baseline:
nir_opt_algebraic was called 12917 times from radv_optimize_nir()
nir_opt_cse was called 15204 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 31.48%
total instruction fetch cost: 28,642,638,021
with nir/algebraic: ad-hoc constant-fold ALU instructions
nir_opt_algebraic was called 12797 times from radv_optimize_nir()
nir_opt_cse was called 12963 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 30.63%
total instruction fetch cost: 28,284,386,123
=> ~1.27% improvement in total compile times
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37195>
2025-09-05 10:57:45 +02:00
|
|
|
checksum: 6c9f66db38f03847574c543de48fa203
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
nir/algebraic: ad-hoc constant-fold ALU instructions
Slight differences due to different optimization order.
Totals from 135 (0.17% of 79839) affected shaders: (Navi48)
Instrs: 287852 -> 287527 (-0.11%); split: -0.15%, +0.03%
CodeSize: 1522972 -> 1521764 (-0.08%); split: -0.12%, +0.04%
Latency: 1806803 -> 1825754 (+1.05%); split: -0.08%, +1.12%
InvThroughput: 242693 -> 244703 (+0.83%); split: -0.02%, +0.84%
VClause: 4092 -> 4084 (-0.20%)
SClause: 7462 -> 7478 (+0.21%)
Copies: 20509 -> 20401 (-0.53%); split: -0.74%, +0.21%
Branches: 6395 -> 6386 (-0.14%)
PreSGPRs: 7334 -> 7337 (+0.04%); split: -0.03%, +0.07%
PreVGPRs: 6375 -> 6382 (+0.11%)
VALU: 151787 -> 151595 (-0.13%); split: -0.15%, +0.02%
SALU: 52967 -> 52910 (-0.11%); split: -0.23%, +0.12%
VMEM: 6704 -> 6696 (-0.12%)
SMEM: 12099 -> 12129 (+0.25%)
Tested on a small collection of 2518 shaders from Dredge with callgrind using RADV:
baseline:
nir_opt_algebraic was called 12917 times from radv_optimize_nir()
nir_opt_cse was called 15204 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 31.48%
total instruction fetch cost: 28,642,638,021
with nir/algebraic: ad-hoc constant-fold ALU instructions
nir_opt_algebraic was called 12797 times from radv_optimize_nir()
nir_opt_cse was called 12963 times from radv_optimize_nir()
relative time spent in radv_optimize_nir(): 30.63%
total instruction fetch cost: 28,284,386,123
=> ~1.27% improvement in total compile times
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37195>
2025-09-05 10:57:45 +02:00
|
|
|
checksum: 6c9f66db38f03847574c543de48fa203
|
2022-08-30 22:03:05 +02:00
|
|
|
pathfinder/demo-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: d9b33f0a2efe17c21b7933242afd9ec7
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: d9b33f0a2efe17c21b7933242afd9ec7
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: d9b33f0a2efe17c21b7933242afd9ec7
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: d9b33f0a2efe17c21b7933242afd9ec7
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: d9b33f0a2efe17c21b7933242afd9ec7
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: d9b33f0a2efe17c21b7933242afd9ec7
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: d9b33f0a2efe17c21b7933242afd9ec7
|
2022-08-30 22:03:05 +02:00
|
|
|
pathfinder/canvas_moire-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 21bccd42f2deb6416cf6591cd6a99258
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 21bccd42f2deb6416cf6591cd6a99258
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 21bccd42f2deb6416cf6591cd6a99258
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 21bccd42f2deb6416cf6591cd6a99258
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 21bccd42f2deb6416cf6591cd6a99258
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 21bccd42f2deb6416cf6591cd6a99258
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 21bccd42f2deb6416cf6591cd6a99258
|
2022-08-30 22:03:05 +02:00
|
|
|
pathfinder/canvas_text_v2-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 448886e3b24f6408e013ea13f7c96d28
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 448886e3b24f6408e013ea13f7c96d28
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 448886e3b24f6408e013ea13f7c96d28
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 448886e3b24f6408e013ea13f7c96d28
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 448886e3b24f6408e013ea13f7c96d28
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 448886e3b24f6408e013ea13f7c96d28
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 448886e3b24f6408e013ea13f7c96d28
|
2022-08-30 22:03:05 +02:00
|
|
|
gputest/furmark-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
2025-08-29 15:08:22 +00:00
|
|
|
checksum: 54305eb5dd7fea9e34bd61567bbd4c08
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2025-08-29 15:08:22 +00:00
|
|
|
checksum: 54305eb5dd7fea9e34bd61567bbd4c08
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
brw/build: Use SIMD8 temporaries in emit_uniformize
The fossil-db results are very different from v1. This is now mostly
helpful on older platforms.
v2: When optimizing BROADCAST or FIND_LIVE_CHANNEL to a simple MOV,
adjust the exec_size to match the size allocated for the destination
register. Fixes EU validation failures in some piglit OpenCL tests
(e.g., atomic_add-global-return.cl).
v3: Use component_size() in emit_uniformize and BROADCAST to properly
account for UQ vs UD destination. This doesn't matter for
emit_uniformize because the type is always UD, but it is technically
more correct.
v4: Update trace checksums. Now amly expects the same checksum as
several other platforms.
v5: Use xbld.dispatch_width() in the builder for when scalar_group()
eventually becomes SIMD1. Suggested by Lionel.
shader-db:
Lunar Lake, Meteor Lake, DG2, and Tiger Lake had similar results. (Lunar Lake shown)
total instructions in shared programs: 18091701 -> 18091586 (<.01%)
instructions in affected programs: 29616 -> 29501 (-0.39%)
helped: 28 / HURT: 18
total cycles in shared programs: 919250494 -> 919123828 (-0.01%)
cycles in affected programs: 12201102 -> 12074436 (-1.04%)
helped: 124 / HURT: 108
LOST: 0
GAINED: 1
Ice Lake and Skylake had similar results. (Ice Lake shown)
total instructions in shared programs: 20480808 -> 20480624 (<.01%)
instructions in affected programs: 58465 -> 58281 (-0.31%)
helped: 61 / HURT: 20
total cycles in shared programs: 874860168 -> 874960312 (0.01%)
cycles in affected programs: 18240986 -> 18341130 (0.55%)
helped: 113 / HURT: 158
total spills in shared programs: 4557 -> 4555 (-0.04%)
spills in affected programs: 93 -> 91 (-2.15%)
helped: 1 / HURT: 0
total fills in shared programs: 5247 -> 5243 (-0.08%)
fills in affected programs: 224 -> 220 (-1.79%)
helped: 1 / HURT: 0
fossil-db:
Lunar Lake
Totals:
Instrs: 220486064 -> 220486959 (+0.00%); split: -0.00%, +0.00%
Subgroup size: 14102592 -> 14102624 (+0.00%)
Cycle count: 31602733838 -> 31604733270 (+0.01%); split: -0.01%, +0.02%
Max live registers: 65371025 -> 65355084 (-0.02%)
Totals from 12130 (1.73% of 702392) affected shaders:
Instrs: 5162700 -> 5163595 (+0.02%); split: -0.06%, +0.08%
Subgroup size: 388128 -> 388160 (+0.01%)
Cycle count: 751721956 -> 753721388 (+0.27%); split: -0.54%, +0.81%
Max live registers: 1538550 -> 1522609 (-1.04%)
Meteor Lake and DG2 had similar results. (Meteor Lake shown)
Totals:
Instrs: 241601142 -> 241599114 (-0.00%); split: -0.00%, +0.00%
Subgroup size: 9631168 -> 9631216 (+0.00%)
Cycle count: 25101781573 -> 25097909570 (-0.02%); split: -0.03%, +0.01%
Max live registers: 41540611 -> 41514296 (-0.06%)
Max dispatch width: 6993456 -> 7000928 (+0.11%); split: +0.15%, -0.05%
Totals from 16852 (2.11% of 796880) affected shaders:
Instrs: 6303937 -> 6301909 (-0.03%); split: -0.11%, +0.07%
Subgroup size: 323592 -> 323640 (+0.01%)
Cycle count: 625455880 -> 621583877 (-0.62%); split: -1.20%, +0.58%
Max live registers: 1072491 -> 1046176 (-2.45%)
Max dispatch width: 76672 -> 84144 (+9.75%); split: +14.04%, -4.30%
Tiger Lake
Totals:
Instrs: 235190395 -> 235193286 (+0.00%); split: -0.00%, +0.00%
Cycle count: 23130855720 -> 23128936334 (-0.01%); split: -0.02%, +0.01%
Max live registers: 41644106 -> 41620052 (-0.06%)
Max dispatch width: 6959160 -> 6981512 (+0.32%); split: +0.34%, -0.02%
Totals from 15102 (1.90% of 793371) affected shaders:
Instrs: 5771042 -> 5773933 (+0.05%); split: -0.06%, +0.11%
Cycle count: 371062226 -> 369142840 (-0.52%); split: -1.04%, +0.52%
Max live registers: 989858 -> 965804 (-2.43%)
Max dispatch width: 61344 -> 83696 (+36.44%); split: +38.42%, -1.98%
Ice Lake and Skylake had similar results. (Ice Lake shown)
Totals:
Instrs: 236063150 -> 236063242 (+0.00%); split: -0.00%, +0.00%
Cycle count: 24516187174 -> 24516027518 (-0.00%); split: -0.00%, +0.00%
Spill count: 567071 -> 567049 (-0.00%)
Fill count: 701323 -> 701273 (-0.01%)
Max live registers: 41914047 -> 41913281 (-0.00%)
Max dispatch width: 7042608 -> 7042736 (+0.00%); split: +0.00%, -0.00%
Totals from 3904 (0.49% of 798473) affected shaders:
Instrs: 2809690 -> 2809782 (+0.00%); split: -0.02%, +0.03%
Cycle count: 182114259 -> 181954603 (-0.09%); split: -0.34%, +0.25%
Spill count: 1696 -> 1674 (-1.30%)
Fill count: 2523 -> 2473 (-1.98%)
Max live registers: 341695 -> 340929 (-0.22%)
Max dispatch width: 32752 -> 32880 (+0.39%); split: +0.44%, -0.05%
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32097>
2024-10-15 15:51:22 -07:00
|
|
|
checksum: 06f4222f7f5737f93ed1d191cbdc0798
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2025-08-29 15:08:22 +00:00
|
|
|
checksum: 54305eb5dd7fea9e34bd61567bbd4c08
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 06d587a2b934295da6ad874b750b9c9d
|
|
|
|
|
gl-intel-cml:
|
2024-11-20 01:32:06 -03:00
|
|
|
checksum: 06f4222f7f5737f93ed1d191cbdc0798
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 06f4222f7f5737f93ed1d191cbdc0798
|
2022-08-30 22:03:05 +02:00
|
|
|
gputest/triangle-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 0a1524303e0772f6d869e4875fe1f401
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 0a1524303e0772f6d869e4875fe1f401
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 0a1524303e0772f6d869e4875fe1f401
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 0a1524303e0772f6d869e4875fe1f401
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 0a1524303e0772f6d869e4875fe1f401
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 0a1524303e0772f6d869e4875fe1f401
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 0a1524303e0772f6d869e4875fe1f401
|
2022-08-30 22:03:05 +02:00
|
|
|
godot/Material Testers.x86_64_2020.04.08_13.38_frame799.rdc:
|
|
|
|
|
gl-intel-apl:
|
2023-08-22 00:25:59 +02:00
|
|
|
label: [skip]
|
|
|
|
|
text: Nothing wrong with it, proxy issues. Revert ASAP.
|
2022-10-17 21:18:34 +11:00
|
|
|
checksum: dbe1de4e2e812413f173ea6c423117ff
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2023-08-22 00:25:59 +02:00
|
|
|
label: [skip]
|
|
|
|
|
text: Nothing wrong with it, proxy issues. Revert ASAP.
|
2022-10-17 21:18:34 +11:00
|
|
|
checksum: dbe1de4e2e812413f173ea6c423117ff
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2023-08-22 00:25:59 +02:00
|
|
|
label: [skip]
|
|
|
|
|
text: Nothing wrong with it, proxy issues. Revert ASAP.
|
2022-10-17 21:18:34 +11:00
|
|
|
checksum: dbe1de4e2e812413f173ea6c423117ff
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2023-08-22 00:25:59 +02:00
|
|
|
label: [skip]
|
|
|
|
|
text: Nothing wrong with it, proxy issues. Revert ASAP.
|
2022-10-17 21:18:34 +11:00
|
|
|
checksum: dbe1de4e2e812413f173ea6c423117ff
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
2023-08-22 00:25:59 +02:00
|
|
|
label: [skip]
|
|
|
|
|
text: Nothing wrong with it, proxy issues. Revert ASAP.
|
2022-10-17 21:18:34 +11:00
|
|
|
checksum: dbe1de4e2e812413f173ea6c423117ff
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-cml:
|
2023-08-22 00:25:59 +02:00
|
|
|
label: [skip]
|
|
|
|
|
text: Nothing wrong with it, proxy issues. Revert ASAP.
|
2022-10-17 21:18:34 +11:00
|
|
|
checksum: dbe1de4e2e812413f173ea6c423117ff
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [skip, no-perf]
|
|
|
|
|
text: Nothing wrong with it, proxy issues. Revert ASAP.
|
|
|
|
|
checksum: dbe1de4e2e812413f173ea6c423117ff
|
2022-08-30 22:03:05 +02:00
|
|
|
gputest/pixmark-julia-fp32-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: 9d0245893820b58fafb56e6d50b1e84b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: 9d0245893820b58fafb56e6d50b1e84b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 9d0245893820b58fafb56e6d50b1e84b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: 9d0245893820b58fafb56e6d50b1e84b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: a5ec72a5da355dfcd689411f89164f0c
|
|
|
|
|
gl-intel-cml:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 9d0245893820b58fafb56e6d50b1e84b
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 9d0245893820b58fafb56e6d50b1e84b
|
2022-08-30 22:03:05 +02:00
|
|
|
gputest/pixmark-julia-fp64-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: f56761af17be6231bce480115cde3cec
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: f56761af17be6231bce480115cde3cec
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: f56761af17be6231bce480115cde3cec
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: f56761af17be6231bce480115cde3cec
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 95235e084d88bc41f8a1a05b79e88e33
|
|
|
|
|
gl-intel-cml:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: f56761af17be6231bce480115cde3cec
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: f56761af17be6231bce480115cde3cec
|
2022-08-30 22:03:05 +02:00
|
|
|
gputest/pixmark-volplosion-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
2026-03-02 12:10:40 +01:00
|
|
|
checksum: 8463a40fbc699c9cf887b97dae831786
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2026-03-02 12:10:40 +01:00
|
|
|
checksum: 8463a40fbc699c9cf887b97dae831786
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 9c891fd21b0cdc79f7071001d95d549c
|
|
|
|
|
gl-intel-kbl:
|
2026-03-02 12:10:40 +01:00
|
|
|
checksum: 8463a40fbc699c9cf887b97dae831786
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 9c891fd21b0cdc79f7071001d95d549c
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 9c891fd21b0cdc79f7071001d95d549c
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 9c891fd21b0cdc79f7071001d95d549c
|
2022-08-30 22:03:05 +02:00
|
|
|
gputest/plot3d-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: cea8f26227763a3c3b2a2a6af9a0c1da
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: cea8f26227763a3c3b2a2a6af9a0c1da
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: cea8f26227763a3c3b2a2a6af9a0c1da
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: cea8f26227763a3c3b2a2a6af9a0c1da
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: cea8f26227763a3c3b2a2a6af9a0c1da
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: cea8f26227763a3c3b2a2a6af9a0c1da
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: cea8f26227763a3c3b2a2a6af9a0c1da
|
2022-08-30 22:03:05 +02:00
|
|
|
gputest/tessmark-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
2024-09-06 14:56:09 -04:00
|
|
|
checksum: f9309a25e696938c0372c1afc781d01b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2024-09-06 14:56:09 -04:00
|
|
|
checksum: f9309a25e696938c0372c1afc781d01b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
brw/build: Use SIMD8 temporaries in emit_uniformize
The fossil-db results are very different from v1. This is now mostly
helpful on older platforms.
v2: When optimizing BROADCAST or FIND_LIVE_CHANNEL to a simple MOV,
adjust the exec_size to match the size allocated for the destination
register. Fixes EU validation failures in some piglit OpenCL tests
(e.g., atomic_add-global-return.cl).
v3: Use component_size() in emit_uniformize and BROADCAST to properly
account for UQ vs UD destination. This doesn't matter for
emit_uniformize because the type is always UD, but it is technically
more correct.
v4: Update trace checksums. Now amly expects the same checksum as
several other platforms.
v5: Use xbld.dispatch_width() in the builder for when scalar_group()
eventually becomes SIMD1. Suggested by Lionel.
shader-db:
Lunar Lake, Meteor Lake, DG2, and Tiger Lake had similar results. (Lunar Lake shown)
total instructions in shared programs: 18091701 -> 18091586 (<.01%)
instructions in affected programs: 29616 -> 29501 (-0.39%)
helped: 28 / HURT: 18
total cycles in shared programs: 919250494 -> 919123828 (-0.01%)
cycles in affected programs: 12201102 -> 12074436 (-1.04%)
helped: 124 / HURT: 108
LOST: 0
GAINED: 1
Ice Lake and Skylake had similar results. (Ice Lake shown)
total instructions in shared programs: 20480808 -> 20480624 (<.01%)
instructions in affected programs: 58465 -> 58281 (-0.31%)
helped: 61 / HURT: 20
total cycles in shared programs: 874860168 -> 874960312 (0.01%)
cycles in affected programs: 18240986 -> 18341130 (0.55%)
helped: 113 / HURT: 158
total spills in shared programs: 4557 -> 4555 (-0.04%)
spills in affected programs: 93 -> 91 (-2.15%)
helped: 1 / HURT: 0
total fills in shared programs: 5247 -> 5243 (-0.08%)
fills in affected programs: 224 -> 220 (-1.79%)
helped: 1 / HURT: 0
fossil-db:
Lunar Lake
Totals:
Instrs: 220486064 -> 220486959 (+0.00%); split: -0.00%, +0.00%
Subgroup size: 14102592 -> 14102624 (+0.00%)
Cycle count: 31602733838 -> 31604733270 (+0.01%); split: -0.01%, +0.02%
Max live registers: 65371025 -> 65355084 (-0.02%)
Totals from 12130 (1.73% of 702392) affected shaders:
Instrs: 5162700 -> 5163595 (+0.02%); split: -0.06%, +0.08%
Subgroup size: 388128 -> 388160 (+0.01%)
Cycle count: 751721956 -> 753721388 (+0.27%); split: -0.54%, +0.81%
Max live registers: 1538550 -> 1522609 (-1.04%)
Meteor Lake and DG2 had similar results. (Meteor Lake shown)
Totals:
Instrs: 241601142 -> 241599114 (-0.00%); split: -0.00%, +0.00%
Subgroup size: 9631168 -> 9631216 (+0.00%)
Cycle count: 25101781573 -> 25097909570 (-0.02%); split: -0.03%, +0.01%
Max live registers: 41540611 -> 41514296 (-0.06%)
Max dispatch width: 6993456 -> 7000928 (+0.11%); split: +0.15%, -0.05%
Totals from 16852 (2.11% of 796880) affected shaders:
Instrs: 6303937 -> 6301909 (-0.03%); split: -0.11%, +0.07%
Subgroup size: 323592 -> 323640 (+0.01%)
Cycle count: 625455880 -> 621583877 (-0.62%); split: -1.20%, +0.58%
Max live registers: 1072491 -> 1046176 (-2.45%)
Max dispatch width: 76672 -> 84144 (+9.75%); split: +14.04%, -4.30%
Tiger Lake
Totals:
Instrs: 235190395 -> 235193286 (+0.00%); split: -0.00%, +0.00%
Cycle count: 23130855720 -> 23128936334 (-0.01%); split: -0.02%, +0.01%
Max live registers: 41644106 -> 41620052 (-0.06%)
Max dispatch width: 6959160 -> 6981512 (+0.32%); split: +0.34%, -0.02%
Totals from 15102 (1.90% of 793371) affected shaders:
Instrs: 5771042 -> 5773933 (+0.05%); split: -0.06%, +0.11%
Cycle count: 371062226 -> 369142840 (-0.52%); split: -1.04%, +0.52%
Max live registers: 989858 -> 965804 (-2.43%)
Max dispatch width: 61344 -> 83696 (+36.44%); split: +38.42%, -1.98%
Ice Lake and Skylake had similar results. (Ice Lake shown)
Totals:
Instrs: 236063150 -> 236063242 (+0.00%); split: -0.00%, +0.00%
Cycle count: 24516187174 -> 24516027518 (-0.00%); split: -0.00%, +0.00%
Spill count: 567071 -> 567049 (-0.00%)
Fill count: 701323 -> 701273 (-0.01%)
Max live registers: 41914047 -> 41913281 (-0.00%)
Max dispatch width: 7042608 -> 7042736 (+0.00%); split: +0.00%, -0.00%
Totals from 3904 (0.49% of 798473) affected shaders:
Instrs: 2809690 -> 2809782 (+0.00%); split: -0.02%, +0.03%
Cycle count: 182114259 -> 181954603 (-0.09%); split: -0.34%, +0.25%
Spill count: 1696 -> 1674 (-1.30%)
Fill count: 2523 -> 2473 (-1.98%)
Max live registers: 341695 -> 340929 (-0.22%)
Max dispatch width: 32752 -> 32880 (+0.39%); split: +0.44%, -0.05%
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32097>
2024-10-15 15:51:22 -07:00
|
|
|
checksum: f9309a25e696938c0372c1afc781d01b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2024-09-06 14:56:09 -04:00
|
|
|
checksum: f9309a25e696938c0372c1afc781d01b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 10e49cd5a5e12d4a01f504c14b4335cc
|
|
|
|
|
gl-intel-cml:
|
2024-11-20 01:32:06 -03:00
|
|
|
checksum: f9309a25e696938c0372c1afc781d01b
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: f9309a25e696938c0372c1afc781d01b
|
2022-08-30 22:03:05 +02:00
|
|
|
humus/AmbientAperture-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 5d0d439423d38d2f0f2520e6a1c4c819
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 5d0d439423d38d2f0f2520e6a1c4c819
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 5d0d439423d38d2f0f2520e6a1c4c819
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 5d0d439423d38d2f0f2520e6a1c4c819
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 5d0d439423d38d2f0f2520e6a1c4c819
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 5d0d439423d38d2f0f2520e6a1c4c819
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 5d0d439423d38d2f0f2520e6a1c4c819
|
2022-08-30 22:03:05 +02:00
|
|
|
humus/Portals-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 4b50340b8898687c37a908e799f9238e
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 4b50340b8898687c37a908e799f9238e
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 4b50340b8898687c37a908e799f9238e
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 4b50340b8898687c37a908e799f9238e
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 4b50340b8898687c37a908e799f9238e
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 4b50340b8898687c37a908e799f9238e
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 4b50340b8898687c37a908e799f9238e
|
2022-08-30 22:03:05 +02:00
|
|
|
humus/CelShading-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 5476bd1ed551e20fbe118dc8b4b5d515
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 5476bd1ed551e20fbe118dc8b4b5d515
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 5476bd1ed551e20fbe118dc8b4b5d515
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 5476bd1ed551e20fbe118dc8b4b5d515
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 5476bd1ed551e20fbe118dc8b4b5d515
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 5476bd1ed551e20fbe118dc8b4b5d515
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 5476bd1ed551e20fbe118dc8b4b5d515
|
2022-08-30 22:03:05 +02:00
|
|
|
humus/DynamicBranching3-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 51d5ffe732076a80ffaa7f935c528c42
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 51d5ffe732076a80ffaa7f935c528c42
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 51d5ffe732076a80ffaa7f935c528c42
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 51d5ffe732076a80ffaa7f935c528c42
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 51d5ffe732076a80ffaa7f935c528c42
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 51d5ffe732076a80ffaa7f935c528c42
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 51d5ffe732076a80ffaa7f935c528c42
|
2022-08-30 22:03:05 +02:00
|
|
|
humus/HDR-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: e23bfd9704f3cc6ce3fd38685f5d3c61
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: e23bfd9704f3cc6ce3fd38685f5d3c61
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: e23bfd9704f3cc6ce3fd38685f5d3c61
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: e23bfd9704f3cc6ce3fd38685f5d3c61
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: e23bfd9704f3cc6ce3fd38685f5d3c61
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: e23bfd9704f3cc6ce3fd38685f5d3c61
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: e23bfd9704f3cc6ce3fd38685f5d3c61
|
2022-08-30 22:03:05 +02:00
|
|
|
humus/RaytracedShadows-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: c6ecea7b8ddb60526af4de7ec1a5be62
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: c6ecea7b8ddb60526af4de7ec1a5be62
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: c6ecea7b8ddb60526af4de7ec1a5be62
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: c6ecea7b8ddb60526af4de7ec1a5be62
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: c6ecea7b8ddb60526af4de7ec1a5be62
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: c6ecea7b8ddb60526af4de7ec1a5be62
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: c6ecea7b8ddb60526af4de7ec1a5be62
|
2022-08-30 22:03:05 +02:00
|
|
|
humus/VolumetricFogging2-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 2224e04e0aa162c19a22cbeb5bf16114
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 2224e04e0aa162c19a22cbeb5bf16114
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 2224e04e0aa162c19a22cbeb5bf16114
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 2224e04e0aa162c19a22cbeb5bf16114
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 2224e04e0aa162c19a22cbeb5bf16114
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 2224e04e0aa162c19a22cbeb5bf16114
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 2224e04e0aa162c19a22cbeb5bf16114
|
2022-08-30 22:03:05 +02:00
|
|
|
neverball/neverball-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 75acd3160d268de2c5f286ff4546258c
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 75acd3160d268de2c5f286ff4546258c
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 75acd3160d268de2c5f286ff4546258c
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 75acd3160d268de2c5f286ff4546258c
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 75acd3160d268de2c5f286ff4546258c
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 75acd3160d268de2c5f286ff4546258c
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 75acd3160d268de2c5f286ff4546258c
|
2022-08-30 22:03:05 +02:00
|
|
|
paraview/pv-manyspheres-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 73e5d34fb13268b0c7126297bfc34965
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 73e5d34fb13268b0c7126297bfc34965
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 73e5d34fb13268b0c7126297bfc34965
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 73e5d34fb13268b0c7126297bfc34965
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 73e5d34fb13268b0c7126297bfc34965
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 73e5d34fb13268b0c7126297bfc34965
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 73e5d34fb13268b0c7126297bfc34965
|
2022-08-30 22:03:05 +02:00
|
|
|
paraview/pv-waveletcontour-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: b384e3e81e4843fbd1d50e0c542e600a
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: b384e3e81e4843fbd1d50e0c542e600a
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: b384e3e81e4843fbd1d50e0c542e600a
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: b384e3e81e4843fbd1d50e0c542e600a
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: b384e3e81e4843fbd1d50e0c542e600a
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: b384e3e81e4843fbd1d50e0c542e600a
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: b384e3e81e4843fbd1d50e0c542e600a
|
2022-08-30 22:03:05 +02:00
|
|
|
paraview/pv-waveletvolume-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: 6517788d0f65166239e4f3000ebf5d95
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: 6517788d0f65166239e4f3000ebf5d95
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 6517788d0f65166239e4f3000ebf5d95
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2024-11-12 19:51:24 -05:00
|
|
|
checksum: 6517788d0f65166239e4f3000ebf5d95
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 0199b30fe719261436d6d48fe51353c8
|
|
|
|
|
gl-intel-cml:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 6517788d0f65166239e4f3000ebf5d95
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 6517788d0f65166239e4f3000ebf5d95
|
2022-08-30 22:03:05 +02:00
|
|
|
supertuxkart/supertuxkart-antediluvian-abyss.rdc:
|
|
|
|
|
gl-intel-apl:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 8e16741f5d3409740bdf5c8835ed01b9
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 8e16741f5d3409740bdf5c8835ed01b9
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 0af2faa0d9183c1bc4dc7612befe1f0a
|
|
|
|
|
gl-intel-kbl:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 8e16741f5d3409740bdf5c8835ed01b9
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 0af2faa0d9183c1bc4dc7612befe1f0a
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 0af2faa0d9183c1bc4dc7612befe1f0a
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 0af2faa0d9183c1bc4dc7612befe1f0a
|
2022-08-30 22:03:05 +02:00
|
|
|
supertuxkart/supertuxkart-menu.rdc:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 0a4095dc7b441643a3336975b61c9e6a
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 0a4095dc7b441643a3336975b61c9e6a
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 0a4095dc7b441643a3336975b61c9e6a
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 0a4095dc7b441643a3336975b61c9e6a
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 0a4095dc7b441643a3336975b61c9e6a
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 0a4095dc7b441643a3336975b61c9e6a
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 0a4095dc7b441643a3336975b61c9e6a
|
2022-08-30 22:03:05 +02:00
|
|
|
supertuxkart/supertuxkart-ravenbridge-mansion.rdc:
|
|
|
|
|
gl-intel-apl:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 6901ed686bce207a3b0d7454761d9018
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 6901ed686bce207a3b0d7454761d9018
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: ca0b64f1a62e01765146be8391eae636
|
|
|
|
|
gl-intel-kbl:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 6901ed686bce207a3b0d7454761d9018
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: ca0b64f1a62e01765146be8391eae636
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: ca0b64f1a62e01765146be8391eae636
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: ca0b64f1a62e01765146be8391eae636
|
2022-08-30 22:03:05 +02:00
|
|
|
valve/counterstrike-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 757e0c9a37ecfc5a2efb10505f98ad95
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: 757e0c9a37ecfc5a2efb10505f98ad95
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 757e0c9a37ecfc5a2efb10505f98ad95
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 757e0c9a37ecfc5a2efb10505f98ad95
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 757e0c9a37ecfc5a2efb10505f98ad95
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 757e0c9a37ecfc5a2efb10505f98ad95
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 757e0c9a37ecfc5a2efb10505f98ad95
|
2022-08-30 22:03:05 +02:00
|
|
|
ror/ror-default.trace:
|
|
|
|
|
gl-intel-apl:
|
2024-09-03 14:48:07 +03:00
|
|
|
checksum: dde3a4118bca61afdb5fcd94c30e61cd
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2024-09-03 14:48:07 +03:00
|
|
|
checksum: dde3a4118bca61afdb5fcd94c30e61cd
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2024-09-03 14:48:07 +03:00
|
|
|
checksum: dde3a4118bca61afdb5fcd94c30e61cd
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2024-09-03 14:48:07 +03:00
|
|
|
checksum: dde3a4118bca61afdb5fcd94c30e61cd
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
2024-09-03 14:48:07 +03:00
|
|
|
checksum: dde3a4118bca61afdb5fcd94c30e61cd
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-cml:
|
2024-09-03 14:48:07 +03:00
|
|
|
checksum: dde3a4118bca61afdb5fcd94c30e61cd
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: dde3a4118bca61afdb5fcd94c30e61cd
|
2022-08-30 22:03:05 +02:00
|
|
|
valve/counterstrike-source-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 4404bbc13a44be178699a47e33ff0ca5
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 4404bbc13a44be178699a47e33ff0ca5
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 7d736f5ab20cf3cd29d97a40c2144229
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: 4404bbc13a44be178699a47e33ff0ca5
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 838ed7482efd5e9d7bde2b67e62314c4
|
|
|
|
|
gl-intel-cml:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 7d736f5ab20cf3cd29d97a40c2144229
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 7d736f5ab20cf3cd29d97a40c2144229
|
2022-08-30 22:03:05 +02:00
|
|
|
valve/half-life-2-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: a50f5f1e004d17261c2e9e1dea2801f8
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glk:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: a50f5f1e004d17261c2e9e1dea2801f8
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 21fb5eeb7215f6856d9af6827788ad77
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2026-03-11 15:34:48 +01:00
|
|
|
checksum: a50f5f1e004d17261c2e9e1dea2801f8
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: c4ba4cdc96396b354b0040278b374b15
|
|
|
|
|
gl-intel-cml:
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 21fb5eeb7215f6856d9af6827788ad77
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 21fb5eeb7215f6856d9af6827788ad77
|
2022-08-30 22:03:05 +02:00
|
|
|
valve/portal-2-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: b3c0a68ab6dbcfde8fe72c8d0c44f528
|
|
|
|
|
gl-intel-glk:
|
|
|
|
|
checksum: b3c0a68ab6dbcfde8fe72c8d0c44f528
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: b3c0a68ab6dbcfde8fe72c8d0c44f528
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: b3c0a68ab6dbcfde8fe72c8d0c44f528
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: b3c0a68ab6dbcfde8fe72c8d0c44f528
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: b3c0a68ab6dbcfde8fe72c8d0c44f528
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: b3c0a68ab6dbcfde8fe72c8d0c44f528
|
2022-08-30 22:03:05 +02:00
|
|
|
xonotic/xonotic-keybench-high-v2.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 3d419f45bc5ce210a7df583e92143089
|
|
|
|
|
gl-intel-glx:
|
|
|
|
|
checksum: 3d419f45bc5ce210a7df583e92143089
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 3d419f45bc5ce210a7df583e92143089
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 3d419f45bc5ce210a7df583e92143089
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 3d419f45bc5ce210a7df583e92143089
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 3d419f45bc5ce210a7df583e92143089
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 3d419f45bc5ce210a7df583e92143089
|
2022-08-30 22:03:05 +02:00
|
|
|
blender/blender-demo-cube_diorama.trace:
|
|
|
|
|
gl-intel-apl:
|
2022-10-13 20:49:39 -05:00
|
|
|
label: [skip, flakes, no-perf]
|
2022-08-30 22:03:05 +02:00
|
|
|
checksum: 6a0e17d98eca33e80810b6158e998aa1
|
|
|
|
|
text: causes intermittent timeouts
|
|
|
|
|
gl-intel-glx:
|
2022-09-03 20:54:40 +02:00
|
|
|
label: [no-perf]
|
2022-08-30 22:03:05 +02:00
|
|
|
checksum: 6a0e17d98eca33e80810b6158e998aa1
|
|
|
|
|
gl-intel-amly:
|
2022-09-03 20:54:40 +02:00
|
|
|
label: [no-perf]
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 85b4f3279fde206dace85ffd727057ea
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2022-09-03 20:54:40 +02:00
|
|
|
label: [no-perf]
|
2026-04-03 14:38:44 -03:00
|
|
|
checksum: 46555aa91e3f9b3f12f93a28b4ff069b
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
2022-09-03 20:54:40 +02:00
|
|
|
label: [no-perf]
|
2022-08-30 22:03:05 +02:00
|
|
|
checksum: 6a0e17d98eca33e80810b6158e998aa1
|
|
|
|
|
gl-intel-cml:
|
2022-09-03 20:54:40 +02:00
|
|
|
label: [no-perf]
|
2025-05-02 13:26:02 +02:00
|
|
|
checksum: 85b4f3279fde206dace85ffd727057ea
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
label: [no-perf]
|
|
|
|
|
checksum: 85b4f3279fde206dace85ffd727057ea
|
2022-08-30 22:03:05 +02:00
|
|
|
blender/blender-demo-ellie_pose.trace:
|
|
|
|
|
gl-intel-apl:
|
2026-04-03 14:38:44 -03:00
|
|
|
checksum: 61d144ac9cd8cbba11b19bb1174855bc
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glx:
|
2026-04-03 14:38:44 -03:00
|
|
|
checksum: 61d144ac9cd8cbba11b19bb1174855bc
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2026-04-03 14:38:44 -03:00
|
|
|
checksum: 61d144ac9cd8cbba11b19bb1174855bc
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2026-04-03 14:38:44 -03:00
|
|
|
checksum: 61d144ac9cd8cbba11b19bb1174855bc
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
2026-04-03 14:38:44 -03:00
|
|
|
checksum: 61d144ac9cd8cbba11b19bb1174855bc
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-cml:
|
2026-04-03 14:38:44 -03:00
|
|
|
checksum: 61d144ac9cd8cbba11b19bb1174855bc
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
2026-04-03 14:38:44 -03:00
|
|
|
checksum: 61d144ac9cd8cbba11b19bb1174855bc
|
2022-08-30 22:03:05 +02:00
|
|
|
unvanquished/unvanquished-lowest.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: 884096b6dd40e2f500d0837501287fac
|
|
|
|
|
gl-intel-glx:
|
|
|
|
|
checksum: 884096b6dd40e2f500d0837501287fac
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: 884096b6dd40e2f500d0837501287fac
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: 884096b6dd40e2f500d0837501287fac
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: 884096b6dd40e2f500d0837501287fac
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: 884096b6dd40e2f500d0837501287fac
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: 884096b6dd40e2f500d0837501287fac
|
2022-08-30 22:03:05 +02:00
|
|
|
unvanquished/unvanquished-ultra.trace:
|
|
|
|
|
gl-intel-apl:
|
2022-09-07 17:11:47 -07:00
|
|
|
checksum: c4ff3894eaf7fb4b3632fd46e50b0128
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-glx:
|
2022-09-07 17:11:47 -07:00
|
|
|
checksum: c4ff3894eaf7fb4b3632fd46e50b0128
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-amly:
|
2022-09-07 17:11:47 -07:00
|
|
|
checksum: c4ff3894eaf7fb4b3632fd46e50b0128
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-kbl:
|
2022-09-07 17:11:47 -07:00
|
|
|
checksum: c4ff3894eaf7fb4b3632fd46e50b0128
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-whl:
|
2022-09-07 17:11:47 -07:00
|
|
|
checksum: c4ff3894eaf7fb4b3632fd46e50b0128
|
2022-08-30 22:03:05 +02:00
|
|
|
gl-intel-cml:
|
2022-09-07 17:11:47 -07:00
|
|
|
checksum: c4ff3894eaf7fb4b3632fd46e50b0128
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: c4ff3894eaf7fb4b3632fd46e50b0128
|
2022-08-30 22:03:05 +02:00
|
|
|
warzone2100/warzone2100-default.trace:
|
|
|
|
|
gl-intel-apl:
|
|
|
|
|
checksum: ceeba6125a74145fc7ab38157239f6f5
|
|
|
|
|
gl-intel-glx:
|
|
|
|
|
checksum: ceeba6125a74145fc7ab38157239f6f5
|
|
|
|
|
gl-intel-amly:
|
|
|
|
|
checksum: ceeba6125a74145fc7ab38157239f6f5
|
|
|
|
|
gl-intel-kbl:
|
|
|
|
|
checksum: ceeba6125a74145fc7ab38157239f6f5
|
|
|
|
|
gl-intel-whl:
|
|
|
|
|
checksum: ceeba6125a74145fc7ab38157239f6f5
|
|
|
|
|
gl-intel-cml:
|
|
|
|
|
checksum: ceeba6125a74145fc7ab38157239f6f5
|
2025-07-11 10:08:27 +02:00
|
|
|
gl-intel-adl:
|
|
|
|
|
checksum: ceeba6125a74145fc7ab38157239f6f5
|