diff options
author | Roland Scheidegger <[email protected]> | 2014-12-01 17:03:47 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2014-12-06 17:56:46 +0100 |
commit | ec30c66b46dd89cae3a39fbde74d39f7b29f301d (patch) | |
tree | f6dc12a4853bd26ea61e064d036d505633412869 /src/gallium/docs | |
parent | a28ad9d4c0d4b95aee8c3b99e9aaa59add21ea9d (diff) |
gallium/docs: (trivial) remove STR opcode description.
The opcode was removed alongside SFL by commit
ecfe9e2ad2b5f178ef09420f8d95d49937137cd9.
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 3f29e326cd6..6f850bf29fb 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -524,15 +524,6 @@ This instruction replicates its result. dst.w = (src0.w != src1.w) ? 1.0F : 0.0F -.. opcode:: STR - Set On True - -This instruction replicates its result. - -.. math:: - - dst = 1.0F - - .. opcode:: TEX - Texture Lookup for array textures src0.y contains the slice for 1D, |