Find a file
Eric Anholt 110f14d4b4 v3d: Use ldunif instructions for uniforms.
The idea is that for repeated use of the same uniform, we could avoid
loading it on each consumer.  The results look pretty good.

total instructions in shared programs: 6413571 -> 6521464 (1.68%)
total threads in shared programs: 154214 -> 154000 (-0.14%)
total uniforms in shared programs: 2393604 -> 2119629 (-11.45%)
total spills in shared programs: 4960 -> 4984 (0.48%)
total fills in shared programs: 6350 -> 6418 (1.07%)

Once we do scheduling at the NIR level, the register pressure (and thus
also instructions) issues we see here will drop back down.
2019-03-05 12:57:39 -08:00
.gitlab-ci gitlab-ci: install distro's ninja 2019-03-05 14:05:24 +00:00
bin
build-support
docs docs: mention "Allow commits from members who can merge..." 2019-02-26 11:27:10 +00:00
doxygen
include vulkan: import vk_layer.h from Khronos 2019-03-05 13:24:14 +00:00
m4
scons scons: Workaround failures with MSVC when using SCons 3.0.[2-4]. 2019-02-28 21:26:15 +00:00
scripts
src v3d: Use ldunif instructions for uniforms. 2019-03-05 12:57:39 -08:00
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml gitlab-ci: drop job prefixes 2019-03-05 20:49:42 +00:00
.mailmap
.travis.yml
Android.common.mk
Android.mk iris: add Android build 2019-02-21 10:26:10 -08:00
appveyor.yml
autogen.sh
CleanSpec.mk
common.py
configure.ac configure: fix test portability 2019-02-24 19:26:15 +00:00
install-gallium-links.mk
install-lib-links.mk
Makefile.am
meson.build meson: avoid going back up the tree with include_directories() 2019-03-05 10:02:47 +00:00
meson_options.txt iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. 2019-02-21 10:26:04 -08:00
README.rst
REVIEWERS
SConstruct
VERSION

`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.