8d477baa4f917f502758268ade6590fef7a89d4e
Also added nir_instr_type_ssa_undef for convenience. Out of the added intrinsics, it seems that only load_helper_invocation has an effect on tested games. Totals from 446 (0.32% of 138013) affected shaders (RAVEN): SGPRs: 17600 -> 17688 (+0.50%); split: -0.09%, +0.59% VGPRs: 14140 -> 14312 (+1.22%); split: -0.03%, +1.24% CodeSize: 1157696 -> 1131208 (-2.29%) MaxWaves: 3430 -> 3427 (-0.09%) Instrs: 220402 -> 214200 (-2.81%) Cycles: 900776 -> 875752 (-2.78%) VMEM: 160894 -> 180439 (+12.15%); split: +12.19%, -0.04% SMEM: 19854 -> 20169 (+1.59%); split: +1.74%, -0.16% VClause: 3597 -> 3604 (+0.19%) SClause: 7258 -> 7248 (-0.14%); split: -0.15%, +0.01% Copies: 17060 -> 16336 (-4.24%); split: -4.44%, +0.20% Branches: 3995 -> 2518 (-36.97%) PreSGPRs: 11972 -> 12148 (+1.47%); split: -0.13%, +1.60% Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2804>
`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 `Freenode's #dri-devel <irc://chat.freenode.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.
Description
Languages
C
75.5%
C++
17.2%
Python
2.7%
Rust
1.8%
Assembly
1.5%
Other
1%