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.
Rafael Antognolli ef5266ebd5 util/os_socket: Add socket related functions. 5 년 전
.appveyor Appveyor: Quickly fix meson build. 5 년 전
.gitlab-ci panfrost: Calculate maximum stack_size per batch 5 년 전
bin meson: add windows support to symbols checks 5 년 전
build-support configure: commit test files 7 년 전
docs docs: Update release notes, index, and calendar for 19.3.0 5 년 전
doxygen doxygen: Plumb through gallium/ to automated documentation 9 년 전
include intel: Add pci-ids for Jasper Lake 5 년 전
scons scons: Bump C standard to gnu11 on macOS 10.15. 5 년 전
src util/os_socket: Add socket related functions. 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 gitlab-ci: set RADV_DEBUG=checkir for RADV test jobs 5 년 전
.mailmap .mailmap: add a couple of aliases for Jakob Bornecrantz 6 년 전
.travis.yml travis: fix scons build after deprecation warning 5 년 전
Android.common.mk android: mesa: Revert "android: mesa: revert "Enable asm unconditionally"" 5 년 전
Android.mk android: mesa: Revert "android: mesa: revert "Enable asm unconditionally"" 5 년 전
CleanSpec.mk CleanSpec.mk: Remove HOST_OUT_release 7 년 전
README.rst docs: remove mailing list as way of submitting patches 5 년 전
REVIEWERS REVIEWERS: add VMware reviewers 5 년 전
SConstruct scons: Fix force_scons parsing. 5 년 전
VERSION Bump VERSION to 20.0.0-devel 5 년 전
appveyor.yml Appveyor: Quickly fix meson build. 5 년 전
common.py scons: Print a deprecation warning about using scons on not windows 5 년 전
meson.build meson: Include iris in default gallium-drivers for x86/x86_64 5 년 전
meson_options.txt meson: Add a "prefer_iris" build option 5 년 전

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.