mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
read-only mirror of https://gitlab.freedesktop.org/mesa/mesa
fossil-db (navi31): Totals from 13 (0.02% of 79377) affected shaders: Instrs: 2997 -> 2990 (-0.23%); split: -0.77%, +0.53% CodeSize: 16552 -> 16504 (-0.29%); split: -0.85%, +0.56% Latency: 75923 -> 75744 (-0.24%); split: -0.30%, +0.06% InvThroughput: 12741 -> 12754 (+0.10%); split: -0.14%, +0.24% PreVGPRs: 225 -> 230 (+2.22%) VALU: 1565 -> 1569 (+0.26%); split: -0.77%, +1.02% fossil-db (navi21): Totals from 13 (0.02% of 79377) affected shaders: Instrs: 2522 -> 2518 (-0.16%); split: -0.75%, +0.59% CodeSize: 14660 -> 14620 (-0.27%); split: -0.85%, +0.57% Latency: 77878 -> 77634 (-0.31%); split: -0.36%, +0.05% InvThroughput: 15512 -> 15518 (+0.04%); split: -0.15%, +0.19% Copies: 230 -> 231 (+0.43%); split: -0.87%, +1.30% PreVGPRs: 225 -> 230 (+2.22%) VALU: 1536 -> 1541 (+0.33%); split: -0.91%, +1.24% fossil-db (vega10): Totals from 13 (0.02% of 62962) affected shaders: Instrs: 2684 -> 2674 (-0.37%); split: -0.75%, +0.37% CodeSize: 14784 -> 14752 (-0.22%); split: -0.65%, +0.43% Latency: 118228 -> 118215 (-0.01%); split: -0.06%, +0.05% InvThroughput: 42893 -> 42892 (-0.00%); split: -0.11%, +0.11% SClause: 63 -> 62 (-1.59%) PreVGPRs: 236 -> 241 (+2.12%) VALU: 1665 -> 1666 (+0.06%); split: -0.72%, +0.78% fossil-db (polaris10): Totals from 9 (0.01% of 61794) affected shaders: Instrs: 1872 -> 1885 (+0.69%); split: -0.16%, +0.85% CodeSize: 9980 -> 10012 (+0.32%); split: -0.20%, +0.52% Latency: 82331 -> 82382 (+0.06%); split: -0.01%, +0.07% InvThroughput: 30603 -> 30686 (+0.27%) SClause: 44 -> 45 (+2.27%) Copies: 252 -> 256 (+1.59%) PreVGPRs: 169 -> 173 (+2.37%) VALU: 1100 -> 1117 (+1.55%); split: -0.27%, +1.82% SALU: 430 -> 434 (+0.93%) Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29242> |
||
|---|---|---|
| .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 | ||
| CODEOWNERS | ||
| meson.build | ||
| meson_options.txt | ||
| 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.