diff options
author | Marek Olšák <[email protected]> | 2013-11-21 15:25:55 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-12-03 19:39:13 +0100 |
commit | 1a02bb71ddbf7312a84ac1693f562cca191a7d42 (patch) | |
tree | 0b35a6d1c9188cbed64d104eeb34936d5629845c /src/gallium/docs | |
parent | d52791a708760dd114a53137caad211dc7cc4dfc (diff) |
gallium: add support for AMD_vertex_shader_layer
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 035309da816..ce96f6880d5 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -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: |