mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
i965: Update renderer strings for sandybridge
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit 0c86e1f294)
This commit is contained in:
parent
4af00f1a5e
commit
759e9fb737
1 changed files with 13 additions and 0 deletions
|
|
@ -163,6 +163,19 @@ intelGetString(GLcontext * ctx, GLenum name)
|
|||
case PCI_CHIP_ILM_G:
|
||||
chipset = "Intel(R) Ironlake Mobile";
|
||||
break;
|
||||
case PCI_CHIP_SANDYBRIDGE_GT1:
|
||||
case PCI_CHIP_SANDYBRIDGE_GT2:
|
||||
case PCI_CHIP_SANDYBRIDGE_GT2_PLUS:
|
||||
chipset = "Intel(R) Sandybridge Desktop";
|
||||
break;
|
||||
case PCI_CHIP_SANDYBRIDGE_M_GT1:
|
||||
case PCI_CHIP_SANDYBRIDGE_M_GT2:
|
||||
case PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS:
|
||||
chipset = "Intel(R) Sandybridge Mobile";
|
||||
break;
|
||||
case PCI_CHIP_SANDYBRIDGE_S:
|
||||
chipset = "Intel(R) Sandybridge Server";
|
||||
break;
|
||||
default:
|
||||
chipset = "Unknown Intel Chipset";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue