summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TransferQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize platform/graphics/androidNicolas Roard2012-04-061-644/+0
* TransferQueue: use BufferQueue::setBufferCountJamie Gennis2012-04-061-3/+6
* Merging drawLayerQuad and drawQuadTeng-Hui Zhu2012-04-051-3/+5
* Rename several classesChris Craik2012-04-041-35/+36
* Fix pure color check to be performed pre-visual indicatorJohn Reck2012-03-211-2/+2
* Canvas on a textureJohn Reck2012-03-201-26/+1
* Fix tile discard, acquire, transfer, crashChris Craik2012-03-121-2/+3
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-36/+23
* remove TextureTileInfo and readyfor checkChris Craik2012-03-081-29/+5
* fix stalls in tile updatesChris Craik2012-02-291-2/+1
* layer rendering cleanup/rewriteChris Craik2012-02-281-1/+2
* removed unused vars/functionsChris Craik2012-02-281-1/+1
* Revert "simplify texture generation filters"Chris Craik2012-02-231-26/+18
* simplify texture generation filtersChris Craik2012-02-161-18/+26
* Merge "Shrink the transfer queue by default"Teng-Hui Zhu2012-02-101-16/+18
|\
| * Shrink the transfer queue by defaultTeng-Hui Zhu2012-02-071-16/+18
* | Don't use fence sync for browserTeng-Hui Zhu2012-02-021-1/+2
|/
* Merge "Partial repaint implementation"Nicolas Roard2012-01-311-15/+55
|\
| * Partial repaint implementationNicolas Roard2012-01-311-15/+55
* | Clean up tranfer queue before EGL context destroyTeng-Hui Zhu2012-01-271-18/+51
|/
* Employ the transfer queue to the pure color tilesTeng-Hui Zhu2012-01-031-18/+65
* Increase the buffer count from query resultTeng-Hui Zhu2011-12-051-1/+5
* am 3fb3b3e0: Merge "Revert "Set the exact buffer size to Surf Tex"" into ics-mr1Teng-Hui Zhu2011-12-021-1/+1
|\
| * Revert "Set the exact buffer size to Surf Tex"Teng-Hui Zhu2011-12-021-1/+1
* | am d9b4da81: Merge "Increase the transfer queue size a little to improve the ...Bart Sears2011-11-301-1/+1
|\ \ | |/
| * Increase the transfer queue size a little to improve the performanceTeng-Hui Zhu2011-11-301-1/+1
* | am a5c5de10: Merge "Set the exact buffer size to Surf Tex" into ics-mr1Teng-Hui Zhu2011-11-301-1/+1
|\ \ | |/
| * Set the exact buffer size to Surf TexTeng-Hui Zhu2011-11-291-1/+1
* | am 7fd7178c: Merge "Add logging to help debug an ANR" into ics-mr1Teng-Hui Zhu2011-11-171-4/+10
|\ \ | |/
| * Add logging to help debug an ANRTeng-Hui Zhu2011-11-161-4/+10
* | compiler error fix when DEBUG is onTeng-Hui Zhu2011-11-021-3/+3
|/
* Don't discardQueue if the upload type didn't changeJohn Reck2011-10-271-0/+3
* 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
|\