commit | ed4d0e41acb78f268b8b5c2dd03f654d11c4460b | [log] [tgz] |
---|---|---|
author | Francisco Jerez <currojerez@riseup.net> | Fri May 20 13:03:31 2016 -0700 |
committer | Francisco Jerez <currojerez@riseup.net> | Fri May 27 23:19:21 2016 -0700 |
tree | 4dcd38024840366dccb7f8e3bfc5ab78f9de70d0 | |
parent | 64a6cb87f1fbfe2e410d6a4087450c2d4eb72228 [diff] |
i965/fs: Rename Gen4 physical varying pull constant load opcode. For consistency with the Gen7 variant. I'm not doing the same to the uniform pull constant message at this point because the non-GEN7 one is still overloaded to be either an expression-like logical instruction or a Gen4-specific physical send message. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>