summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TransferQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent race condition in tile texture discardChris Craik2011-10-171-5/+8
* Fix crash in BaseTileTextureChris Craik2011-10-131-5/+2
* Mark tiles discarded by TransferQueue as dirtyChris Craik2011-10-111-4/+31
* Merge "Turn on the new Gpu Upload code path"Teng-Hui Zhu2011-09-301-1/+1
|\
| * Turn on the new Gpu Upload code pathTeng-Hui Zhu2011-09-301-1/+1
* | Merge "The new Gpu upload code path."Teng-Hui Zhu2011-09-301-1/+22
|\ \ | |/
| * The new Gpu upload code path.Teng-Hui Zhu2011-09-301-1/+22
* | Merge "Make the Gpu Upload path faster"Teng-Hui Zhu2011-09-301-8/+18
|\ \ | |/
| * Make the Gpu Upload path fasterTeng-Hui Zhu2011-09-291-8/+18
* | Use state machine to track tile stateChris Craik2011-09-291-0/+1
|/
* Egl sync code path should be only activated when we are in GpuUpload modeTeng-Hui Zhu2011-09-261-1/+2
* Enable the CPU upload path for Browser.Teng-Hui Zhu2011-09-231-62/+85
* Support drawing the quad in GL_NEAREST mode.Teng-Hui Zhu2011-09-201-1/+1
* A better CPU upload pathTeng-Hui Zhu2011-09-201-7/+13
* Fix one typo in the GL state restoreTeng-Hui Zhu2011-09-191-1/+1
* Share the display from the UI threadTeng-Hui Zhu2011-09-161-13/+25
* A better WAR of driver issue by using GPU fenceTeng-Hui Zhu2011-09-131-12/+28
* Merge "Deallocate graphics memory with onTrimMemory signals"Chris Craik2011-09-081-0/+3
|\
| * Deallocate graphics memory with onTrimMemory signalsChris Craik2011-09-081-0/+3
* | Merge "The CPU code path for uploading the textures"Teng-Hui Zhu2011-09-081-0/+9
|\ \ | |/ |/|
| * The CPU code path for uploading the texturesTeng-Hui Zhu2011-09-061-0/+9
* | Enable double buffering via base tilesChris Craik2011-09-021-3/+4
|/
* Avoid the lock when dealing with Surface TextureTeng-Hui Zhu2011-08-221-4/+4
* Merge the line by line copy into one when appropiateTeng-Hui Zhu2011-08-221-6/+10
* refactor the nativeWindow handling in TransferQueueTeng-Hui Zhu2011-08-181-38/+26
* Fixing issues needed to get Ganesh working with SurfaceTextures.Derek Sollenberger2011-08-151-1/+2
* Fix a potential sync problem for TransferQueueTeng-Hui Zhu2011-08-081-2/+19
* Better driver bug workaroundTeng-Hui Zhu2011-08-041-4/+6
* Finalize the sync part.Teng-Hui Zhu2011-08-031-78/+96
* Shared surface textureTeng-Hui Zhu2011-08-021-0/+403