Closed
Bug 544697
Opened 15 years ago
Closed 15 years ago
Reenable neon support
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a2
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file)
|
2.03 KB,
patch
|
benjamin
:
review+
vlad
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Attachment #425666 -
Flags: review?(benjamin)
| Assignee | ||
Comment 2•15 years ago
|
||
Comment on attachment 425666 [details] [diff] [review]
reenable neon support in pixman
There are two parts to getting this working again:
1. We add a SSRCS rule that let's us compile .S files using gcc. (Bengamin, can you review this part?)
2. Work around a bug in the scratchbox toolchain that causes unresolved symbols to be emitted in when using vmov. This problem is described here: https://bugs.freedesktop.org/show_bug.cgi?id=25534
| Assignee | ||
Updated•15 years ago
|
Attachment #425666 -
Flags: review?(vladimir)
Comment on attachment 425666 [details] [diff] [review]
reenable neon support in pixman
looks fine, but file a bug to update the maemo sdk or something -- we're right now using the old maemo sdk with cs2007q3, whereas the new maemo sdk comes with cs2007q3+patches such as the vmov one.
Attachment #425666 -
Flags: review?(vladimir) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
Filed bug 544713
Updated•15 years ago
|
Attachment #425666 -
Flags: review?(benjamin) → review+
| Assignee | ||
Comment 5•15 years ago
|
||
Hmm.. This breaks make check with:
check-sync-dirs.py | build file copies are not in sync
| Assignee | ||
Comment 6•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Assignee: nobody → jmuizelaar
Target Milestone: --- → mozilla1.9.3a2
You need to log in
before you can comment on or make changes to this bug.
Description
•