No description
Find a file
= 81ec5fcd88 meson_to_hermetic: add missing python dependency
Developers will have to reset their venv via ./setup-venv.sh

Test: Simple depedency addition
Change-Id: Ifaf7e4017a28fa50469bc128e40859724c4179b9
2024-09-24 22:19:20 +00:00
.ci-farms ci/lima: Temporarily disable 2024-09-12 18:14:00 +00:00
.ci-farms-disabled ci/lima: Temporarily disable 2024-09-12 18:14:00 +00:00
.github/workflows
.gitlab
.gitlab-ci Uprev Piglit to e9ab30aeaed97b69868cf4d6d6a3f70f3b53c362 2024-09-19 15:41:32 +00:00
bin ci: Add Python requirements include 2024-09-12 18:17:52 +00:00
build-support
docs docs: add sha sum for 24.2.3 2024-09-18 22:25:17 +00:00
fuchsia-build
include vulkan: Update XML and headers to 1.3.295 2024-09-10 18:22:42 +00:00
meson_to_hermetic meson_to_hermetic: add missing python dependency 2024-09-24 22:19:20 +00:00
meson_to_hermetic_test meson_to_hermetic: Fix cpu/cpu family not syncing on project configs 2024-09-06 21:52:51 +00:00
src UPSTREAM: gfxstream: fix log levels in descriptor handling 2024-09-23 15:05:35 -07:00
subprojects ci: Bump DirectX-Headers and Agility SDK dependencies to 1.614.1 2024-09-12 15:01:18 +00:00
.clang-format
.clang-format-ignore
.clang-format-include
.dir-locals.el
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitlab-ci.yml ci: merge build-x86_64 & build-misc 2024-08-29 14:33:15 +00:00
.graphqlrc.yml
.mailmap
.mr-label-maker.yml mr-label-maker: Add panvk 2024-09-09 15:59:52 +00:00
Android.bp ANDROID: add Soong build support 2024-09-19 19:06:59 -07:00
CODEOWNERS
LICENSE
meson.build mesa: add gfxstream-experimental to -Dvulkan-drivers 2024-09-19 20:06:04 +00:00
meson_options.txt mesa: add gfxstream-experimental to -Dvulkan-drivers 2024-09-19 20:06:04 +00:00
METADATA
MODULE_LICENSE_MIT
OWNERS Update OWNERS file 2024-08-20 21:12:08 +00:00
README.rst
VERSION
WORKSPACE.bazel

`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.