From: Tormod Volden <debian.tor...@gmail.com>

---

For automated bug triaging hackery purposes, it can be nice to have
these chipset labels, reported in glxinfo, more consistent.

I wonder if also the "E7221G (i915)" string can be further harmonized
with the other labels, but I have no idea what that chip is.

Tormod

 src/mesa/drivers/dri/intel/intel_context.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_context.c 
b/src/mesa/drivers/dri/intel/intel_context.c
index 2aeca6b..f7bd807 100644
--- a/src/mesa/drivers/dri/intel/intel_context.c
+++ b/src/mesa/drivers/dri/intel/intel_context.c
@@ -104,7 +104,7 @@ intelGetString(GLcontext * ctx, GLenum name)
          chipset = "Intel(R) 915G";
          break;
       case PCI_CHIP_E7221_G:
-        chipset = "Intel (R) E7221G (i915)";
+        chipset = "Intel(R) E7221G (i915)";
         break;
       case PCI_CHIP_I915_GM:
          chipset = "Intel(R) 915GM";
@@ -148,7 +148,7 @@ intelGetString(GLcontext * ctx, GLenum name)
         chipset = "Intel(R) 965GME/GLE";
         break;
       case PCI_CHIP_GM45_GM:
-        chipset = "Mobile Intel® GM45 Express Chipset";
+        chipset = "Intel(R) GM45";
         break; 
       case PCI_CHIP_IGD_E_G:
         chipset = "Intel(R) Integrated Graphics Device";
-- 
1.6.3.3


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to