diff options
author | James Xiong <[email protected]> | 2019-10-14 10:05:46 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-10-14 10:05:46 +0200 |
commit | 4f963b03a1015c87813a7215bae20e8ba2e088a2 (patch) | |
tree | 516173aad38e6958ad817f6ff6c2f8396729ef4f /src/gallium/docs | |
parent | a65e29ccb261f3c127c49e73d0da92124234668f (diff) |
gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLE
v2: [ Michel Dänzer ]
* Update src/gallium/docs/source/screen.rst accordingly
Signed-off-by: James Xiong <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]> # v1
Reviewed-by: Marek Olšák <[email protected]> # v1
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 1c402b03391..4bb805f39e2 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -526,8 +526,7 @@ The integer capabilities: A driver might rely on the input mapping that was defined with the original GLSL code. * ``PIPE_CAP_IMAGE_LOAD_FORMATTED``: True if a format for image loads does not need to be specified in the shader IR -* ``PIPE_CAP_MAX_FRAMES_IN_FLIGHT``: Maximum number of frames that state - trackers should allow to be in flight before throttling pipe_context +* ``PIPE_CAP_THROTTLE``: Whether or not state trackers should throttle pipe_context execution. 0 = throttling is disabled. * ``PIPE_CAP_DMABUF``: Whether Linux DMABUF handles are supported by resource_from_handle and resource_get_handle. |