Closed
Bug 776796
Opened 12 years ago
Closed 11 years ago
Crystal Skull is very slow on SGS2 with non-remote iframe
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: romaxa, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Tried latest b2g build on sgs2 and found that crystal-scull is ~7FPS
Disabled remote-frame (IPC) for this application, and it still slow.
Checked with gdb and found that most of the time we spend in glCopyTexSubImage2D call.
Reporter | ||
Comment 1•12 years ago
|
||
With this patch I have ~40 FPS rate very smooth and fast on SGS2/Mali.
Do we have any other plans for pushing webgl rendering without using glCopyTexSubImage2D?
Do we have anyone on b2g who can contact the gfx vendors and ask my CopyTexSubImage is so slow? I can ping nvidia at least, but they're not the hardware that's involved here.
Oleg, the single egl image patch here removes the copy, but means that we'd get rendering happening to the same surface that the compositor is reading from, right? (I know it's just for testing, but making sure that I understand what the failure is :) Good idea though to give us an idea of what the perf impact is.
Comment 3•12 years ago
|
||
We have ARM Mali driver contacts. Mailing you privately.
Comment 4•12 years ago
|
||
(In reply to Oleg Romashin (:romaxa) from comment #1)
> Created attachment 645173 [details] [diff] [review]
> Single EGL Image, no copy
>
> With this patch I have ~40 FPS rate very smooth and fast on SGS2/Mali.
> Do we have any other plans for pushing webgl rendering without using
> glCopyTexSubImage2D?
Bug 766366.
Depends on: 766366
Updated•12 years ago
|
Summary: Crystal Scull is very slow on SGS2 with non-remote iframe → Crystal Skull is very slow on SGS2 with non-remote iframe
Comment 5•12 years ago
|
||
This should be solved by 716859.
This issue is only on some hardware+drivers where glCopyTexSubImage is slow. Official B2G hardware should be unaffected.
Blocks: 835165
Reporter | ||
Comment 7•11 years ago
|
||
No this is not an issue anymore for SGS2 with latest b2g
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(romaxa)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•