mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 14:20:39 +01:00
i965: Remove never used DPA2 opcode.
DPA2 is 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 <kenneth@whitecape.org>
This commit is contained in:
parent
4a6100054c
commit
16cedf3a25
1 changed files with 0 additions and 1 deletions
|
|
@ -738,7 +738,6 @@ enum opcode {
|
|||
BRW_OPCODE_DPH = 85,
|
||||
BRW_OPCODE_DP3 = 86,
|
||||
BRW_OPCODE_DP2 = 87,
|
||||
BRW_OPCODE_DPA2 = 88,
|
||||
BRW_OPCODE_LINE = 89,
|
||||
BRW_OPCODE_PLN = 90,
|
||||
BRW_OPCODE_MAD = 91,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue