23c49ede5745eff71c03462b9bd966f1c370c65e
isaml with LOD 0 is equivalent to isam. Use isam if possible because it needs one less src register. Totals: Instrs: 49141575 -> 49109622 (-0.07%); split: -0.07%, +0.00% CodeSize: 102938312 -> 102865138 (-0.07%) NOPs: 8464238 -> 8463245 (-0.01%); split: -0.02%, +0.01% (ss)-stall: 4013710 -> 4014037 (+0.01%); split: -0.00%, +0.01% (sy)-stall: 16712850 -> 16712860 (+0.00%) Preamble Instrs: 11120034 -> 11119863 (-0.00%) Last helper: 11942609 -> 11934226 (-0.07%); split: -0.07%, +0.00% Cat0: 9320007 -> 9319014 (-0.01%); split: -0.02%, +0.01% Cat7: 1636810 -> 1605850 (-1.89%) Totals from 9523 (5.78% of 164705) affected shaders: Instrs: 7755614 -> 7723661 (-0.41%); split: -0.41%, +0.00% CodeSize: 15214510 -> 15141336 (-0.48%) NOPs: 1722109 -> 1721116 (-0.06%); split: -0.11%, +0.05% (ss)-stall: 807953 -> 808280 (+0.04%); split: -0.00%, +0.04% (sy)-stall: 3054163 -> 3054173 (+0.00%) Preamble Instrs: 1653169 -> 1652998 (-0.01%) Last helper: 2333301 -> 2324918 (-0.36%); split: -0.36%, +0.00% Cat0: 1888236 -> 1887243 (-0.05%); split: -0.10%, +0.05% Cat7: 276671 -> 245711 (-11.19%) Signed-off-by: Job Noorman <jnoorman@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36766>
`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.
Description
Languages
C
75.5%
C++
17.2%
Python
2.7%
Rust
1.8%
Assembly
1.5%
Other
1%