Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 152637 Details for
Bug 221111
bump mesa 7.0.4 (was: Add E7221 support to Mesa)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mesa-7.0-E7221.patch
mesa-7.0-E7221.patch (text/plain), 1.53 KB, created by
Jeremy Huddleston (RETIRED)
on 2008-05-09 17:01:31 UTC
(
hide
)
Description:
mesa-7.0-E7221.patch
Filename:
MIME Type:
Creator:
Jeremy Huddleston (RETIRED)
Created:
2008-05-09 17:01:31 UTC
Size:
1.53 KB
patch
obsolete
>diff --git a/src/mesa/drivers/dri/i915/intel_context.c b/src/mesa/drivers/dri/i915/intel_context.c >index bb5ce64..9bca64a 100644 >--- a/src/mesa/drivers/dri/i915/intel_context.c >+++ b/src/mesa/drivers/dri/i915/intel_context.c >@@ -117,6 +117,8 @@ const GLubyte *intelGetString( GLcontext *ctx, GLenum name ) > chipset = "Intel(R) 865G"; break; > case PCI_CHIP_I915_G: > chipset = "Intel(R) 915G"; break; >+ case PCI_CHIP_E7221_G: >+ chipset = "Intel (R) E7221G (i915)"; break; > case PCI_CHIP_I915_GM: > chipset = "Intel(R) 915GM"; break; > case PCI_CHIP_I945_G: >diff --git a/src/mesa/drivers/dri/i915/intel_context.h b/src/mesa/drivers/dri/i915/intel_context.h >index 50e6178..3dfc502 100644 >--- a/src/mesa/drivers/dri/i915/intel_context.h >+++ b/src/mesa/drivers/dri/i915/intel_context.h >@@ -451,6 +451,7 @@ extern int INTEL_DEBUG; > #define PCI_CHIP_I855_GM 0x3582 > #define PCI_CHIP_I865_G 0x2572 > #define PCI_CHIP_I915_G 0x2582 >+#define PCI_CHIP_E7221_G 0x258A > #define PCI_CHIP_I915_GM 0x2592 > #define PCI_CHIP_I945_G 0x2772 > #define PCI_CHIP_I945_GM 0x27A2 >diff --git a/src/mesa/drivers/dri/i915/intel_screen.c b/src/mesa/drivers/dri/i915/intel_screen.c >index 1cc7418..a66cfd6 100644 >--- a/src/mesa/drivers/dri/i915/intel_screen.c >+++ b/src/mesa/drivers/dri/i915/intel_screen.c >@@ -511,6 +511,7 @@ static GLboolean intelCreateContext( const __GLcontextModes *mesaVis, > sharedContextPrivate ); > > case PCI_CHIP_I915_G: >+ case PCI_CHIP_E7221_G: > case PCI_CHIP_I915_GM: > case PCI_CHIP_I945_G: > case PCI_CHIP_I945_GM:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221111
: 152637