mesa/docs
Eric Engestrom 438d5baa36 turnip: expose support for VK_EXT_acquire_drm_display
Turnip supports VK_EXT_direct_mode_display and can use the common
implementation of AcquireDrmDisplayEXT() & GetDrmDisplayEXT() (which use
wsi->can_present_on_device() that turnip implements).

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Acked-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17768>
2022-07-29 07:49:47 +00:00
..
_extra egl: Fix EGL_EXT_platform_xcb name string to match the registry 2022-05-19 23:21:15 +00:00
_exts docs: add license to the redirects script 2022-02-22 16:15:47 +00:00
ci docs/ci: fix Emma's name 2022-07-28 17:12:37 +00:00
drivers zink: add ZINK_DEBUG=noreorder 2022-07-26 21:34:59 +00:00
gallium docs: briefly document Gallium Nine 2022-07-09 10:49:12 +00:00
isl docs/isl: fix typos & formatting 2022-07-15 15:17:45 +00:00
nir docs,nir: Document NIR texture instructions 2021-07-23 15:53:57 +00:00
relnotes lavapipe: expose some subgroup extensions 2022-07-27 20:58:56 +00:00
vulkan vulkan: Copy the depth/stencil state optimization code from ANV 2022-07-19 19:19:34 +00:00
ARB_color_buffer_float.txt
README.UVD
README.VCE
android.rst docs: vulkan -> Vulkan 2021-03-31 09:57:23 +00:00
application-issues.rst docs: update internal references 2020-06-16 20:36:38 +00:00
bugs.rst docs: make most important part of bugs.rst easier to find 2021-08-08 19:53:15 +00:00
codingstyle.rst mesa: update or remove out of date references to ir_to_mesa 2021-12-06 10:15:08 +00:00
conf.py docs: set language to english 2022-06-21 13:54:28 +00:00
conform.rst docs: fix incorrect possessive form 2021-03-31 16:23:19 +00:00
debugging.rst scons: Remove. 2021-03-20 10:38:55 +00:00
developers.rst docs: convert articles to reructuredtext 2020-06-13 10:42:00 +00:00
devinfo.rst docs: update docs for new extension header. 2022-01-20 00:20:06 +00:00
dispatch.rst docs: Fixes dispatch.rst with __THREAD_INITIAL_EXEC 2022-06-07 14:55:14 +00:00
download.rst docs: git -> Git 2020-09-30 08:18:21 +00:00
doxygen-wrapper.py vulkan,docs: Document vk_instance 2022-04-07 16:32:21 +00:00
egl.rst docs/egl: Add missing backticks 2021-06-08 10:54:20 +00:00
envvars.rst radv: implement PS epilogs 2022-07-18 18:40:02 +00:00
extensions.rst docs: convert articles to reructuredtext 2020-06-13 10:42:00 +00:00
faq.rst Fixed you're to your 2021-12-30 21:51:19 +00:00
favicon.ico docs: update favicon 2020-06-26 12:09:22 +00:00
favicon.svg docs: update favicon 2020-06-26 12:09:22 +00:00
features.txt turnip: expose support for VK_EXT_acquire_drm_display 2022-07-29 07:49:47 +00:00
gallium-nine.rst docs: briefly document Gallium Nine 2022-07-09 10:49:12 +00:00
gpu-perf-tracing.rst docs/u_trace: document u_trace usage 2022-05-19 17:57:36 +00:00
helpwanted.rst docs: Rename master branch to main 2021-05-05 12:21:00 -07:00
history.rst gallium/swr: clean up the documentation after SWR removal from main 2021-12-06 23:37:50 +00:00
index.rst docs: briefly document Gallium Nine 2022-07-09 10:49:12 +00:00
install.rst docs: Update windows build requirement with Visual Studio 2022-06-16 21:49:54 +00:00
libGL.txt
license.rst c11: Move the implementation of threads.h into c source code 2022-06-15 17:37:17 +00:00
lists.rst docs: promote #dri-devel on oftc over freenode 2021-05-24 09:21:48 +00:00
macos.rst docs: show and link to the new macOS CI 2022-06-11 12:44:42 +01:00
meson.rst docs: update the required meson version 2021-12-18 10:34:44 +00:00
opengles.rst docs: remove out-of-date gles info 2021-04-26 08:39:02 +00:00
osmesa.rst Fix typo 2021-12-28 13:34:04 +00:00
perf.rst docs: convert articles to reructuredtext 2020-06-13 10:42:00 +00:00
perfetto.rst anv: add perfetto source 2022-01-14 20:17:44 +00:00
precompiled.rst docs: convert articles to reructuredtext 2020-06-13 10:42:00 +00:00
release-calendar.csv docs: Bump 22.2 branchpoint by two weeks 2022-07-06 15:11:36 -07:00
release-calendar.rst docs: store the release-calendar information in csv (and fix tests) 2021-01-07 00:07:56 +00:00
release-maintainers-keys.asc docs: cat maintainer keys to a single file 2020-06-22 23:07:16 +00:00
releasing.rst docs: link to gitlab instead of cgit 2022-02-27 11:09:41 +00:00
relnotes.rst docs: update calendar and link releases notes for 22.1.3 2022-06-30 19:11:44 +00:00
repository.rst docs: Rename master branch to main 2021-05-05 12:21:00 -07:00
shading.rst docs: use code-block for glsl 2021-04-26 08:39:02 +00:00
sourcetree.rst docs: remove stale notice about deleted dir 2021-12-07 22:54:27 +00:00
submittingpatches.rst docs/submittingpatches: mention use of the `-x` flag of `git cherry-pick` when backporting a commit 2021-11-15 22:47:39 +00:00
systems.rst docs: Update supported drivers for 22.x 2022-04-26 14:46:40 +00:00
thanks.rst docs: git -> Git 2020-09-30 08:18:21 +00:00
u_trace.rst docs/u_trace: Add documentation for *_GPU_TRACEPOINT envvars 2022-07-12 22:24:19 +00:00
utilities.rst docs: convert articles to reructuredtext 2020-06-13 10:42:00 +00:00
viewperf.rst docs: use code-block for c 2021-04-26 08:39:02 +00:00
xlibdriver.rst docs: Remove no-longer-accurate text about the xlib driver 2021-12-09 15:08:17 -05:00

README.VCE

The software may implement third party technologies (e.g. third party
libraries) that are not licensed to you by AMD and for which you may need
to obtain licenses from other parties.  Unless explicitly stated otherwise,
these third party technologies are not licensed hereunder.  Such third
party technologies include, but are not limited, to H.264, MPEG-2, MPEG-4,
AVC, and VC-1.  

For MPEG-2 Intermediate Products: ANY USE OF THIS PRODUCT IN ANY MANNER OTHER
THAN PERSONAL USE THAT COMPLIES WITH THE MPEG-2 STANDARD IS EXPRESSLY
PROHIBITED WITHOUT A LICENSE UNDER APPLICABLE PATENTS IN THE MPEG-2 PATENT
PORTFOLIO, WHICH LICENSES IS AVAILABLE FROM MPEG LA, LLC, 6312 S. Fiddlers
Green Circle, Suite 400E, Greenwood Village, Colorado 80111 U.S.A.

WARRANTY DISCLAIMER: THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND.  AMD DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, THAT THE SOFTWARE WILL RUN
UNINTERRUPTED OR ERROR-FREE OR WARRANTIES ARISING FROM CUSTOM OF TRADE OR
COURSE OF USAGE.  THE ENTIRE RISK ASSOCIATED WITH THE USE OF THE SOFTWARE IS
ASSUMED BY YOU.  Some jurisdictions do not allow the exclusion of implied
warranties, so the above exclusion may not apply to You.

LIMITATION OF LIABILITY AND INDEMNIFICATION:  AMD AND ITS LICENSORS WILL NOT,
UNDER ANY CIRCUMSTANCES BE LIABLE FOR ANY PUNITIVE, DIRECT, INCIDENTAL,
INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING FROM USE OF THE SOFTWARE OR
THIS AGREEMENT EVEN IF AMD AND ITS LICENSORS HAVE BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.  In no event shall AMD's total liability to You
for all damages, losses, and causes of action (whether in contract, tort
(including negligence) or otherwise) exceed the amount of $100 USD.  You agree
to defend, indemnify and hold harmless AMD and its licensors, and any of their
directors, officers, employees, affiliates or agents from and against any and
all loss, damage, liability and other expenses (including reasonable
attorneys' fees), resulting from Your use of the Software or violation of the
terms and conditions of this Agreement.

U.S. GOVERNMENT RESTRICTED RIGHTS: The Software is provided with "RESTRICTED
RIGHTS." Use, duplication, or disclosure by the Government is subject to the
restrictions as set forth in FAR 52.227-14 and DFAR252.227-7013, et seq., or
its successor.  Use of the Software by the Government constitutes
acknowledgement of AMD's proprietary rights in them.

EXPORT RESTRICTIONS: The Software may be subject to export restrictions as
stated in the Software License Agreement.