diff options
author | Ilia Mirkin <[email protected]> | 2016-01-02 18:55:48 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-01-03 16:20:41 -0500 |
commit | e9f43d6333657d3f6c47c656fbbe18aaebbe804a (patch) | |
tree | 14b6165a900ae0c308810bba117813a0b8d59e40 /src/gallium/docs/source | |
parent | 459e4532af44ea4490bbb4085a7487c40ae952cc (diff) |
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/docs/source')
-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 41bd0f81e0e..30d497f59e3 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -285,6 +285,8 @@ The integer capabilities: * ``PIPE_CAP_DRAW_PARAMETERS``: Whether ``TGSI_SEMANTIC_BASEVERTEX``, ``TGSI_SEMANTIC_BASEINSTANCE``, and ``TGSI_SEMANTIC_DRAWID`` are supported in vertex shaders. +* ``PIPE_CAP_TGSI_PACK_HALF_FLOAT``: Whether the ``UP2H`` and ``PK2H`` + TGSI opcodes are supported. .. _pipe_capf: |