diff options
author | Nicolai Hähnle <[email protected]> | 2017-06-16 20:50:56 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-06-26 14:02:06 +0200 |
commit | f17d78becc8af2b3c2b9fd236c3cd9eb0682e66e (patch) | |
tree | ffa95b75873e336c311eccb2a8a26380014442ce /.travis.yml | |
parent | 162c42f8edde4a2c13b1eb5c0f9f0828441ed4c8 (diff) |
radeonsi: support indirect indexing in INTERP_* opcodes
The hardware doesn't support it, so we just interpolate all array elements
and then use indirect indexing on the resulting vector.
Clearly, this is not very efficient. There is an argument to be had for
adding if/else, or perhaps even pulling the data out of LDS directly.
Both don't really seem worth the effort, considering that it seems nobody
actually uses this feature.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions