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
Replace the use of nir_link_opt_varyings/nir_compact_varyings for linking with the new nir_opt_varyings linker using the nir_opt_varyings_bulk helper. This moves all the NIR lowering up to nir_lower_io (tu_lower_nir) to the pre-linking stage since nir_opt_varyings expects lowered IO. Totals from 38233 (21.69% of 176258) affected shaders: MaxWaves: 522636 -> 522578 (-0.01%); split: +0.14%, -0.15% Instrs: 15111014 -> 15062812 (-0.32%); split: -0.71%, +0.39% CodeSize: 31555448 -> 31530676 (-0.08%); split: -0.70%, +0.62% NOPs: 2605163 -> 2582030 (-0.89%); split: -2.38%, +1.49% MOVs: 519056 -> 511167 (-1.52%); split: -4.88%, +3.36% COVs: 244091 -> 243317 (-0.32%); split: -0.55%, +0.23% Full: 463796 -> 463307 (-0.11%); split: -0.47%, +0.36% (ss): 390558 -> 386374 (-1.07%); split: -3.07%, +2.00% (sy): 180298 -> 179347 (-0.53%); split: -1.55%, +1.02% (ss)-stall: 1485337 -> 1473362 (-0.81%); split: -3.92%, +3.11% (sy)-stall: 5441818 -> 5375690 (-1.22%); split: -2.99%, +1.78% Preamble Instrs: 3707325 -> 3724339 (+0.46%); split: -0.38%, +0.84% Early Preamble: 29397 -> 29392 (-0.02%); split: +0.10%, -0.12% Cat0: 2883908 -> 2860585 (-0.81%); split: -2.16%, +1.35% Cat1: 765447 -> 757066 (-1.09%); split: -3.46%, +2.36% Cat2: 5664380 -> 5663562 (-0.01%); split: -0.51%, +0.49% Cat3: 4393358 -> 4386474 (-0.16%); split: -0.27%, +0.12% Cat4: 443624 -> 443546 (-0.02%); split: -0.03%, +0.01% Cat5: 427389 -> 427239 (-0.04%); split: -0.27%, +0.24% Cat6: 173632 -> 164362 (-5.34%); split: -5.36%, +0.02% Cat7: 359276 -> 359978 (+0.20%); split: -1.33%, +1.53% Signed-off-by: Job Noorman <jnoorman@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40651> |
||
|---|---|---|
| .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.