diff options
author | Ilia Mirkin <[email protected]> | 2016-01-09 23:30:16 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-02-04 21:21:30 -0500 |
commit | f9e6f46335be94b19b01be21ca872d9cc93c82e9 (patch) | |
tree | 70e2bd9a74cb179377a07675a3ba3c745dc7f8de /src/gallium/docs | |
parent | 40d7f02c67ed16f4894137757683475f837a3b4f (diff) |
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[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 c95136fe425..3324bcca6f4 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -317,6 +317,8 @@ The integer capabilities: non-compressed surface whose texels are the same number of bits as the compressed blocks, and vice versa. The width and height of the surface is adjusted appropriately. +* ``PIPE_CAP_QUERY_BUFFER_OBJECT``: Driver supports + context::get_query_result_resource callback. .. _pipe_capf: |