mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
read-only mirror of https://gitlab.freedesktop.org/mesa/mesa
Right after global access are lowered. fossils-db (NAVI21): Totals from 37734 (33.68% of 112041) affected shaders: MaxWaves: 898021 -> 897961 (-0.01%); split: +0.00%, -0.01% Instrs: 34145252 -> 34267942 (+0.36%); split: -0.00%, +0.36% CodeSize: 182360344 -> 182943952 (+0.32%); split: -0.00%, +0.32% VGPRs: 1796672 -> 1796816 (+0.01%); split: -0.00%, +0.01% SpillSGPRs: 13708 -> 13964 (+1.87%); split: -0.28%, +2.15% Latency: 442451029 -> 442827188 (+0.09%); split: -0.02%, +0.10% InvThroughput: 105259490 -> 105287803 (+0.03%); split: -0.01%, +0.03% VClause: 672269 -> 672252 (-0.00%); split: -0.12%, +0.12% SClause: 847133 -> 847677 (+0.06%); split: -0.35%, +0.41% Copies: 2974422 -> 2979443 (+0.17%); split: -0.35%, +0.52% Branches: 860896 -> 861639 (+0.09%); split: -0.00%, +0.09% PreSGPRs: 1677701 -> 1682387 (+0.28%); split: -0.01%, +0.29% VALU: 22386780 -> 22386984 (+0.00%); split: -0.01%, +0.01% SALU: 5282218 -> 5406460 (+2.35%); split: -0.01%, +2.36% fossils-db (POLARIS10): Totals from 15054 (21.74% of 69255) affected shaders: MaxWaves: 87688 -> 87689 (+0.00%); split: +0.01%, -0.00% Instrs: 12542117 -> 12596734 (+0.44%); split: -0.00%, +0.44% CodeSize: 65209280 -> 65458732 (+0.38%); split: -0.00%, +0.39% SGPRs: 1149639 -> 1149975 (+0.03%); split: -0.24%, +0.27% VGPRs: 749928 -> 749956 (+0.00%); split: -0.02%, +0.02% SpillSGPRs: 11139 -> 11413 (+2.46%); split: -0.29%, +2.75% Latency: 169204114 -> 169533989 (+0.19%); split: -0.01%, +0.21% InvThroughput: 88091947 -> 88185872 (+0.11%); split: -0.01%, +0.11% VClause: 280519 -> 280318 (-0.07%); split: -0.18%, +0.10% SClause: 343474 -> 344686 (+0.35%); split: -0.32%, +0.67% Copies: 1529440 -> 1530545 (+0.07%); split: -0.30%, +0.38% Branches: 286849 -> 286856 (+0.00%); split: -0.01%, +0.01% PreSGPRs: 661815 -> 663239 (+0.22%); split: -0.02%, +0.23% VALU: 8758472 -> 8759214 (+0.01%); split: -0.01%, +0.01% SALU: 1775129 -> 1829513 (+3.06%); split: -0.02%, +3.08% Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38698> |
||
|---|---|---|
| .ci-farms | ||
| .ci-farms-disabled | ||
| .github/workflows | ||
| .gitlab | ||
| .gitlab-ci | ||
| .marge/hooks | ||
| android | ||
| bin | ||
| build-support | ||
| docs | ||
| include | ||
| licenses | ||
| src | ||
| subprojects | ||
| .clang-format | ||
| .clang-format-ignore | ||
| .clang-format-include | ||
| .dir-locals.el | ||
| .editorconfig | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .graphqlrc.yml | ||
| .mailmap | ||
| .mr-label-maker.yml | ||
| .shellcheckrc | ||
| clippy.toml | ||
| CODEOWNERS | ||
| meson.build | ||
| meson.options | ||
| README.rst | ||
| rustfmt.toml | ||
| 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://docs.mesa3d.org/install.html>`_), but the recommended way is to use Meson (`docs/meson.rst <https://docs.mesa3d.org/meson.html>`_): .. code-block:: sh $ meson setup build $ ninja -C build/ $ sudo ninja -C build/ 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://docs.mesa3d.org/bugs.html>`_). Contributing ------------ Contributions are welcome, and step-by-step instructions can be found in our documentation (`docs/submittingpatches.rst <https://docs.mesa3d.org/submittingpatches.html>`_). Note that Mesa uses gitlab for patches submission, review and discussions.