Clone of mesa.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Timothy Arceri c578600489 util: remove LIST_DEL macro 5年前
.appveyor Appveyor/Meson: Add build test of osmesa gallium 5年前
.gitlab-ci gitlab-ci: also build Zink on CI 5年前
bin bin/gen_release_notes.py: Add a warning if new features are introduced in a point release 5年前
build-support configure: commit test files 7年前
docs docs: document new feature EGL_EXT_image_flush_external 5年前
doxygen doxygen: Plumb through gallium/ to automated documentation 9年前
include dri_interface: add interface for EGL_EXT_image_flush_external 5年前
scons scons/windows: Fix build with LLVM>=8 5年前
src util: remove LIST_DEL macro 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: fixup debian tags 5年前
.mailmap .mailmap: add a couple of aliases for Jakob Bornecrantz 5年前
.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 scons: Fix force_scons parsing. 5年前
VERSION mesa: bump version to 19.3.0-devel 6年前
appveyor.yml appveyor: Move appveyor script into .appveyor directory 5年前
common.py scons: Print a deprecation warning about using scons on not windows 5年前
meson.build zink: introduce opengl over vulkan 5年前
meson_options.txt zink: introduce opengl over vulkan 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 email mailing-lists for patches submission, review and
discussions.