Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Samuel Pitoiset 824bd0830e radv: return the correct pitch for linear mipmaps on GFX10 5 years ago
.appveyor Appveyor: Quickly fix meson build. 5 years ago
.gitlab-ci llvmpipe: enable ARB_shader_group_vote. 5 years ago
bin meson: simplify install_megadrivers.py invocation 5 years ago
build-support configure: commit test files 7 years ago
docs llvmpipe: enable ARB_shader_group_vote. 5 years ago
doxygen doxygen: Plumb through gallium/ to automated documentation 9 years ago
include dri: add __DRI_IMAGE_FORMAT_SXRGB8 5 years ago
scons scons: Bump C standard to gnu11 on macOS 10.15. 5 years ago
src radv: return the correct pitch for linear mipmaps on GFX10 5 years ago
subprojects meson: add a expat subproject 6 years ago
.dir-locals.el dir-locals.el: Adds White Space support 8 years ago
.editorconfig editorconfig: Fix meson style 6 years ago
.gitignore intel/tools: Add unit tests for assembler 6 years ago
.gitlab-ci.yml llvmpipe: switch to NIR by default 5 years ago
.mailmap .mailmap: use correct email address 5 years ago
.travis.yml travis: autodetect python version instead of hard-coding it 5 years ago
Android.common.mk android: mesa: Revert "android: mesa: revert "Enable asm unconditionally"" 5 years ago
Android.mk android: mesa: Revert "android: mesa: revert "Enable asm unconditionally"" 5 years ago
CleanSpec.mk CleanSpec.mk: Remove HOST_OUT_release 7 years ago
README.rst docs: remove mailing list as way of submitting patches 5 years ago
REVIEWERS REVIEWERS: add VMware reviewers 5 years ago
SConstruct scons: Fix force_scons parsing. 5 years ago
VERSION Bump VERSION to 20.0.0-devel 5 years ago
appveyor.yml Appveyor: Quickly fix meson build. 5 years ago
common.py scons: Print a deprecation warning about using scons on not windows 5 years ago
meson.build meson: Include iris in default gallium-drivers for x86/x86_64 5 years ago
meson_options.txt meson: Add a "prefer_iris" build option 5 years ago

README.rst

`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.html
<https://mesa3d.org/install.html>`_), but the recommended way is to use
Meson (`docs/meson.html <https://mesa3d.org/meson.html>`_):

.. code-block:: sh

$ mkdir build
$ cd build
$ meson ..
$ sudo ninja install


Support
-------

Many Mesa devs hang on IRC; if you're not sure which channel is
appropriate, you should ask your question on `Freenode's #dri-devel
<irc://chat.freenode.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.html <https://mesa3d.org/bugs.html>`_).


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

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

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