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.
Timothy Arceri c578600489 util: remove LIST_DEL macro 5 years ago
.appveyor Appveyor/Meson: Add build test of osmesa gallium 5 years ago
.gitlab-ci gitlab-ci: also build Zink on CI 5 years ago
bin bin/gen_release_notes.py: Add a warning if new features are introduced in a point release 5 years ago
build-support configure: commit test files 7 years ago
docs docs: document new feature EGL_EXT_image_flush_external 5 years ago
doxygen doxygen: Plumb through gallium/ to automated documentation 9 years ago
include dri_interface: add interface for EGL_EXT_image_flush_external 5 years ago
scons scons/windows: Fix build with LLVM>=8 5 years ago
src util: remove LIST_DEL macro 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 gitlab-ci: fixup debian tags 5 years ago
.mailmap .mailmap: add a couple of aliases for Jakob Bornecrantz 5 years ago
.travis.yml travis: test meson install as well 5 years ago
Android.common.mk docs: Update bug report URLs for the gitlab migration 6 years ago
Android.mk Android.mk: Fix missing \ from recent llvm change 6 years ago
CleanSpec.mk CleanSpec.mk: Remove HOST_OUT_release 7 years ago
README.rst README: Drop the badges from the readme 6 years ago
REVIEWERS REVIEWERS: add VMware reviewers 5 years ago
SConstruct scons: Fix force_scons parsing. 5 years ago
VERSION mesa: bump version to 19.3.0-devel 6 years ago
appveyor.yml appveyor: Move appveyor script into .appveyor directory 5 years ago
common.py scons: Print a deprecation warning about using scons on not windows 5 years ago
meson.build zink: introduce opengl over vulkan 5 years ago
meson_options.txt zink: introduce opengl over vulkan 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 email mailing-lists for patches submission, review and
discussions.