Closed
Bug 1032364
Opened 11 years ago
Closed 11 years ago
Change gralloc buffer's key to 64bit
Categories
(Core :: Graphics: Layers, defect, P1)
Tracking
()
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(2 files, 1 obsolete file)
11.20 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
10.57 KB,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1031527 +++
Assignee | ||
Comment 1•11 years ago
|
||
This bug is created based on bug 1031527 Comment 7.
As a gralloc buffer's key, "int" is used. 32 bit is too small for it. We should change it to 64bit.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 2•11 years ago
|
||
Nominate to "b2g-v2.0+". This bug blocks b2g-v2.0+ bug.
blocking-b2g: --- → 2.0?
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #3)
> Created attachment 8448213 [details] [diff] [review]
> patch - Change gralloc buffer's key to 64bit
It removes atomic from SharedBufferManagerParent::sBufferKey. gecko does not support 64bit atomic now. sBufferKey is used only in SharedBufferManagerParent::RecvAllocateGrallocBuffer(). Therefore Atomic is not necessary for the sBufferKey.
Assignee | ||
Updated•11 years ago
|
Attachment #8448213 -
Flags: review?(jmuizelaar)
Updated•11 years ago
|
blocking-b2g: 2.0? → 2.0+
Updated•11 years ago
|
Attachment #8448213 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Un-bitrot. Carry "r=jmuizelaar".
Attachment #8448213 -
Attachment is obsolete: true
Attachment #8449487 -
Flags: review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Sotaro may have already asked to test with this patch, but doing it in the bug just so that others can tell.
Flags: needinfo?(mvines)
Updated•11 years ago
|
Flags: needinfo?(mvines) → needinfo?(ikumar)
Assignee | ||
Comment 8•11 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #7)
> Sotaro may have already asked to test with this patch, but doing it in the
> bug just so that others can tell.
It doesn't apply cleanly on 2.0. Can you please provide an updated patch.
Flags: needinfo?(ikumar)
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Assignee | ||
Comment 11•11 years ago
|
||
Assignee | ||
Comment 12•11 years ago
|
||
(In reply to Inder from comment #9)
> (In reply to Milan Sreckovic [:milan] from comment #7)
> > Sotaro may have already asked to test with this patch, but doing it in the
> > bug just so that others can tell.
> It doesn't apply cleanly on 2.0. Can you please provide an updated patch.
Created a patch attachment 8450186 [details] [diff] [review] for b2g v2.0.
Comment 13•11 years ago
|
||
status-b2g-v2.0:
--- → fixed
status-b2g-v2.1:
--- → fixed
status-firefox31:
--- → wontfix
status-firefox32:
--- → fixed
status-firefox33:
--- → fixed
Comment 14•11 years ago
|
||
No steps available to perform verification. Unable to verify bug.
QA Whiteboard: [QAnalyst-Triage?][QAnalyst-verify-]
Flags: needinfo?(ktucker)
Comment 15•11 years ago
|
||
Correction: Cannot perform verification due to automation steps in original bug of this cloned bug.
Updated•11 years ago
|
QA Whiteboard: [QAnalyst-Triage?][QAnalyst-verify-] → [QAnalyst-Triage+][QAnalyst-verify-]
Flags: needinfo?(ktucker)
You need to log in
before you can comment on or make changes to this bug.
Description
•