summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/tgsi.rst
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-11-12 14:36:19 -0800
committerEric Anholt <eric@anholt.net>2014-11-24 14:56:22 -0800
commitecfe9e2ad2b5f178ef09420f8d95d49937137cd9 (patch)
treec80afbfb835dfbf16081e3bcd849a235d9a45700 /src/gallium/docs/source/tgsi.rst
parentdc00b382b58bb3eb94ca393d32bd7eb3bb07d021 (diff)
downloadexternal_mesa3d-ecfe9e2ad2b5f178ef09420f8d95d49937137cd9.zip
external_mesa3d-ecfe9e2ad2b5f178ef09420f8d95d49937137cd9.tar.gz
external_mesa3d-ecfe9e2ad2b5f178ef09420f8d95d49937137cd9.tar.bz2
gallium: Drop the unused SFL/STR opcodes.
Nothing generated them. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/docs/source/tgsi.rst')
-rw-r--r--src/gallium/docs/source/tgsi.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index 8f6033f..5145332 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -489,19 +489,6 @@ while DDY is allowed to be the same for the entire 2x2 quad.
dst.w = (src0.w == src1.w) ? 1.0F : 0.0F
-.. opcode:: SFL - Set On False
-
-This instruction replicates its result.
-
-.. math::
-
- dst = 0.0F
-
-.. note::
-
- Considered for removal.
-
-
.. opcode:: SGT - Set On Greater Than
.. math::