index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrBatchAtlas.cpp
Commit message (
Expand
)
Author
Age
*
Make has GrBatchAtlas::ID() inlineable
joshualitt
2015-11-18
*
Disable preemptive batch preparation
robertphillips
2015-11-10
*
Clean up GrBatchAtlas a bit
robertphillips
2015-11-06
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
bsalomon
2015-08-17
*
Modifying TextBlobCacheTest to use SkRandomScalerContext
joshualitt
2015-07-31
*
bump the size of the atlas id to 64 bits
joshualitt
2015-07-31
*
Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset ...
joshualitt
2015-07-31
*
Modifying TextBlobCacheTest to use SkRandomScalerContext
joshualitt
2015-07-31
*
remove SkInstCnt
mtklein
2015-06-26
*
Fix assert in GrBatchAtlas.
jvanverth
2015-05-13
*
Remove vertex/index buffer factilities from GrDrawTarget.
bsalomon
2015-04-28
*
fix for GrBatchAtlas valgrind error
joshualitt
2015-04-24
*
fix for using too much memory in GrBatchAtlas
joshualitt
2015-04-24
*
small fix for perf regression in GrAtlasTextContext.cpp
joshualitt
2015-04-23
*
Adding bulk plot reffer to cached textblobs
joshualitt
2015-04-08
*
Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 ...
joshualitt
2015-04-07
*
Adding bulk plot reffer to cached textblobs
joshualitt
2015-04-07
*
BitmapTextBatch and BitmapTextBlob
joshualitt
2015-03-31
*
Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https...
joshualitt
2015-03-31
*
BitmapTextBatch and BitmapTextBlob
joshualitt
2015-03-31
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Creation of GrBatchAtlas and Distancefieldpathrenderer batch
joshualitt
2015-03-13