From ecfe9e2ad2b5f178ef09420f8d95d49937137cd9 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 12 Nov 2014 14:36:19 -0800 Subject: gallium: Drop the unused SFL/STR opcodes. Nothing generated them. Reviewed-by: Jose Fonseca --- src/gallium/docs/source/tgsi.rst | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/gallium/docs/source/tgsi.rst') diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 8f6033fdaee..5145332e24a 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:: -- cgit v1.2.3