diff options
author | Russell King <[email protected]> | 2016-04-13 18:42:40 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-04-19 16:04:44 -0400 |
commit | 65460cf4c87b9b0c423db80fbd31fd44fbfde7ce (patch) | |
tree | 6dacd87d3a1aed6ef4b1dd3abf158af65a3f195a /src/hgl/GLRenderer.cpp | |
parent | 23e870a888e24b25f9b61a9b1e486e3ef2c7a12c (diff) |
tgsi/lowering: add support for lowering TRUNC
Add support for lowering TRUNC using the following sequence:
FRC tmpA, |src|
SUB tmpA, |src|, tmpA
CMP dst, -tmpA, tmpA
Note that this is incompatible with FRC lowering.
Signed-off-by: Russell King <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/hgl/GLRenderer.cpp')
0 files changed, 0 insertions, 0 deletions