gallium/docs: remove documentation of non-existent instructions

trivial
This commit is contained in:
Marek Olšák 2017-02-17 11:20:00 +01:00
parent 5f02c2a054
commit b5b0936677
1 changed files with 0 additions and 26 deletions

View File

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