From: Nicolai Hähnle Date: Fri, 15 Sep 2017 15:47:27 +0000 (+0200) Subject: tgsi: fix the documentation of DLDEXP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dbe7fc00d5715bcc08acc3141414da037938bbdd;p=mesa.git tgsi: fix the documentation of DLDEXP 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 Tested-by: Dieter Nützel --- diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 0bd9964a985..8633c929b9f 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -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