From b5b093667707348732daa14d2aef8532f31ada83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 17 Feb 2017 11:20:00 +0100 Subject: [PATCH] gallium/docs: remove documentation of non-existent instructions trivial --- src/gallium/docs/source/tgsi.rst | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 341b41fb2da..9f66fddedcf 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -246,19 +246,6 @@ This instruction replicates its result. dst.w = src0.w \times src1.w + src2.w -.. opcode:: SUB - Subtract - -.. math:: - - dst.x = src0.x - src1.x - - dst.y = src0.y - src1.y - - dst.z = src0.z - src1.z - - dst.w = src0.w - src1.w - - .. opcode:: LRP - Linear Interpolate .. math:: @@ -391,19 +378,6 @@ This instruction replicates its result. dst.w = 1 -.. opcode:: ABS - Absolute - -.. math:: - - dst.x = |src.x| - - dst.y = |src.y| - - dst.z = |src.z| - - dst.w = |src.w| - - .. opcode:: DPH - Homogeneous Dot Product This instruction replicates its result.