commit | d8214e4384aaf0ee412ad9aea80f9fec522c1e4a | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Nov 07 11:18:34 2012 -0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Dec 04 16:27:53 2012 -0800 |
tree | c297544b6188cef26163815bd9409820d82ff0b7 | |
parent | 29340d02dc38a9cc352d44412871dc9d4e3f878a [diff] |
i965/fs: Add instruction emit for varying-index reads of uniforms. The gen7 send-from-GRF path is sufficiently different from the perspective of IR generation and optimization that I just made it a separate opcode. v2: fix whitespace, rebase on Ken's recent refactor.