No description
Find a file
= 85de971256 meson_to_hermetic: Add global base project config / inheritence
Current changes to configs actually breaks the scripts to produce
a valid Android.bp file

Test: Refactor CL
Bug: 357080225
Change-Id: I1d9064b8e9c206b5b8f410a0adc7dab552c0b232
2024-11-14 23:08:25 +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: Reference hang debugging documenttion 2024-05-16 09:47:53 +00:00
.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 fuchsia-build: add placeholder sys/ioccom.h 2024-07-31 12:27:27 -07:00
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 global base project config / inheritence 2024-11-14 23:08:25 +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 global_state_wrapped_decoding of vkCreateComputePipelines 2024-10-30 05:24:48 +00: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 mailmap: update rohan's primary email address 2024-06-19 09:06:15 +00:00
.mr-label-maker.yml mr-label-maker: Add panvk 2024-09-09 15:59:52 +00:00
Android.bp Remove obsolete neon: clause. 2024-09-26 16:17:22 +00:00
CODEOWNERS
LICENSE
meson.build ANDROID: fix android deps 2024-10-17 10:31:03 -07: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 docs: Match README installation guide with meson.rst 2024-07-27 11:53:53 +00:00
VERSION VERSION: bump to 24.3 2024-07-19 16:37:23 +00:00
WORKSPACE.bazel FUCHSIA: add WORKSPACE.bazel 2024-07-12 11:06:27 -07: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.