gallium: Drop the unused SFL/STR opcodes.

Nothing generated them.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Eric Anholt
2014-11-12 14:36:19 -08:00
parent dc00b382b5
commit ecfe9e2ad2
13 changed files with 10 additions and 150 deletions

View File

@@ -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::