|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| .ci-farms/ | H | 25-Apr-2025 | - | | |
| .ci-farms-disabled/ | H | 25-Apr-2025 | - | | |
| .github/workflows/ | H | 25-Apr-2025 | - | 61 | 57 |
| .gitlab/ | H | 25-Apr-2025 | - | 142 | 84 |
| .gitlab-ci/ | H | 25-Apr-2025 | - | 18,298 | 13,551 |
| bin/ | H | 25-Apr-2025 | - | 8,191 | 5,926 |
| build-support/ | H | 25-Apr-2025 | - | 38 | 30 |
| docs/ | H | 25-Apr-2025 | - | 199,459 | 165,264 |
| fuchsia-build/ | H | 25-Apr-2025 | - | 77 | 53 |
| include/ | H | 25-Apr-2025 | - | 136,169 | 96,272 |
| meson_to_hermetic/ | H | 25-Apr-2025 | - | 4,183 | 3,396 |
| meson_to_hermetic_test/ | H | 25-Apr-2025 | - | 284 | 210 |
| src/ | H | 25-Apr-2025 | - | 5,313,323 | 4,282,168 |
| subprojects/ | H | 25-Apr-2025 | - | 613 | 516 |
| .clang-format | HD | 25-Apr-2025 | 0 | | |
| .clang-format-ignore | H A D | 25-Apr-2025 | 44 | 3 | 2 |
| .clang-format-include | H A D | 25-Apr-2025 | 221 | 10 | 8 |
| .dir-locals.el | H A D | 25-Apr-2025 | 496 | 19 | 18 |
| .editorconfig | H A D | 25-Apr-2025 | 637 | 45 | 33 |
| .git-blame-ignore-revs | H A D | 25-Apr-2025 | 1.8 KiB | 68 | 49 |
| .gitattributes | H A D | 25-Apr-2025 | 102 | 8 | 7 |
| .gitignore | H A D | 25-Apr-2025 | 48 | 8 | 7 |
| .gitlab-ci.yml | H A D | 25-Apr-2025 | 12.6 KiB | 373 | 265 |
| .graphqlrc.yml | H A D | 25-Apr-2025 | 71 | 3 | 2 |
| .mailmap | H A D | 25-Apr-2025 | 29.7 KiB | 719 | 463 |
| .mr-label-maker.yml | H A D | 25-Apr-2025 | 11.3 KiB | 307 | 294 |
| Android.bp | H A D | 25-Apr-2025 | 7.1 KiB | 220 | 211 |
| CODEOWNERS | H A D | 25-Apr-2025 | 3.5 KiB | 158 | 118 |
| LICENSE | H A D | 25-Apr-2025 | 53.9 KiB | 884 | 636 |
| METADATA | H A D | 25-Apr-2025 | 930 | 31 | 29 |
| MODULE_LICENSE_MIT | HD | 25-Apr-2025 | 0 | | |
| OWNERS | H A D | 25-Apr-2025 | 56 | 4 | 3 |
| README.rst | H A D | 25-Apr-2025 | 1.7 KiB | 58 | 39 |
| VERSION | H A D | 25-Apr-2025 | 13 | 2 | 1 |
| WORKSPACE.bazel | H A D | 25-Apr-2025 | 3.1 KiB | 84 | 82 |
| meson.build | H A D | 25-Apr-2025 | 80.2 KiB | 2,413 | 2,160 |
| meson_options.txt | H A D | 25-Apr-2025 | 17.5 KiB | 741 | 649 |
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