summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TilesManager.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary invertedTileSwitchJohn Reck2012-03-201-13/+0
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-7/+0
* Replace picture count with the SurfaceCollection countChris Craik2012-03-091-0/+4
* Merge "layer rendering cleanup/rewrite"Chris Craik2012-02-281-17/+4
|\
| * layer rendering cleanup/rewriteChris Craik2012-02-281-17/+4
* | Delete the GL shader resources in a cleaner wayTeng-Hui Zhu2012-02-281-5/+0
|/
* Gl resource should be re-initialized after EGL context changedTeng-Hui Zhu2012-02-271-0/+5
* Revert "simplify texture generation filters"Chris Craik2012-02-231-4/+4
* simplify texture generation filtersChris Craik2012-02-161-4/+4
* Shrink the transfer queue by defaultTeng-Hui Zhu2012-02-071-2/+2
* Clean up tranfer queue before EGL context destroyTeng-Hui Zhu2012-01-271-0/+5
* Add tree swapping properties and statsChris Craik2012-01-241-0/+13
* Fix invalid reads in transfer queue cleanup.Selim Gurun2011-12-221-1/+0
* Clean up all the old code paths before TransferQueueTeng-Hui Zhu2011-12-151-5/+0
* update callback mechanism, adds nativeDiscardAllTextures for TileBenchmark toolChris Craik2011-12-131-4/+5
* Fix image layer codepathNicolas Roard2011-11-301-0/+2
* Set the number of current textures depending on the layers' count,Nicolas Roard2011-11-181-0/+8
* synchronous layer updates, and animation deferral during paintChris Craik2011-11-161-1/+6
* Change the default webView behavior to minimize the memory consumptionTeng-Hui Zhu2011-11-071-0/+12
* Refactor the image sharing codeNicolas Roard2011-10-121-7/+0
* Fixed infinite redraw loop from running out of layer tilesChris Craik2011-10-111-2/+3
* Remove m_contentsImage usageJohn Reck2011-10-041-1/+1
* Fix a memory leak with LayerAndroidNicolas Roard2011-09-291-0/+1
* Dynamically set the upper limit of layer tiles' texture numberTeng-Hui Zhu2011-09-271-2/+0
* Add shared images for layersNicolas Roard2011-09-261-0/+9
* Deallocate graphics memory with onTrimMemory signalsChris Craik2011-09-081-0/+3
* Enable double buffering via base tilesChris Craik2011-09-021-6/+11
* Merge "Fix repaint when we toggle the inverted mode - add a boolean return in...Nicolas Roard2011-08-181-0/+13
|\
| * Fix repaint when we toggle the inverted modeNicolas Roard2011-08-181-0/+13
* | Merge "tile prefetching now triggered automatically"Chris Craik2011-08-181-8/+0
|\ \ | |/ |/|
| * tile prefetching now triggered automaticallyChris Craik2011-08-171-8/+0
* | Reduce the tiles lookup complexityNicolas Roard2011-08-171-0/+6
|/
* Fix ANR in webkitNicolas Roard2011-08-081-7/+0
* Fix a potential sync problem for TransferQueueTeng-Hui Zhu2011-08-081-9/+18
* Merge "Shared surface texture"Teng-Hui Zhu2011-08-031-1/+4
|\
| * Shared surface textureTeng-Hui Zhu2011-08-021-1/+4
* | Add setters for the contrastNicolas Roard2011-08-021-0/+4
|/
* Implement an invert screen modeJohn Reck2011-07-151-0/+9
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-17/+26
* Tile profiling backendChris Craik2011-07-131-0/+7
* Refactor partial invalidation codeTeng-Hui Zhu2011-07-061-0/+4
* Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-011-0/+8
* Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-281-4/+3
* Support the screen shot while the video is paused.Teng-Hui Zhu2011-06-011-0/+3
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+162