diff options
author | Eric Anholt <[email protected]> | 2014-11-12 13:27:49 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-11-24 14:56:22 -0800 |
commit | de2f8d75db3dad3089c96b65223e47ad3986a25c (patch) | |
tree | 00e4a438e8d2aa957f2ade7baa4200597eb5714f /src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | |
parent | d4864cdf15ccd30f0e82d07fd0e9db8a0c115cda (diff) |
gallium: Drop the unused RCC opcode.
Nothing in the tree generated it.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h index 56a7a972c92..33cf38b61e8 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h +++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h @@ -87,7 +87,6 @@ OP11(LG2) OP12(POW) OP12(XPD) OP11(ABS) -OP11(RCC) OP12(DPH) OP11(COS) OP11(DDX) |