Closed
Bug 729438
Opened 14 years ago
Closed 14 years ago
GetGLFrameBufferFormat need to be specified for maemo in Qt port
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla13
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file)
|
1.26 KB,
patch
|
ajuma
:
review+
|
Details | Diff | Splinter Review |
recent trunk crashes fennec on N9 due to missing local FB format definition
we should add it similar to gonk port
| Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → romaxa
Attachment #599519 -
Flags: review?(ajuma)
Comment 2•14 years ago
|
||
Comment on attachment 599519 [details] [diff] [review]
nsWindow::GetGLFrameBufferFormat return RGB for maemo
Review of attachment 599519 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/qt/nsWindow.cpp
@@ +3311,5 @@
> +nsWindow::GetGLFrameBufferFormat()
> +{
> + if (mLayerManager &&
> + mLayerManager->GetBackendType() == LayerManager::LAYERS_OPENGL) {
> + // We directly map the hardware fb on Gonk. The hardware fb
Please update this comment (we're not in Gonk here).
Attachment #599519 -
Flags: review?(ajuma) → review+
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•