From: Roland Scheidegger Date: Mon, 1 Dec 2014 16:03:47 +0000 (+0100) Subject: gallium/docs: (trivial) remove STR opcode description. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec30c66b46dd89cae3a39fbde74d39f7b29f301d;p=mesa.git gallium/docs: (trivial) remove STR opcode description. The opcode was removed alongside SFL by commit ecfe9e2ad2b5f178ef09420f8d95d49937137cd9. --- 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,