• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.appveyor/23-Nov-2023-10493

.gitlab/issue_templates/23-Nov-2023-5532

.gitlab-ci/23-Nov-2023-19,09517,169

bin/23-Nov-2023-3,2662,286

build-support/23-Nov-2023-119

docs/23-Nov-2023-101,63580,516

doxygen/23-Nov-2023-4,0383,224

include/23-Nov-2023-109,78781,186

prebuilt-intermediates/23-Nov-2023-1,032,220910,016

scons/23-Nov-2023-1,8121,234

src/23-Nov-2023-3,135,1612,357,510

subprojects/23-Nov-2023-2619

.dir-locals.elD23-Nov-2023496 1918

.editorconfigD23-Nov-2023641 4533

.gitignoreD23-Nov-202324 54

.gitlab-ci.ymlD23-Nov-202338.5 KiB1,5651,278

.mailmapD23-Nov-202326.6 KiB643413

.pick_status.jsonD23-Nov-2023906.6 KiB28,31628,316

.travis.ymlD23-Nov-20231.8 KiB6550

Android.bpD23-Nov-20236.6 KiB207190

Android.common.mkD23-Nov-20234.7 KiB154103

Android.gen.bpD23-Nov-2023132 65

Android.mkD23-Nov-20235 KiB14696

CleanSpec.mkD23-Nov-20231.4 KiB1715

LICENSED23-Nov-20231.2 KiB2619

METADATAD23-Nov-2023840 2826

MODULE_LICENSE_MITD23-Nov-20230

OWNERSD23-Nov-202357 43

README.rstD23-Nov-20231.7 KiB6040

REVIEWERSD23-Nov-20233 KiB12196

SConstructD23-Nov-20234.6 KiB188149

VERSIOND23-Nov-20237 21

aosp-gen-bp.shD23-Nov-2023956 3426

aosp-gen-prebuilt.shD23-Nov-20235.7 KiB9474

common.pyD23-Nov-20234.3 KiB12595

meson.buildD23-Nov-202364.7 KiB2,0271,864

meson_options.txtD23-Nov-202311 KiB421414

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