i965: Remove unused PIPE_CONTROL defines.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 12 Dec 2013 05:53:27 +0000 (21:53 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 6 Jan 2014 23:45:42 +0000 (15:45 -0800)
commitf6b10544cda34ec2e7f43de217e28ab2bdc2f63d
tree4b7b4abac9eb1a1f3ba026361c7c34ccafe1b584
parentf8432832a7f3d3cc01f8bab8358069029d575ef0
i965: Remove unused PIPE_CONTROL defines.

Both brw_defines.h and intel_reg.h defined PIPE_CONTROL fields, which
had similar names, but couldn't be used in the same way.  (One had
built-in shifts, and the other didn't...)

Delete the unused set to preserve sanity.

(Eric wrote an almost identical patch back in August, so I believe he
approves.)

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_defines.h