blob: c78c0df062abddeeb60ead274d9b27f4658ef819 [file] [log] [blame]
Eric Engestromeadc0682018-06-08 16:56:03 +01001`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
Eric Engestromeadc0682018-06-08 16:56:03 +010012Build & install
13---------------
14
Erik Faye-Lundea91f472020-04-20 13:07:37 +020015You can find more information in our documentation (`docs/install.rst
Eric Engestromeadc0682018-06-08 16:56:03 +010016<https://mesa3d.org/install.html>`_), but the recommended way is to use
Erik Faye-Lundea91f472020-04-20 13:07:37 +020017Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_):
Eric Engestromeadc0682018-06-08 16:56:03 +010018
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.
Eric Engestrom06e87712018-06-11 18:34:42 +010036To 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/>`_.
Eric Engestromeadc0682018-06-08 16:56:03 +010039
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
Erik Faye-Lundea91f472020-04-20 13:07:37 +020049(`docs/bugs.rst <https://mesa3d.org/bugs.html>`_).
Eric Engestromeadc0682018-06-08 16:56:03 +010050
51
52Contributing
53------------
54
55Contributions are welcome, and step-by-step instructions can be found in our
Erik Faye-Lundea91f472020-04-20 13:07:37 +020056documentation (`docs/submittingpatches.rst
Eric Engestromeadc0682018-06-08 16:56:03 +010057<https://mesa3d.org/submittingpatches.html>`_).
58
Timothy Arcerif8148d02019-12-11 09:55:03 +110059Note that Mesa uses gitlab for patches submission, review and discussions.