Closed
Bug 734478
Opened 13 years ago
Closed 13 years ago
Properly create DXGI 1.1 factory
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: bas.schouten, Assigned: bas.schouten)
Details
Attachments
(1 file)
991 bytes,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
Variable shadowing in VerifyD2DDevice is currently causing us to create a DXGI 1.0 device instead of DXGI 1.1, this isn't a serious problem now but we need it for the accelerated NPAPI model.
This patch fixes the issue. Over the shoulder review by jrmuizel.
Attachment #604499 -
Flags: review+
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•