|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| .ci-farms/ | | 04-Jul-2025 | - | | |
| .ci-farms-disabled/ | | 04-Jul-2025 | - | | |
| .github/workflows/ | | 04-Jul-2025 | - | 61 | 57 |
| .gitlab/ | | 04-Jul-2025 | - | 142 | 84 |
| .gitlab-ci/ | | 04-Jul-2025 | - | 19,400 | 14,308 |
| .marge/hooks/ | | 04-Jul-2025 | - | 378 | 271 |
| bin/ | | 04-Jul-2025 | - | 9,203 | 6,724 |
| build-support/ | | 04-Jul-2025 | - | 38 | 30 |
| docs/ | | 04-Jul-2025 | - | 207,548 | 172,189 |
| fuchsia-build/ | | 04-Jul-2025 | - | 77 | 53 |
| include/ | | 04-Jul-2025 | - | 142,084 | 100,415 |
| licenses/ | | 04-Jul-2025 | - | 897 | 737 |
| meson_to_hermetic/ | | 04-Jul-2025 | - | 4,237 | 3,443 |
| meson_to_hermetic_test/ | | 04-Jul-2025 | - | 284 | 210 |
| src/ | | 04-Jul-2025 | - | 5,274,651 | 4,224,311 |
| subprojects/ | | 04-Jul-2025 | - | 613 | 516 |
| .clang-format | D | 04-Jul-2025 | 0 | | |
| .clang-format-ignore | D | 04-Jul-2025 | 44 | 3 | 2 |
| .clang-format-include | D | 04-Jul-2025 | 257 | 11 | 9 |
| .dir-locals.el | D | 04-Jul-2025 | 496 | 19 | 18 |
| .editorconfig | D | 04-Jul-2025 | 637 | 45 | 33 |
| .git-blame-ignore-revs | D | 04-Jul-2025 | 1.9 KiB | 71 | 51 |
| .gitattributes | D | 04-Jul-2025 | 102 | 8 | 7 |
| .gitignore | D | 04-Jul-2025 | 48 | 8 | 7 |
| .gitlab-ci.yml | D | 04-Jul-2025 | 12.4 KiB | 365 | 258 |
| .graphqlrc.yml | D | 04-Jul-2025 | 71 | 3 | 2 |
| .mailmap | D | 04-Jul-2025 | 29.7 KiB | 719 | 463 |
| .mr-label-maker.yml | D | 04-Jul-2025 | 11.5 KiB | 311 | 298 |
| .shellcheckrc | D | 04-Jul-2025 | 297 | 11 | 8 |
| Android.bp | D | 04-Jul-2025 | 7.9 KiB | 251 | 241 |
| CODEOWNERS | D | 04-Jul-2025 | 3.5 KiB | 159 | 119 |
| LICENSE | D | 04-Jul-2025 | 53.9 KiB | 884 | 636 |
| METADATA | D | 04-Jul-2025 | 930 | 31 | 29 |
| MODULE_LICENSE_MIT | D | 04-Jul-2025 | 0 | | |
| OWNERS | D | 04-Jul-2025 | 128 | 5 | 4 |
| README.rst | D | 04-Jul-2025 | 1.7 KiB | 58 | 39 |
| VERSION | D | 04-Jul-2025 | 13 | 2 | 1 |
| WORKSPACE.bazel | D | 04-Jul-2025 | 3.1 KiB | 84 | 82 |
| meson.build | D | 04-Jul-2025 | 81.5 KiB | 2,447 | 2,189 |
| meson_options.txt | D | 04-Jul-2025 | 18.4 KiB | 786 | 689 |
| rustfmt.toml | D | 04-Jul-2025 | 17 | 2 | 1 |
README.rst
1`Mesa <https://mesa3d.org>`_ - The 3D Graphics Library
2======================================================
3
4
5Source
6------
7
8This repository lives at https://gitlab.freedesktop.org/mesa/mesa.
9Other repositories are likely forks, and code found there is not supported.
10
11
12Build & install
13---------------
14
15You can find more information in our documentation (`docs/install.rst
16<https://docs.mesa3d.org/install.html>`_), but the recommended way is to use
17Meson (`docs/meson.rst <https://docs.mesa3d.org/meson.html>`_):
18
19.. code-block:: sh
20
21 $ meson setup build
22 $ ninja -C build/
23 $ sudo ninja -C build/ install
24
25Support
26-------
27
28Many Mesa devs hang on IRC; if you're not sure which channel is
29appropriate, you should ask your question on `OFTC's #dri-devel
30<irc://irc.oftc.net/dri-devel>`_, someone will redirect you if
31necessary.
32Remember that not everyone is in the same timezone as you, so it might
33take a while before someone qualified sees your question.
34To figure out who you're talking to, or which nick to ping for your
35question, check out `Who's Who on IRC
36<https://dri.freedesktop.org/wiki/WhosWho/>`_.
37
38The next best option is to ask your question in an email to the
39mailing lists: `mesa-dev\@lists.freedesktop.org
40<https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`_
41
42
43Bug reports
44-----------
45
46If you think something isn't working properly, please file a bug report
47(`docs/bugs.rst <https://docs.mesa3d.org/bugs.html>`_).
48
49
50Contributing
51------------
52
53Contributions are welcome, and step-by-step instructions can be found in our
54documentation (`docs/submittingpatches.rst
55<https://docs.mesa3d.org/submittingpatches.html>`_).
56
57Note that Mesa uses gitlab for patches submission, review and discussions.
58