Mesa (master): gallium/docs: (trivial) remove STR opcode description.

Roland Scheidegger sroland at kemper.freedesktop.org
Sat Dec 6 17:04:07 UTC 2014


Module: Mesa
Branch: master
Commit: ec30c66b46dd89cae3a39fbde74d39f7b29f301d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec30c66b46dd89cae3a39fbde74d39f7b29f301d

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Mon Dec  1 17:03:47 2014 +0100

gallium/docs: (trivial) remove STR opcode description.

The opcode was removed alongside SFL by commit
ecfe9e2ad2b5f178ef09420f8d95d49937137cd9.

---

 src/gallium/docs/source/tgsi.rst |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index 3f29e32..6f850bf 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,




More information about the mesa-commit mailing list