mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 12:20:10 +01:00
read-only mirror of https://gitlab.freedesktop.org/mesa/mesa
fossil-db (navi21): Totals from 52 (0.03% of 162293) affected shaders: Instrs: 83190 -> 82145 (-1.26%) CodeSize: 454892 -> 447260 (-1.68%); split: -1.68%, +0.00% VGPRs: 4768 -> 4672 (-2.01%) Latency: 1490887 -> 1487170 (-0.25%); split: -0.68%, +0.43% InvThroughput: 935500 -> 933060 (-0.26%); split: -0.72%, +0.46% VClause: 2715 -> 2632 (-3.06%); split: -4.53%, +1.47% SClause: 1902 -> 1883 (-1.00%) Copies: 8839 -> 8496 (-3.88%) PreSGPRs: 2012 -> 1807 (-10.19%) PreVGPRs: 3282 -> 3192 (-2.74%) fossil-db (vega10): Totals from 41 (0.03% of 161355) affected shaders: Instrs: 35772 -> 35699 (-0.20%) CodeSize: 187040 -> 186584 (-0.24%) VGPRs: 4044 -> 4072 (+0.69%) Latency: 243088 -> 242379 (-0.29%) InvThroughput: 180301 -> 179783 (-0.29%) VClause: 1204 -> 1216 (+1.00%) SClause: 653 -> 637 (-2.45%) Copies: 3736 -> 3704 (-0.86%); split: -0.88%, +0.03% PreSGPRs: 1331 -> 1207 (-9.32%) Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17079> |
||
|---|---|---|
| .github/workflows | ||
| .gitlab/issue_templates | ||
| .gitlab-ci | ||
| android | ||
| bin | ||
| build-support | ||
| docs | ||
| include | ||
| src | ||
| subprojects | ||
| .dir-locals.el | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| 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.