summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/TextureUploader.java
Commit message (Expand)AuthorAgeFilesLines
* Fix OOM in TileImageView.Owen Lin2012-08-291-1/+1
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-221-3/+13
* Make sure we won't upload recycled bitmap.Owen Lin2012-05-091-9/+10
* Add BytesBufferPool to prevent GC.Owen Lin2012-04-101-5/+1
* Upload textures in background.Owen Lin2012-04-051-0/+97