|  | Name |  | Date | Size | #Lines | LOC | 
|  | .. |  | - | - | 
|  | .appveyor/ |  | 03-May-2024 | - | 104 | 93 | 
|  | .gitlab/issue_templates/ |  | 03-May-2024 | - | 55 | 32 | 
|  | .gitlab-ci/ |  | 03-May-2024 | - | 19,095 | 17,169 | 
|  | bin/ |  | 03-May-2024 | - | 3,266 | 2,286 | 
|  | build-support/ |  | 03-May-2024 | - | 11 | 9 | 
|  | docs/ |  | 03-May-2024 | - | 101,635 | 80,516 | 
|  | doxygen/ |  | 03-May-2024 | - | 4,038 | 3,224 | 
|  | include/ |  | 03-May-2024 | - | 109,787 | 81,186 | 
|  | prebuilt-intermediates/ |  | 03-May-2024 | - | 1,032,220 | 910,016 | 
|  | scons/ |  | 03-May-2024 | - | 1,812 | 1,234 | 
|  | src/ |  | 03-May-2024 | - | 3,135,202 | 2,357,544 | 
|  | subprojects/ |  | 03-May-2024 | - | 26 | 19 | 
|  | .dir-locals.el | D | 03-May-2024 | 496 | 19 | 18 | 
|  | .editorconfig | D | 03-May-2024 | 641 | 45 | 33 | 
|  | .gitignore | D | 03-May-2024 | 24 | 5 | 4 | 
|  | .gitlab-ci.yml | D | 03-May-2024 | 38.5 KiB | 1,565 | 1,278 | 
|  | .mailmap | D | 03-May-2024 | 26.6 KiB | 643 | 413 | 
|  | .pick_status.json | D | 03-May-2024 | 906.6 KiB | 28,316 | 28,316 | 
|  | .travis.yml | D | 03-May-2024 | 1.8 KiB | 65 | 50 | 
|  | Android.bp | D | 03-May-2024 | 6.6 KiB | 207 | 190 | 
|  | Android.common.mk | D | 03-May-2024 | 4.7 KiB | 154 | 103 | 
|  | Android.gen.bp | D | 03-May-2024 | 132 | 6 | 5 | 
|  | Android.mk | D | 03-May-2024 | 5 KiB | 146 | 96 | 
|  | CleanSpec.mk | D | 03-May-2024 | 1.4 KiB | 17 | 15 | 
|  | LICENSE | D | 03-May-2024 | 1.2 KiB | 26 | 19 | 
|  | METADATA | D | 03-May-2024 | 931 | 31 | 29 | 
|  | MODULE_LICENSE_MIT | D | 03-May-2024 | 0 |  |  | 
|  | OWNERS | D | 03-May-2024 | 39 | 3 | 2 | 
|  | README.rst | D | 03-May-2024 | 1.7 KiB | 60 | 40 | 
|  | REVIEWERS | D | 03-May-2024 | 3 KiB | 121 | 96 | 
|  | SConstruct | D | 03-May-2024 | 4.6 KiB | 188 | 149 | 
|  | VERSION | D | 03-May-2024 | 7 | 2 | 1 | 
|  | aosp-gen-bp.sh | D | 03-May-2024 | 956 | 34 | 26 | 
|  | aosp-gen-prebuilt.sh | D | 03-May-2024 | 5.7 KiB | 94 | 74 | 
|  | common.py | D | 03-May-2024 | 4.3 KiB | 125 | 95 | 
|  | meson.build | D | 03-May-2024 | 64.7 KiB | 2,027 | 1,864 | 
|  | meson_options.txt | D | 03-May-2024 | 11 KiB | 421 | 414 | 
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://mesa3d.org/install.html>`_), but the recommended way is to use
17Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_):
18
19.. code-block:: sh
20
21  $ mkdir build
22  $ cd build
23  $ meson ..
24  $ sudo ninja install
25
26
27Support
28-------
29
30Many Mesa devs hang on IRC; if you're not sure which channel is
31appropriate, you should ask your question on `Freenode's #dri-devel
32<irc://chat.freenode.net#dri-devel>`_, someone will redirect you if
33necessary.
34Remember that not everyone is in the same timezone as you, so it might
35take a while before someone qualified sees your question.
36To figure out who you're talking to, or which nick to ping for your
37question, check out `Who's Who on IRC
38<https://dri.freedesktop.org/wiki/WhosWho/>`_.
39
40The next best option is to ask your question in an email to the
41mailing lists: `mesa-dev\@lists.freedesktop.org
42<https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`_
43
44
45Bug reports
46-----------
47
48If you think something isn't working properly, please file a bug report
49(`docs/bugs.rst <https://mesa3d.org/bugs.html>`_).
50
51
52Contributing
53------------
54
55Contributions are welcome, and step-by-step instructions can be found in our
56documentation (`docs/submittingpatches.rst
57<https://mesa3d.org/submittingpatches.html>`_).
58
59Note that Mesa uses gitlab for patches submission, review and discussions.
60