No description
Find a file
Leo Liu d4e0fbc92f radeon/vcn/vp9: search the render target from the whole list
The number of render targets could be more than max of references,
so we search the full list of the render pictures for the current
render target index

https://bugs.freedesktop.org/show_bug.cgi?id=109648

Signed-off-by: Leo Liu <leo.liu@amd.com>
Tested-by: James Zhu <James.Zhu@amd.com>
Acked-by: James Zhu<James.Zhu@amd.com>
Cc: <mesa-stable@lists.freedesktop.org>
2019-04-01 08:59:38 -04:00
.gitlab-ci gitlab-ci: only build the default (=latest) and oldest llvm versions 2019-03-08 15:59:27 +00:00
bin meson: strip rpath from megadrivers 2019-04-01 07:04:13 +00:00
build-support
docs docs: update calendar, add news item and link release notes for 19.0.1 2019-03-27 10:14:50 -07:00
doxygen
include intel: Add Elkhart Lake PCI-IDs 2019-03-27 19:34:48 +00:00
m4
scons scons: Compatibility with Scons development version string 2019-03-12 14:22:34 +00:00
scripts
src radeon/vcn/vp9: search the render target from the whole list 2019-04-01 08:59:38 -04:00
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml gitlab-ci: Automatically retry jobs after runner system failure 2019-03-27 10:05:43 +01:00
.mailmap
.travis.yml gitlab-ci: drop most autotools builds 2019-03-19 17:40:05 +00:00
Android.common.mk android: fix missing backspace for line continuation 2019-03-08 21:14:24 +00:00
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.ac / meson: depend on libnativewindow when appropriate 2019-03-21 15:36:39 -07:00
install-gallium-links.mk
install-lib-links.mk
Makefile.am
meson.build configure.ac / meson: depend on libnativewindow when appropriate 2019-03-21 15:36:39 -07:00
meson_options.txt configure.ac / meson: depend on libnativewindow when appropriate 2019-03-21 15:36:39 -07: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.