Module: Mesa Branch: master Commit: 9d77663abb6ebb5eae66fac18088079e76f508d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d77663abb6ebb5eae66fac18088079e76f508d3
Author: Michal Krol <[email protected]> Date: Wed Apr 1 11:25:58 2009 +0200 tgsi/doc: Fix typo. --- .../auxiliary/tgsi/tgsi-instruction-set.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt index a20ad68..a3f4947 100644 --- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt +++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt @@ -262,7 +262,7 @@ TGSI Instruction Specification dst.w = round(src.w) -1.3.10 EXPBASE2 - Exponent Base 2 +1.3.10 EXPBASE2 - Exponential Base 2 dst.x = pow(2.0, src.x) dst.y = pow(2.0, src.x) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
