gallium: add support for AMD_vertex_shader_layer

This commit is contained in:
Marek Olšák
2013-11-21 15:25:55 +01:00
parent d52791a708
commit 1a02bb71dd
16 changed files with 32 additions and 1 deletions

View File

@@ -176,6 +176,8 @@ The integer capabilities:
* ``PIPE_CAP_MIXED_FRAMEBUFFER_SIZES``: Whether it is allowed to have
different sizes for fb color/zs attachments. This controls whether
ARB_framebuffer_object is provided.
* ``PIPE_CAP_TGSI_VS_LAYER``: Whether TGSI_SEMANTIC_LAYER is supported
as a vertex shader output.
.. _pipe_capf: