Closed
Bug 678330
Opened 13 years ago
Closed 13 years ago
Use IOKit to get precise GPU information in GfxInfo on Mac
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: bjacob, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
5.64 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
Currently we use CGL to get GPU information, which is very vague. For example, for NVIDIA cards, it only tells whether the card is a Geforce 8 or newer, or not.
We need to switch to using IOKit like Chrome does: bug 678053 comment 3:
"We use IOKit to scan for PCI-based GPUs.
See http://src.chromium.org/viewvc/chrome/trunk/src/content/gpu/gpu_info_collector_mac.mm?view=markup "
Once this is done, we can stop blacklisting all Geforce 7 and older cards (bug 678053) and only blacklist the cards known to have issues (Geforce 7300 GT).
Comment 1•13 years ago
|
||
Attachment #561598 -
Flags: review?(bjacob)
Comment 2•13 years ago
|
||
This patch borrows some of the code from Chromium. It doesn't try to detect dual GPU situations and assumes that CGDisplayIOServicePort(kCGDirectMainDisplay) will do the correct thing. This assumption is supported by testing.
Reporter | ||
Updated•13 years ago
|
Attachment #561598 -
Flags: review?(bjacob) → review+
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•