Name Date Size #Lines LOC

..--

.ci-farms/H25-Apr-2025-

.ci-farms-disabled/H25-Apr-2025-

.github/workflows/H25-Apr-2025-6157

.gitlab/H25-Apr-2025-14284

.gitlab-ci/H25-Apr-2025-18,29813,551

bin/H25-Apr-2025-8,1915,926

build-support/H25-Apr-2025-3830

docs/H25-Apr-2025-199,459165,264

fuchsia-build/H25-Apr-2025-7753

include/H25-Apr-2025-136,16996,272

meson_to_hermetic/H25-Apr-2025-4,1833,396

meson_to_hermetic_test/H25-Apr-2025-284210

src/H25-Apr-2025-5,313,3234,282,168

subprojects/H25-Apr-2025-613516

.clang-formatHD25-Apr-20250

.clang-format-ignoreH A D25-Apr-202544 32

.clang-format-includeH A D25-Apr-2025221 108

.dir-locals.elH A D25-Apr-2025496 1918

.editorconfigH A D25-Apr-2025637 4533

.git-blame-ignore-revsH A D25-Apr-20251.8 KiB6849

.gitattributesH A D25-Apr-2025102 87

.gitignoreH A D25-Apr-202548 87

.gitlab-ci.ymlH A D25-Apr-202512.6 KiB373265

.graphqlrc.ymlH A D25-Apr-202571 32

.mailmapH A D25-Apr-202529.7 KiB719463

.mr-label-maker.ymlH A D25-Apr-202511.3 KiB307294

Android.bpH A D25-Apr-20257.1 KiB220211

CODEOWNERSH A D25-Apr-20253.5 KiB158118

LICENSEH A D25-Apr-202553.9 KiB884636

METADATAH A D25-Apr-2025930 3129

MODULE_LICENSE_MITHD25-Apr-20250

OWNERSH A D25-Apr-202556 43

README.rstH A D25-Apr-20251.7 KiB5839

VERSIONH A D25-Apr-202513 21

WORKSPACE.bazelH A D25-Apr-20253.1 KiB8482

meson.buildH A D25-Apr-202580.2 KiB2,4132,160

meson_options.txtH A D25-Apr-202517.5 KiB741649

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