No description
  • C 75.5%
  • C++ 17.2%
  • Python 2.8%
  • Rust 1.8%
  • Assembly 1.4%
  • Other 1%
Find a file
Daniel Baumann 81b702f971
Releasing fastforward version 26.1.4-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-02 10:22:17 +02:00
.ci-farms Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
.ci-farms-disabled Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
.github/workflows Merging upstream version 25.2.0. 2026-03-29 20:34:55 +02:00
.gitlab Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
.gitlab-ci Merging upstream version 26.1.2. 2026-06-17 18:38:09 +02:00
.marge/hooks Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
android Merging upstream version 25.3.0. 2026-03-29 22:37:01 +02:00
bin Merging upstream version 26.1.4. 2026-07-02 10:22:02 +02:00
build-support Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
debian Releasing fastforward version 26.1.4-1~ffwd13+u1. 2026-07-02 10:22:17 +02:00
docs Merging upstream version 26.1.4. 2026-07-02 10:22:02 +02:00
include Merging upstream version 26.1.4. 2026-07-02 10:22:02 +02:00
licenses Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
src Merging upstream version 26.1.4. 2026-07-02 10:22:02 +02:00
subprojects Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
.clang-format Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
.clang-format-ignore Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
.clang-format-include Merging upstream version 25.3.0. 2026-03-29 22:37:01 +02:00
.dir-locals.el Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
.editorconfig Merging upstream version 26.0.0. 2026-03-29 22:39:10 +02:00
.git-blame-ignore-revs Merging upstream version 26.0.0. 2026-03-29 22:39:10 +02:00
.gitattributes Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
.gitignore Merging upstream version 25.3.0. 2026-03-29 22:37:01 +02:00
.gitlab-ci.yml Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
.graphqlrc.yml Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
.mailmap Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
.mr-label-maker.yml Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
.pick_status.json Merging upstream version 26.1.4. 2026-07-02 10:22:02 +02:00
.shellcheckrc Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
clippy.toml Merging upstream version 26.0.0. 2026-03-29 22:39:10 +02:00
CODEOWNERS Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
meson.build Merging upstream version 26.1.4. 2026-07-02 10:22:02 +02:00
meson.options Merging upstream version 26.1.0. 2026-05-07 20:17:11 +02:00
README.rst Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
rustfmt.toml Adding upstream version 25.1.0. 2026-03-29 20:18:10 +02:00
VERSION Merging upstream version 26.1.4. 2026-07-02 10:22:02 +02:00

`Mesa <https://mesa3d.org>`_ - The 3D Graphics Library
======================================================


Source
------

This repository lives at https://gitlab.freedesktop.org/mesa/mesa.
Other repositories are likely forks, and code found there is not supported.


Build & install
---------------

You can find more information in our documentation (`docs/install.rst
<https://docs.mesa3d.org/install.html>`_), but the recommended way is to use
Meson (`docs/meson.rst <https://docs.mesa3d.org/meson.html>`_):

.. code-block:: sh

  $ meson setup build
  $ ninja -C build/
  $ sudo ninja -C build/ install

Support
-------

Many Mesa devs hang on IRC; if you're not sure which channel is
appropriate, you should ask your question on `OFTC's #dri-devel
<irc://irc.oftc.net/dri-devel>`_, someone will redirect you if
necessary.
Remember that not everyone is in the same timezone as you, so it might
take a while before someone qualified sees your question.
To figure out who you're talking to, or which nick to ping for your
question, check out `Who's Who on IRC
<https://dri.freedesktop.org/wiki/WhosWho/>`_.

The next best option is to ask your question in an email to the
mailing lists: `mesa-dev\@lists.freedesktop.org
<https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`_


Bug reports
-----------

If you think something isn't working properly, please file a bug report
(`docs/bugs.rst <https://docs.mesa3d.org/bugs.html>`_).


Contributing
------------

Contributions are welcome, and step-by-step instructions can be found in our
documentation (`docs/submittingpatches.rst
<https://docs.mesa3d.org/submittingpatches.html>`_).

Note that Mesa uses gitlab for patches submission, review and discussions.