vmsilo fork of mesa 3d
Find a file
Eric Engestrom 09272e5da9 ci: mark igalia farm as offline
There seems to be an issue reaching hetzner from our network; we get the
redirect response from `s3.freedesktop.org`, but then we fail to connect
to `fsn1.your-objectstorage.com`.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36615>
2025-08-06 18:12:03 +02:00
.ci-farms ci: mark igalia farm as offline 2025-08-06 18:12:03 +02:00
.ci-farms-disabled ci: mark igalia farm as offline 2025-08-06 18:12:03 +02:00
.github/workflows
.gitlab
.gitlab-ci ci-tron: move vkd3d shader cache out of $CI_PROJECT_DIR 2025-08-06 11:25:30 +00:00
.marge/hooks
android
bin people: add John Anthony 2025-08-03 21:27:45 +00:00
build-support
docs meson: Raise minimum Python version to 3.9 2025-08-05 21:39:58 +00:00
include drm-uapi: update v3d_drm.h for reset counters 2025-07-30 11:26:20 +02:00
licenses
src ir3: allow 2 const srcs in scalar cat2 2025-08-06 13:56:16 +00:00
subprojects build: Add dependency on libdisplay-info 2025-08-05 08:50:05 +00:00
.clang-format
.clang-format-ignore
.clang-format-include rocket: Initial commit of a driver for Rockchip's NPU 2025-07-28 08:06:38 +02:00
.dir-locals.el
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore .gitignore: Add KDevelop *.kdev4 2025-07-24 16:12:10 +00:00
.gitlab-ci.yml ci: drop unnecessary rename of *.log into *.log.txt 2025-08-04 20:15:22 +00:00
.graphqlrc.yml
.mailmap
.mr-label-maker.yml
.shellcheckrc
CODEOWNERS venus: add code owners 2025-07-26 00:33:59 +00:00
meson.build meson: remove unused -DLLVM_AVAILABLE 2025-08-05 23:26:32 +00:00
meson.options build: Add dependency on libdisplay-info 2025-08-05 08:50:05 +00:00
README.rst
rustfmt.toml
VERSION VERSION: bump to 25.3 2025-07-16 13:50:24 +00: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.