i965: Remove #define name from PCI ID table.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 4 Jul 2013 18:55:36 +0000 (11:55 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 13 Oct 2013 07:10:43 +0000 (00:10 -0700)
commit8d4ecbccd6a5608005b5c8f473d9a44dbde0b08d
treeb325c4b196ba5629f05e654a68172d1417357c46
parent90511faedddff834ab1f6d92f4d5d25a3c32bd82
i965: Remove #define name from PCI ID table.

Nothing uses the #define name, and it's not terribly useful - the
numerical ID serves the same purpose.  The only thing we could really do
with it is generate slightly prettier preprocessed code.  But who looks
at that?

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
include/pci_ids/i965_pci_ids.h
include/pci_ids/pci_id_driver_map.h
src/mesa/drivers/dri/i965/intel_context.c