summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-02-17 11:20:00 +0100
committerMarek Olšák <[email protected]>2017-02-18 01:22:08 +0100
commitb5b093667707348732daa14d2aef8532f31ada83 (patch)
tree249fd4bbf5d3a70c1d91845ccc22bf0e3dc5785f /src/gallium/docs
parent5f02c2a0540f4ed8e0ab7cca4fd6d05f85cf7bb6 (diff)
gallium/docs: remove documentation of non-existent instructions
trivial
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/tgsi.rst26
1 files changed, 0 insertions, 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.