Merge branch 'mesa_7_5_branch' into mesa_7_6_branch

Conflicts:
	src/mesa/drivers/dri/intel/intel_context.c
This commit is contained in:
Ian Romanick
2009-09-10 11:24:56 -07:00
2 changed files with 6 additions and 1 deletions

View File

@@ -162,6 +162,9 @@ intelGetString(GLcontext * ctx, GLenum name)
case PCI_CHIP_G41_G:
chipset = "Intel(R) G41";
break;
case PCI_CHIP_B43_G:
chipset = "Intel(R) B43";
break;
case PCI_CHIP_ILD_G:
chipset = "Intel(R) IGDNG_D";
break;