No description
Find a file
Greg Hartman ddd1903591 Fix ldap on OWNERS
Test: n/a
Change-Id: I468159d50aac05e4ec097a462999a032dc9b2aba
2019-07-15 14:22:58 -07:00
.gitlab-ci gitlab-ci: add scons windows build using mingw 2019-05-02 15:10:59 +00:00
bin radeonsi: update buffer descriptors in all contexts after buffer invalidation 2019-05-23 08:48:21 +00:00
build-support
docs docs: add sha256 checksums for 19.1.2 2019-07-09 09:18:55 +00:00
doxygen
include Merge remote-tracking branch 'aosp/upstream-19.1' into aosp/master 2019-07-12 21:43:29 +00:00
prebuilt-intermediates Merge remote-tracking branch 'aosp/upstream-19.1' into aosp/master 2019-07-12 21:43:29 +00:00
scons scons: Compatibility with Scons development version string 2019-03-12 09:27:29 -07:00
scripts get_reviewer.pl: improve portability 2019-05-03 14:32:44 +01:00
src Merge remote-tracking branch 'aosp/upstream-19.1' into aosp/master 2019-07-12 21:43:29 +00:00
.dir-locals.el
.editorconfig
.gitattributes
.gitignore delete autotools .gitignore files 2019-04-29 21:17:19 +00:00
.gitlab-ci.yml gitlab-ci: merge meson-glvnd into meson-swr 2019-05-02 20:39:12 +00:00
.mailmap .mailmap: Add a few more alises for myself 2019-02-13 12:03:41 -08:00
.travis.yml travis: fix syntax, and drop unused stuff 2019-05-13 10:30:30 +00:00
Android.common.mk android: fix missing backspace for line continuation 2019-03-08 21:14:24 +00:00
Android.mk Merge remote-tracking branch 'aosp/upstream-19.1' into aosp/master 2019-07-12 21:43:29 +00:00
aosp-gen-prebuilt.sh Merge remote-tracking branch 'aosp/upstream-19.1' into aosp/master 2019-07-12 21:43:29 +00:00
appveyor.yml appveyor: Revert commits adding Cygwin support. 2019-01-25 14:13:26 +00:00
CleanSpec.mk
common.py
LICENSE
meson.build meson: Improve detection of Python when using Meson >=0.50. 2019-07-02 10:12:55 +02:00
meson_options.txt meson: Make shader-cache a trillean instead of boolean 2019-05-03 10:57:36 -07:00
METADATA
MODULE_LICENSE_MIT
NOTICE
OWNERS Fix ldap on OWNERS 2019-07-15 14:22:58 -07:00
README.rst README: Drop the badges from the readme 2019-02-07 12:46:17 -06:00
REVIEWERS docs: drop most autoconf references 2019-04-15 13:44:34 -07:00
SConstruct
VERSION Update version to 19.1.2 2019-07-09 09:04:10 +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.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.