diff options
author | Gert Wollny <gert.wollny@collabora.com> | 2019-06-14 16:54:24 +0200 |
---|---|---|
committer | Gert Wollny <gert.wollny@collabora.com> | 2019-06-30 18:41:35 +0200 |
commit | 843723e2f7c79633cb0fe910b60684b8b2d289f6 (patch) | |
tree | 5a018e563c1c0ebfc9543cb93d010c247d7aee24 /src/gallium/docs | |
parent | 187c308b96d0501552ec0287ec117273b51228f0 (diff) |
gallium: Add CAP for opcode DIV
Not all drivers support TGSI_OPCODE_DIV, so we should have a cap to be able
to check this.
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index fda9ebdb6fd..596a17f32eb 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -533,6 +533,7 @@ The integer capabilities: lower those system values. * ``PIPE_CAP_ATOMIC_FLOAT_MINMAX``: Atomic float point minimum, maximum, exchange and compare-and-swap support to buffer and shared variables. +* ``PIPE_CAP_TGSI_DIV``: Whether opcode DIV is supported .. _pipe_capf: |