diff options
author | Ilia Mirkin <[email protected]> | 2018-12-05 00:21:34 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2018-12-26 20:04:57 -0500 |
commit | d139231b32b3bbf73750fb7fb6b46d7cbb9387db (patch) | |
tree | 349e8dc17524aa11582e2f7e917a233d1dc21ace /src/gallium/docs/source/screen.rst | |
parent | 5574414edc471946efb9442398c65fc3f93f3e76 (diff) |
gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate support
ATOMFADD is a little special -- make drivers have to specify it
explicitly.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs/source/screen.rst')
-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 24a4d5031e5..8eb71ae82c2 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -480,6 +480,8 @@ subpixel precision bias in bits during conservative rasterization. * ``PIPE_CAP_SURFACE_SAMPLE_COUNT_TEXTURE``: Whether the driver supports pipe_surface overrides of resource nr_samples. If set, will enable EXT_multisampled_render_to_texture. +* ``PIPE_CAP_TGSI_ATOMFADD``: Atomic floating point adds are supported on + images, buffers, and shared memory. .. _pipe_capf: |