index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebCore
/
platform
/
graphics
/
android
/
BaseTile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ANR in the browser
Nicolas Roard
2011-02-10
1
-1
/
+2
*
Implement dynamic allocation of base tiles.
Nicolas Roard
2011-01-31
1
-2
/
+23
*
Add a ClassTracker class to more easily track leaks
Nicolas Roard
2011-01-30
1
-10
/
+2
*
Implement tiles synchronization
Nicolas Roard
2011-01-23
1
-2
/
+2
*
Implement partial layer rendering (support for large layers)
Nicolas Roard
2011-01-18
1
-2
/
+3
*
Add debug info
Teng-Hui Zhu
2011-01-07
1
-2
/
+6
*
Better thread safety protection on m_usable
Teng-Hui Zhu
2010-12-15
1
-9
/
+8
*
Prevent the usage of the texture(tile) if considered un-usable
Teng-Hui Zhu
2010-12-13
1
-3
/
+19
*
When the tile get painted, it should be cleared first.
Teng-Hui Zhu
2010-12-08
1
-1
/
+1
*
Fix case where the Texture class held a reference to a deleted Tile.
Derek Sollenberger
2010-11-22
1
-0
/
+3
*
Use a fixed number of BaseTiles per TiledPage.
Derek Sollenberger
2010-11-11
1
-4
/
+12
*
Support partial invalidation of tiles based on webkit's inval rect.
Derek Sollenberger
2010-11-05
1
-40
/
+63
*
Revert "Support partial invalidation of tiles based on webkit's inval rect."
Derek Sollenberger
2010-11-04
1
-63
/
+40
*
Support partial invalidation of tiles based on webkit's inval rect.
Derek Sollenberger
2010-11-04
1
-40
/
+63
*
Remove locks in BaseTile. Also fix the bug where the browser hangs when closi...
Nicolas Roard
2010-10-26
1
-12
/
+30
*
Fix random crashes when HW acceleration is turned on.
Nicolas Roard
2010-10-26
1
-7
/
+5
*
Remove any scheduled painting for BaseTile that are going to be deallocated.
Nicolas Roard
2010-10-25
1
-2
/
+1
*
Cleanup BaseTile and BackedDoubleBufferedTexture classes.
Derek Sollenberger
2010-10-19
1
-41
/
+26
*
Fix potential deadlock when acquiring a texture
Nicolas Roard
2010-10-15
1
-1
/
+2
*
Cleanup TiledPage class.
Derek Sollenberger
2010-10-14
1
-6
/
+3
*
GL rendering (without layers)
Nicolas Roard
2010-10-13
1
-0
/
+229