diff options
author | Marek Olšák <[email protected]> | 2019-10-07 22:50:36 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-10-10 15:49:19 -0400 |
commit | 09e0e4c93c3fe03d6ab664813f64378095c72454 (patch) | |
tree | 6817709879f59577ff94e0255794e86ce9ef1ca8 /src/gallium/docs | |
parent | 1f718bfc78353e94971c2f40c947d915273d61ec (diff) |
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Christian Gmeiner <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 961f0a9c3cc..9acab6fafc5 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -665,7 +665,6 @@ MOV OUT[0], CONST[0][3] # copy vector 3 of constbuf 0 how many HW counters are available for this stage. (0 uses SSBO atomics). * ``PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER_BUFFERS``: If atomic counters are separate, how many atomic counter buffers are available for this stage. -* ``PIPE_SHADER_CAP_SCALAR_ISA``: Whether the ISA is a scalar one. .. _pipe_compute_cap: |