0c4de24f15400e0cdd85a7a8deb62bef8d4f5307
Mostly interesting now that we fuse clamps. total instructions in shared programs: 149562 -> 148927 (-0.42%) instructions in affected programs: 37195 -> 36560 (-1.71%) helped: 233 HURT: 0 helped stats (abs) min: 1 max: 10 x̄: 2.73 x̃: 2 helped stats (rel) min: 0.22% max: 17.39% x̄: 2.19% x̃: 1.72% 95% mean confidence interval for instructions value: -2.97 -2.48 95% mean confidence interval for instructions %-change: -2.44% -1.94% Instructions are helped. total tuples in shared programs: 130487 -> 130122 (-0.28%) tuples in affected programs: 25693 -> 25328 (-1.42%) helped: 179 HURT: 12 helped stats (abs) min: 1 max: 10 x̄: 2.11 x̃: 2 helped stats (rel) min: 0.26% max: 25.00% x̄: 2.52% x̃: 1.70% HURT stats (abs) min: 1 max: 1 x̄: 1.00 x̃: 1 HURT stats (rel) min: 0.61% max: 0.68% x̄: 0.65% x̃: 0.66% 95% mean confidence interval for tuples value: -2.15 -1.68 95% mean confidence interval for tuples %-change: -2.74% -1.91% Tuples are helped. total clauses in shared programs: 27827 -> 27761 (-0.24%) clauses in affected programs: 1407 -> 1341 (-4.69%) helped: 56 HURT: 0 helped stats (abs) min: 1 max: 4 x̄: 1.18 x̃: 1 helped stats (rel) min: 1.79% max: 14.29% x̄: 6.11% x̃: 5.26% 95% mean confidence interval for clauses value: -1.32 -1.03 95% mean confidence interval for clauses %-change: -7.00% -5.23% Clauses are helped. total quadwords in shared programs: 118563 -> 118248 (-0.27%) quadwords in affected programs: 19859 -> 19544 (-1.59%) helped: 144 HURT: 16 helped stats (abs) min: 1 max: 10 x̄: 2.30 x̃: 2 helped stats (rel) min: 0.29% max: 16.00% x̄: 2.65% x̃: 2.13% HURT stats (abs) min: 1 max: 1 x̄: 1.00 x̃: 1 HURT stats (rel) min: 0.47% max: 2.00% x̄: 0.80% x̃: 0.76% 95% mean confidence interval for quadwords value: -2.27 -1.66 95% mean confidence interval for quadwords %-change: -2.67% -1.93% Quadwords are helped. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11327>
`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.
Description
Languages
C
75.5%
C++
17.2%
Python
2.7%
Rust
1.8%
Assembly
1.5%
Other
1%