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.
Lepton Wu f4ba31ff50 egl/android: Remove our own reference to buffers. 6 年之前
.appveyor Appveyor/Meson: Add build test of osmesa gallium 5 年之前
.gitlab-ci panfrost/ci: Update expectations list 5 年之前
bin symbols-check: ignore exported C++ symbols 5 年之前
build-support configure: commit test files 8 年之前
docs radv: advertise VK_KHR_spirv_1_4 5 年之前
doxygen doxygen: Plumb through gallium/ to automated documentation 9 年之前
include Revert "egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext." 5 年之前
scons scons/windows: Fix build with LLVM>=8 6 年之前
src egl/android: Remove our own reference to buffers. 5 年之前
subprojects meson: add a expat subproject 6 年之前
.dir-locals.el dir-locals.el: Adds White Space support 8 年之前
.editorconfig editorconfig: Fix meson style 6 年之前
.gitignore intel/tools: Add unit tests for assembler 6 年之前
.gitlab-ci.yml Revert "gitlab-ci: Disable meson-mingw32-x86_64 job again for now" 5 年之前
.mailmap .mailmap: add a couple of aliases for Jakob Bornecrantz 6 年之前
.travis.yml travis: test meson install as well 5 年之前
Android.common.mk docs: Update bug report URLs for the gitlab migration 6 年之前
Android.mk Android.mk: Fix missing \ from recent llvm change 6 年之前
CleanSpec.mk CleanSpec.mk: Remove HOST_OUT_release 7 年之前
README.rst README: Drop the badges from the readme 6 年之前
REVIEWERS REVIEWERS: add VMware reviewers 5 年之前
SConstruct docs: Update bug report URLs for the gitlab migration 6 年之前
VERSION mesa: bump version to 19.3.0-devel 6 年之前
appveyor.yml appveyor: Move appveyor script into .appveyor directory 5 年之前
common.py scons/MSYS2-MinGW-W64: Fix build options defaults 6 年之前
meson.build meson: Use cmake to find LLVM when building for windows 5 年之前
meson_options.txt meson: Check for SPIRV-Tools and llvm-spirv 6 年之前

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.