From ec30c66b46dd89cae3a39fbde74d39f7b29f301d Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Mon, 1 Dec 2014 17:03:47 +0100 Subject: [PATCH] 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 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, -- 2.30.2