• Home
Name
Date
Size
#Lines
LOC

..--

.github/workflows/12-May-2024-6056

.gitlab/issue_templates/12-May-2024-13579

.gitlab-ci/12-May-2024-13,2469,655

android/12-May-2024-498353

bin/12-May-2024-3,9172,736

build-support/12-May-2024-119

docs/12-May-2024-145,644118,905

include/12-May-2024-116,70785,743

ohos/12-May-2024-7,7287,132

src/12-May-2024-3,511,0242,670,931

subprojects/12-May-2024-3827

.dir-locals.elD12-May-2024496 1918

.editorconfigD12-May-2024588 4230

.gitattributesD12-May-202479 76

.gitignoreD12-May-202458 87

.gitlab-ci.ymlD12-May-20249.3 KiB301228

.mailmapD12-May-202428.1 KiB681436

.pick_status.jsonD12-May-20241.5 MiB48,51248,512

CODEOWNERSD12-May-20243.3 KiB150113

OAT.xmlD12-May-20245 KiB8126

README.OpenSourceD12-May-2024418 1111

README.rstD12-May-20241.7 KiB6040

VERSIOND12-May-20246 11

meson.buildD12-May-202476.9 KiB2,4072,196

meson_options.txtD12-May-202415.4 KiB559552

README.OpenSource

1 [
2     {
3         "Name": "mesa",
4         "License": "MIT license",
5         "License File": "COPYING",
6         "Version Number": "22.2.4",
7         "Owner": "zhangleiyu1@huawei.com",
8         "Upstream URL": "https://gitlab.freedesktop.org/mesa/mesa/-/tree/mesa-22.2.4?ref_type=tags",
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 
5 Source
6 ------
7 
8 This repository lives at https://gitlab.freedesktop.org/mesa/mesa.
9 Other repositories are likely forks, and code found there is not supported.
10 
11 
12 Build & install
13 ---------------
14 
15 You can find more information in our documentation (`docs/install.rst
16 <https://mesa3d.org/install.html>`_), but the recommended way is to use
17 Meson (`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 
27 Support
28 -------
29 
30 Many Mesa devs hang on IRC; if you're not sure which channel is
31 appropriate, you should ask your question on `OFTC's #dri-devel
32 <irc://irc.oftc.net/dri-devel>`_, someone will redirect you if
33 necessary.
34 Remember that not everyone is in the same timezone as you, so it might
35 take a while before someone qualified sees your question.
36 To figure out who you're talking to, or which nick to ping for your
37 question, check out `Who's Who on IRC
38 <https://dri.freedesktop.org/wiki/WhosWho/>`_.
39 
40 The next best option is to ask your question in an email to the
41 mailing lists: `mesa-dev\@lists.freedesktop.org
42 <https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`_
43 
44 
45 Bug reports
46 -----------
47 
48 If you think something isn't working properly, please file a bug report
49 (`docs/bugs.rst <https://mesa3d.org/bugs.html>`_).
50 
51 
52 Contributing
53 ------------
54 
55 Contributions are welcome, and step-by-step instructions can be found in our
56 documentation (`docs/submittingpatches.rst
57 <https://mesa3d.org/submittingpatches.html>`_).
58 
59 Note that Mesa uses gitlab for patches submission, review and discussions.
60