diff options
author | Tobias Klausmann <[email protected]> | 2014-08-17 03:37:19 +0200 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-08-19 08:54:35 -0400 |
commit | fd5edee7002fbaef96618603bfe831ec7cca128d (patch) | |
tree | 3b89b72e509c29c2e1b3dd3db6ebadb54938ed04 /src/gallium/docs | |
parent | 64cc1876fa2c9ecd2bee4363d1db27ffc487d5f2 (diff) |
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Reviewed-by: Ilia Mirkin <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Signed-off-by: Tobias Klausmann <[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 26949233286..eee254e473a 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -223,6 +223,8 @@ The integer capabilities: * ``PIPE_CAP_VIDEO_MEMORY``: The amount of video memory in megabytes. * ``PIPE_CAP_UMA``: If the device has a unified memory architecture or on-card memory and GART. +* ``PIPE_CAP_CONDITIONAL_RENDER_INVERTED``: Whether the driver supports inverted + condition for conditional rendering. .. _pipe_capf: |