diff options
author | Samuel Pitoiset <[email protected]> | 2017-02-16 13:43:16 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-14 10:04:36 +0200 |
commit | 973822bcee577a01f8b8281bbcd2261d18f074b3 (patch) | |
tree | 568ade438236da07686efd55d8ff18c02599d226 /src/gallium/docs | |
parent | 990c8d15ac3de8623940b32b662ef956703cc6bc (diff) |
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Whether bindless texture operations are supported by the
underlying driver.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
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 288fb5cb3cc..32da22885d6 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -394,6 +394,8 @@ The integer capabilities: * ``PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION``: As the name says. * ``PIPE_CAP_POST_DEPTH_COVERAGE``: whether ``TGSI_PROPERTY_FS_POST_DEPTH_COVERAGE`` is supported. +* ``PIPE_CAP_BINDLESS_TEXTURE``: Whether bindless texture operations are + supported. .. _pipe_capf: |