mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-01 06:30:30 +01:00
read-only mirror of https://gitlab.freedesktop.org/mesa/mesa
Cleans up the code gen a lot in varying shaders. Instruction count regression due to how we handle 64-bit on Valhall. (TODO: A better solution for that...) total instructions in shared programs: 2730186 -> 2736193 (0.22%) instructions in affected programs: 775825 -> 781832 (0.77%) helped: 2010 HURT: 4433 helped stats (abs) min: 1.0 max: 18.0 x̄: 2.16 x̃: 2 helped stats (rel) min: 0.16% max: 26.67% x̄: 3.75% x̃: 2.22% HURT stats (abs) min: 1.0 max: 10.0 x̄: 2.33 x̃: 2 HURT stats (rel) min: 0.20% max: 23.08% x̄: 4.79% x̃: 2.79% 95% mean confidence interval for instructions value: 0.87 1.00 95% mean confidence interval for instructions %-change: 1.98% 2.27% Instructions are HURT. total cycles in shared programs: 161178.77 -> 144303.77 (-10.47%) cycles in affected programs: 85720 -> 68845 (-19.69%) helped: 6910 HURT: 0 helped stats (abs) min: 1.0 max: 18.0 x̄: 2.44 x̃: 2 helped stats (rel) min: 1.05% max: 41.18% x̄: 19.72% x̃: 20.00% 95% mean confidence interval for cycles value: -2.48 -2.41 95% mean confidence interval for cycles %-change: -19.86% -19.58% Cycles are helped. total cvt in shared programs: 13655.45 -> 14013 (2.62%) cvt in affected programs: 2978.06 -> 3335.61 (12.01%) helped: 381 HURT: 5242 helped stats (abs) min: 0.015625 max: 0.0625 x̄: 0.02 x̃: 0 helped stats (rel) min: 0.37% max: 50.00% x̄: 7.61% x̃: 3.85% HURT stats (abs) min: 0.015625 max: 0.296875 x̄: 0.07 x̃: 0 HURT stats (rel) min: 0.00% max: 400.00% x̄: 28.51% x̃: 16.00% 95% mean confidence interval for cvt value: 0.06 0.06 95% mean confidence interval for cvt %-change: 25.13% 27.00% Cvt are HURT. total ls in shared programs: 147856 -> 130980 (-11.41%) ls in affected programs: 85725 -> 68849 (-19.69%) helped: 6911 HURT: 0 helped stats (abs) min: 1.0 max: 18.0 x̄: 2.44 x̃: 2 helped stats (rel) min: 1.05% max: 41.18% x̄: 19.72% x̃: 20.00% 95% mean confidence interval for ls value: -2.48 -2.41 95% mean confidence interval for ls %-change: -19.86% -19.58% Ls are helped. total quadwords in shared programs: 1483576 -> 1486872 (0.22%) quadwords in affected programs: 73816 -> 77112 (4.47%) helped: 286 HURT: 698 helped stats (abs) min: 8.0 max: 8.0 x̄: 8.00 x̃: 8 helped stats (rel) min: 2.38% max: 50.00% x̄: 16.83% x̃: 16.67% HURT stats (abs) min: 8.0 max: 8.0 x̄: 8.00 x̃: 8 HURT stats (rel) min: 2.78% max: 100.00% x̄: 37.38% x̃: 16.67% 95% mean confidence interval for quadwords value: 2.89 3.80 95% mean confidence interval for quadwords %-change: 19.02% 24.22% Quadwords are HURT. total threads in shared programs: 53186 -> 53189 (<.01%) threads in affected programs: 3 -> 6 (100.00%) helped: 3 HURT: 0 helped stats (abs) min: 1.0 max: 1.0 x̄: 1.00 x̃: 1 helped stats (rel) min: 100.00% max: 100.00% x̄: 100.00% x̃: 100.00% total fills in shared programs: 2172 -> 2163 (-0.41%) fills in affected programs: 11 -> 2 (-81.82%) helped: 1 HURT: 0 Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16710> |
||
|---|---|---|
| .gitlab/issue_templates | ||
| .gitlab-ci | ||
| android | ||
| bin | ||
| build-support | ||
| docs | ||
| include | ||
| src | ||
| subprojects | ||
| .dir-locals.el | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| .travis.yml | ||
| CODEOWNERS | ||
| meson.build | ||
| meson_options.txt | ||
| README.rst | ||
| VERSION | ||
`Mesa <https://mesa3d.org>`_ - The 3D Graphics Library ====================================================== Source ------ This repository lives at https://gitlab.freedesktop.org/mesa/mesa. Other repositories are likely forks, and code found there is not supported. Build & install --------------- You can find more information in our documentation (`docs/install.rst <https://mesa3d.org/install.html>`_), but the recommended way is to use Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_): .. code-block:: sh $ mkdir build $ cd build $ meson .. $ sudo ninja install Support ------- Many Mesa devs hang on IRC; if you're not sure which channel is appropriate, you should ask your question on `OFTC's #dri-devel <irc://irc.oftc.net/dri-devel>`_, someone will redirect you if necessary. Remember that not everyone is in the same timezone as you, so it might take a while before someone qualified sees your question. To figure out who you're talking to, or which nick to ping for your question, check out `Who's Who on IRC <https://dri.freedesktop.org/wiki/WhosWho/>`_. The next best option is to ask your question in an email to the mailing lists: `mesa-dev\@lists.freedesktop.org <https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`_ Bug reports ----------- If you think something isn't working properly, please file a bug report (`docs/bugs.rst <https://mesa3d.org/bugs.html>`_). Contributing ------------ Contributions are welcome, and step-by-step instructions can be found in our documentation (`docs/submittingpatches.rst <https://mesa3d.org/submittingpatches.html>`_). Note that Mesa uses gitlab for patches submission, review and discussions.