Find a file
Alyssa Rosenzweig 646903ed7a nir/print: extract nir_print_function_body
this will be used for more concise prints in vtn_bindgen2.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33099>
2025-01-31 16:17:59 +00:00
.ci-farms ci/lima: enable again 2025-01-30 14:22:09 +00:00
.ci-farms-disabled ci/lima: enable again 2025-01-30 14:22:09 +00:00
.github/workflows
.gitlab
.gitlab-ci ci/windows: Bump Vulkan SDK for SPIRV-Tools 2025-01-31 14:32:27 +00:00
.marge/hooks ci: pipeline_message: reset empty errors 2025-01-07 05:08:10 +00:00
android android: remove shared-glapi building rules 2025-01-27 17:20:17 +00:00
bin spirv: Handle NonSemantic.Shader.DebugInfo.100 2025-01-30 20:14:01 +00:00
build-support
docs rusticl/feat: LinkOnce ODR 2025-01-31 13:46:41 +00:00
include drm-uapi: update drm_fourcc.h to latest version 2025-01-29 19:24:59 +00:00
licenses licenses: add missing licenses 2025-01-08 20:37:51 +00:00
src nir/print: extract nir_print_function_body 2025-01-31 16:17:59 +00:00
subprojects
.clang-format
.clang-format-ignore
.clang-format-include
.dir-locals.el
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitlab-ci.yml ci: Capture Ninja log 2025-01-30 16:56:03 +00:00
.graphqlrc.yml
.mailmap
.mr-label-maker.yml mr-label-maker: Rules for intel/executor 2024-12-04 19:14:02 +00:00
.shellcheckrc
CODEOWNERS
meson.build meson: factor out with_driver_using_cl 2025-01-31 16:17:58 +00:00
meson_options.txt intel: Add meson option -Dintel-elk 2025-01-30 00:45:59 +00:00
README.rst
rustfmt.toml
VERSION VERSION: bump to 25.1 2025-01-30 19:02:37 +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.