Bugzilla – Attachment 45954 Details for
Bug 103135
i915 DRI driver broken?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
945G support
p_i945G.diff (text/plain), 1.64 KB, created by
Stefan Dirsch
on 2005-08-12 21:30:44 UTC
(
hide
)
Description:
945G support
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2005-08-12 21:30:44 UTC
Size:
1.64 KB
patch
obsolete
>Index: intel_context.c >=================================================================== >RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/i915/intel_context.c,v >retrieving revision 1.14 >retrieving revision 1.15 >diff -u -r1.14 -r1.15 >--- intel_context.c 9 May 2005 17:42:18 -0000 1.14 >+++ intel_context.c 31 May 2005 18:10:03 -0000 1.15 >@@ -99,6 +99,8 @@ > chipset = "Intel(R) 915G"; break; > case PCI_CHIP_I915_GM: > chipset = "Intel(R) 915GM"; break; >+ case PCI_CHIP_I945_G: >+ chipset = "Intel(R) 945G"; break; > default: > chipset = "Unknown Intel Chipset"; break; > } >Index: intel_context.h >=================================================================== >RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/i915/intel_context.h,v >retrieving revision 1.6 >retrieving revision 1.7 >diff -u -r1.6 -r1.7 >--- intel_context.h 6 Jan 2005 14:35:44 -0000 1.6 >+++ intel_context.h 31 May 2005 18:10:03 -0000 1.7 >@@ -412,6 +412,7 @@ > #define PCI_CHIP_I865_G 0x2572 > #define PCI_CHIP_I915_G 0x2582 > #define PCI_CHIP_I915_GM 0x2592 >+#define PCI_CHIP_I945_G 0x2772 > > > /* ================================================================ >Index: intel_screen.c >=================================================================== >RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/i915/intel_screen.c,v >retrieving revision 1.14 >retrieving revision 1.15 >diff -u -r1.14 -r1.15 >--- intel_screen.c 20 May 2005 18:40:11 -0000 1.14 >+++ intel_screen.c 31 May 2005 18:10:03 -0000 1.15 >@@ -349,6 +349,7 @@ > > case PCI_CHIP_I915_G: > case PCI_CHIP_I915_GM: >+ case PCI_CHIP_I945_G: > return i915CreateContext( mesaVis, driContextPriv, > sharedContextPrivate ); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 103135
:
45381
|
45484
|
45953
| 45954 |
46072