Closed Bug 705169 Opened 13 years ago Closed 13 years ago

Use PBOs for texture upload

Categories

(Firefox for Android Graveyard :: General, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: pcwalton, Unassigned)

References

Details

We can potentially get better texture upload performance by using Pixel Buffer Objects and reading the buffers glMapBuffer(). Note that the Nexus One (and other phones based on Snapdragon family chipsets) do not support glMapBuffer(); instead we need to use glBufferData (not glBufferSubData!) [1].

[1]: http://osdir.com/ml/android-ndk/2011-03/msg00111.html
Once this is resolved, what is the best way to test this patch?
pretty sure PBOs don't work, marking won't fix
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.