i965: Remove unused #defines which only contain the sub-opcode.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Jan 2011 21:36:23 +0000 (13:36 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Jan 2011 23:44:32 +0000 (15:44 -0800)
commit6c5e6cd13036ef38b9c63bcb245d7132bcffd0f1
treecbd0829f6924d0463781b34bd7e9e3b3ff8e63fd
parent61428dd2ab66017f80dc4f3b0793e741d93a6d47
i965: Remove unused #defines which only contain the sub-opcode.

Most _3DSTATE defines contain the command type, sub-type, opcode, and
sub-opcode (i.e. 0x7905).  These, however, contain only the sub-opcode
(i.e. 0x05).  Since they are inconsistent with the rest of the code and
nothing uses them, simply delete them.

The _3DOP and _3DCONTROL defines seemed similar, and were also unused.
src/mesa/drivers/dri/i965/brw_defines.h