diff options
author | Chris Forbes <[email protected]> | 2013-10-10 22:15:14 +1300 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-10-26 22:28:26 +1300 |
commit | a936000db6c0ead5a4b469673fd93534efe66e0d (patch) | |
tree | e01bdce9c83cbb970ff48302435e704f67ccaed1 /Makefile.am | |
parent | 4c1eae53951353643d0e172bc3a47b847312c7dc (diff) |
i965: Add lowering pass for splitting textureGatherOffsets
Rewrites textureGatherOffsets(s, p, offsets) into
gvec4(
textureGatherOffset(s, p, offsets[0]).w,
textureGatherOffset(s, p, offsets[1]).w,
textureGatherOffset(s, p, offsets[2]).w,
textureGatherOffset(s, p, offsets[3]).w
)
V2: Use ir_builder to be slightly clearer.
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions