tgsi: fix the documentation of DLDEXP
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 15 Sep 2017 15:47:27 +0000 (17:47 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 29 Sep 2017 10:07:46 +0000 (12:07 +0200)
Sourcing the exponent for the zw destination pair from Z is consistent
with both tgsi_exec and gallivm. In practice, st_glsl_to_tgsi always
generates per-channel instructions anyway.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
src/gallium/docs/source/tgsi.rst

index 0bd9964a9855023d57276a85943c7303e1b3e726..8633c929b9f737e4935eb697aa01e9ed2150733c 100644 (file)
@@ -1859,7 +1859,7 @@ source is an integer.
 
   dst.xy = src0.xy \times 2^{src1.x}
 
-  dst.zw = src0.zw \times 2^{src1.y}
+  dst.zw = src0.zw \times 2^{src1.z}
 
 .. opcode:: DMIN - Minimum