From: Michal Krol Date: Tue, 10 Mar 2009 09:08:20 +0000 (+0100) Subject: tgsi: ARL is a vector instruction. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f8c4efe24c2cf9baec5a0c50ad53f37f9a90973;p=mesa.git tgsi: ARL is a vector instruction. --- diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt index f0e6aee4ca7..0b581cce6c1 100644 --- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt +++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt @@ -14,6 +14,9 @@ TGSI Instruction Specification 1.1.1 ARL - Address Register Load dst.x = floor(src.x) + dst.y = floor(src.y) + dst.z = floor(src.z) + dst.w = floor(src.w) 1.1.2 MOV - Move