|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| .gitlab/issue_templates/ | | 12-May-2024 | - | 127 | 75 |
| .gitlab-ci/ | | 12-May-2024 | - | 11,759 | 9,726 |
| android/ | | 12-May-2024 | - | 464 | 326 |
| bin/ | | 12-May-2024 | - | 3,731 | 2,617 |
| build-support/ | | 12-May-2024 | - | 11 | 9 |
| docs/ | | 12-May-2024 | - | 126,127 | 102,069 |
| include/ | | 12-May-2024 | - | 113,898 | 83,798 |
| ohos/ | | 12-May-2024 | - | 7,731 | 7,128 |
| src/ | | 12-May-2024 | - | 3,551,796 | 2,683,718 |
| subprojects/ | | 12-May-2024 | - | 45 | 32 |
| .dir-locals.el | D | 12-May-2024 | 496 | 19 | 18 |
| .editorconfig | D | 12-May-2024 | 687 | 49 | 36 |
| .gitignore | D | 12-May-2024 | 51 | 7 | 6 |
| .gitlab-ci.yml | D | 12-May-2024 | 37 KiB | 1,354 | 1,130 |
| .mailmap | D | 12-May-2024 | 27.9 KiB | 677 | 433 |
| .pick_status.json | D | 12-May-2024 | 620 KiB | 19,550 | 19,550 |
| .travis.yml | D | 12-May-2024 | 1.5 KiB | 53 | 38 |
| CODEOWNERS | D | 12-May-2024 | 3.2 KiB | 139 | 106 |
| OAT.xml | D | 12-May-2024 | 5 KiB | 81 | 26 |
| README.OpenSource | D | 12-May-2024 | 389 | 11 | 11 |
| README.rst | D | 12-May-2024 | 1.7 KiB | 60 | 40 |
| VERSION | D | 12-May-2024 | 7 | 2 | 1 |
| meson.build | D | 12-May-2024 | 74.3 KiB | 2,334 | 2,140 |
| meson_options.txt | D | 12-May-2024 | 14.4 KiB | 533 | 526 |
README.OpenSource
1[
2 {
3 "Name": "mesa",
4 "License": "MIT license",
5 "License File": "COPYING",
6 "Version Number": "21.3.3",
7 "Owner": "zhangleiyu1@huawei.com",
8 "Upstream URL": "https://docs.mesa3d.org/relnotes/21.3.3.html",
9 "Description": "mesa is an open-source software implementation of OpenGL, Vulkan, and other graphics API specifications."
10 }
11]
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 `OFTC's #dri-devel
32<irc://irc.oftc.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