docs: no-op'd -> disabled

"Disabled" is a common English word, that perfectly covers this usage.
So let's use that instead of this non-dictionary word.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9947>
This commit is contained in:
Erik Faye-Lund 2021-02-03 13:06:51 +01:00 committed by Marge Bot
parent a6e62c83ec
commit 22fac1b682
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ Softpipe driver environment variables
``cs``
Dump compute shader assembly to stderr
``no_rast``
rasterization is no-op'd. For profiling purposes.
rasterization is disabled. For profiling purposes.
``use_llvm``
the softpipe driver will try to use LLVM JIT for vertex
shading processing.