mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 23:10:23 +01:00
read-only mirror of https://gitlab.freedesktop.org/mesa/mesa
The nir_remove_unused_varyings pass is not necessary anymore, because nir_opt_varyings already does the same. Fossil DB stats on Strix Halo (GFX11.5): Totals from 3085 (3.86% of 79825) affected shaders: MaxWaves: 91286 -> 91290 (+0.00%) Instrs: 1337749 -> 1335687 (-0.15%); split: -0.39%, +0.24% CodeSize: 6625244 -> 6618148 (-0.11%); split: -0.38%, +0.27% VGPRs: 140424 -> 140352 (-0.05%); split: -0.07%, +0.02% Latency: 5028592 -> 5021465 (-0.14%); split: -0.26%, +0.12% InvThroughput: 669773 -> 671718 (+0.29%); split: -0.24%, +0.53% VClause: 24431 -> 24407 (-0.10%); split: -0.17%, +0.07% SClause: 30114 -> 29435 (-2.25%); split: -2.28%, +0.03% Copies: 99243 -> 101319 (+2.09%); split: -1.32%, +3.41% Branches: 27445 -> 27599 (+0.56%) PreSGPRs: 119444 -> 119472 (+0.02%); split: -0.67%, +0.69% PreVGPRs: 96667 -> 96688 (+0.02%); split: -0.00%, +0.02% VALU: 741846 -> 744017 (+0.29%); split: -0.14%, +0.44% SALU: 197068 -> 195256 (-0.92%); split: -0.96%, +0.05% VMEM: 54067 -> 54053 (-0.03%); split: -0.03%, +0.00% SMEM: 56565 -> 55131 (-2.54%); split: -2.59%, +0.05% Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33979> |
||
|---|---|---|
| .ci-farms | ||
| .ci-farms-disabled | ||
| .github/workflows | ||
| .gitlab | ||
| .gitlab-ci | ||
| .marge/hooks | ||
| android | ||
| bin | ||
| build-support | ||
| docs | ||
| include | ||
| licenses | ||
| src | ||
| subprojects | ||
| .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.