diff options
author | Axel Davy <[email protected]> | 2014-12-03 16:28:56 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-01-22 22:16:22 +0000 |
commit | 5399119fb1ea646880c5e8a54e4c7f789be4c574 (patch) | |
tree | 91bb9433ac12a4933307880c12a05d0cc406ee37 /doxygen/.gitignore | |
parent | 30704bbc6e56e27b0dac325165133e84351db884 (diff) |
st/nine: Implement TEXCOORD special behaviours
texcoord for ps < 1_4 should clamp between 0 and 1 the values.
texcrd (texcoord ps 1_4) does not clamp and can be used with
two modifiers _dw and _dz that means the channels are divided
by w or z.
Implement those in shared code, since the same modifiers can be used
for texld ps 1_4.
v2: replace DIV by RCP + MUL
v3: Remove an useless MOV
Reviewed-by: Tiziano Bacocco <[email protected]>
Signed-off-by: Axel Davy <[email protected]>
Cc: "10.4" <[email protected]>
Diffstat (limited to 'doxygen/.gitignore')
0 files changed, 0 insertions, 0 deletions