summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2018-02-01 13:52:55 +1100
committerTimothy Arceri <[email protected]>2018-02-01 13:56:34 +1100
commit4d982ae2c78e2108ecc289010faeb2fd03171c2e (patch)
treefe789066e03ad721334cbb425eb068361c79cc06 /src/gallium/docs
parent0491d5425f16dfd4f8834e0a17b1e90e54b004cf (diff)
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
This has been unused since 100796c15c3a. Acked-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index c33facb79b6..cb3418fce35 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -531,8 +531,8 @@ pipe_screen::get_compute_param.
* ``PIPE_COMPUTE_CAP_IR_TARGET``: A description of the target of the form
``processor-arch-manufacturer-os`` that will be passed on to the compiler.
- This CAP is only relevant for drivers that specify PIPE_SHADER_IR_LLVM
- or PIPE_SHADER_IR_NATIVE for their preferred IR.
+ This CAP is only relevant for drivers that specify PIPE_SHADER_IR_NATIVE for
+ their preferred IR.
Value type: null-terminated string. Shader IR type dependent.
* ``PIPE_COMPUTE_CAP_GRID_DIMENSION``: Number of supported dimensions
for grid and block coordinates. Value type: ``uint64_t``. Shader IR type dependent.