diff options
author | Matt Turner <[email protected]> | 2013-08-28 17:03:22 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-09-05 14:55:19 -0700 |
commit | 4a6100054c1702e08fea898d6a30050aadf36bcb (patch) | |
tree | ecc05aa6595fa78229115953b4b2ff4e6ba63fd0 /src/mesa/drivers/dri/i965/brw_defines.h | |
parent | 0f6fce15852d3d6fb5251e42394332a62788ef67 (diff) |
i965: Remove never used RSR and RSL opcodes.
RSR and RSL are listed in the "Defeatured Instructions" section of the
965 PRM, Volume 4:
"The following instructions are removed from Gen4 implementation mainly
due to implementation cost/schedule reasons. They are candidates for
future generations."
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_defines.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_defines.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index ec6c854e906..7040a270d41 100644 --- a/src/mesa/drivers/dri/i965/brw_defines.h +++ b/src/mesa/drivers/dri/i965/brw_defines.h @@ -691,8 +691,6 @@ enum opcode { BRW_OPCODE_XOR = 7, BRW_OPCODE_SHR = 8, BRW_OPCODE_SHL = 9, - BRW_OPCODE_RSR = 10, - BRW_OPCODE_RSL = 11, BRW_OPCODE_ASR = 12, BRW_OPCODE_CMP = 16, BRW_OPCODE_CMPN = 17, |