Closed
Bug 918839
Opened 12 years ago
Closed 12 years ago
Apply Bug 873937 to master
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
People
(Reporter: sotaro, Assigned: sotaro)
Details
Attachments
(1 file, 1 obsolete file)
1.59 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #873937 +++
Bug 873937 fixed a problem of the texture rendering from 9px to 16px height on Adreno (TM) 200. When the bug was created a patch in Bug 884188 covered the fix. But right now, the patch in Bug 884188 does not cover the fix. It is necessary to apply the change to master and b2gv1.2
The problem could be confirmed by using the following url.
http://people.mozilla.org/~sikeda/test_input_height.html
Assignee | ||
Updated•12 years ago
|
blocking-b2g: --- → koi?
Updated•12 years ago
|
blocking-b2g: koi? → koi+
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•12 years ago
|
||
Confirmed the patch works on master hamachi by disabling HwComposer.
Assignee | ||
Updated•12 years ago
|
Attachment #807814 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Attachment #807814 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Committable patch. Carry "jmuizelaar: review+".
Attachment #807814 -
Attachment is obsolete: true
Attachment #808009 -
Flags: review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #1)
> Confirmed the patch works on master hamachi by disabling HwComposer.
If that's the case then this is not really a fix: in bug 884188 we wanted to have the HwComposer active while painting the network activity icon but this requires having gralloc'd surfaces of at least 17 pixels (and increasing the network icon to that size). If I understand this patch correctly this disables hardware composition for anything below 32 pixels... or am I misunderstanding how it works?
Comment 5•12 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Gabriele Svelto [:gsvelto] from comment #4)
> (In reply to Sotaro Ikeda [:sotaro] from comment #1)
> > Confirmed the patch works on master hamachi by disabling HwComposer.
>
> If that's the case then this is not really a fix: in bug 884188 we wanted to
> have the HwComposer active while painting the network activity icon but this
> requires having gralloc'd surfaces of at least 17 pixels (and increasing the
> network icon to that size). If I understand this patch correctly this
> disables hardware composition for anything below 32 pixels... or am I
> misunderstanding how it works?
The patch does not disable the HwComposer, just extend the thebes buffer's height to more than 32. This bug happens only on OpenGL rendering. Therefore to confirm the fix, I disabled HwComposer temporarily on my built ROM.
Comment 7•12 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #6)
> The patch does not disable the HwComposer, just extend the thebes buffer's
> height to more than 32. This bug happens only on OpenGL rendering. Therefore
> to confirm the fix, I disabled HwComposer temporarily on my built ROM.
Thank you for clearing this up for me :-)
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Comment 9•12 years ago
|
||
status-b2g-v1.2:
--- → fixed
status-firefox25:
--- → wontfix
status-firefox26:
--- → fixed
status-firefox27:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•