diff options
author | Kenneth Graunke <[email protected]> | 2012-12-02 00:08:15 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-02-28 13:19:00 -0800 |
commit | 0a1d145e5f1e6120e70e9b46e069167a0d653579 (patch) | |
tree | 30e57f6ef19800b87e8ad0fd859eec726fd97a69 /src/mesa/program | |
parent | 015a48743dfcf138cce5752098e01a6cfd6efefe (diff) |
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
v2 [mattst88]:
- Add BRW_OPCODE_LRP to list of CSE-able expressions.
- Fix op_var[] array size.
- Rename arguments to emit_lrp to (x, y, a) to clear confusion.
- Add LRP function to brw_fs.cpp/.h.
- Corrected comment about LRP instruction arguments in emit_lrp.
v3 [mattst88]:
- Duplicate MAD code for LRP instead of using a function pointer.
- Check for != GRF instead of == IMM in emit_lrp.
- Lower LRP on gen < 6.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Kenneth Graunke <[email protected]>
1
Diffstat (limited to 'src/mesa/program')
0 files changed, 0 insertions, 0 deletions