diff options
author | Marek Olšák <[email protected]> | 2019-02-07 00:06:28 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-07-29 17:52:39 -0400 |
commit | ea7646dc13306e96188e7a7fd76e8a926bede13d (patch) | |
tree | 3ce93ddd08a9becdaf766f13e7e02767f86f7d6c /src/gallium/docs | |
parent | 372c3dcfdb85e9479ef2beee75538cb68b2070b9 (diff) |
gallium: add PIPE_CAP_GRAPHICS
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Pierre-Eric Pelloux-Prayer <[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 ba7a9d440d4..a8ff17e742f 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -22,6 +22,8 @@ or integer values, use :ref:`get_param`. The integer capabilities: +* ``PIPE_CAP_GRAPHICS``: Whether graphics is supported. If not, contexts can + only be created with PIPE_CONTEXT_COMPUTE_ONLY. * ``PIPE_CAP_NPOT_TEXTURES``: Whether :term:`NPOT` textures may have repeat modes, normalized coordinates, and mipmaps. * ``PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS``: How many dual-source blend RTs are support. |