mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 11:10:10 +01:00
i965: Remove i915 chip names.
i915 chipsets shouldn't ever hit this driver. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Chris Forbes <chrisf@ijw.co.nz> Acked-by: Paul Berry <stereotype441@gmail.com> Acked-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
2921390666
commit
e4f3d5cdcf
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ intelGetString(struct gl_context * ctx, GLenum name)
|
|||
switch (intel->intelScreen->deviceID) {
|
||||
#undef CHIPSET
|
||||
#define CHIPSET(id, symbol, str) case id: chipset = str; break;
|
||||
#include "pci_ids/i915_pci_ids.h"
|
||||
#include "pci_ids/i965_pci_ids.h"
|
||||
default:
|
||||
chipset = "Unknown Intel Chipset";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue