From: Marek Olšák Date: Fri, 17 Feb 2017 10:20:00 +0000 (+0100) Subject: gallium/docs: remove documentation of non-existent instructions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5b093667707348732daa14d2aef8532f31ada83;p=mesa.git gallium/docs: remove documentation of non-existent instructions trivial --- 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.