index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrAtlasTextContext.h
Commit message (
Expand
)
Author
Age
*
Detach cache in DF routines rather than passing it in.
jvanverth
2015-09-09
*
Make GrTextContext no longer store a GrDrawContext
robertphillips
2015-09-01
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Fix for distance field draw large glyph as paths
joshualitt
2015-08-25
*
Regenerate LCD text blobs if GrPaint's color changes, not SkPaint.
jvanverth
2015-08-18
*
Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...
bsalomon
2015-08-13
*
Minimize retrieving SkGlyph in GrTextContext
joshualitt
2015-07-24
*
Remove some redundant fields from BitmapTextBatch (and rename to TextBatch).
bsalomon
2015-07-22
*
rename BitmapTextBlob and move it to its own file
joshualitt
2015-07-21
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
Remove gamma field from SkDeviceProperties
robertphillips
2015-06-19
*
Add useDFT field to SkDeviceProperties
robertphillips
2015-06-18
*
Make GrTextContext be owned by the GrDrawContext
robertphillips
2015-06-17
*
Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...
bsalomon
2015-06-16
*
Make GrTextContext be owned by the GrDrawContext
robertphillips
2015-06-16
*
Break GrTextContext's reliance on SkGpuDevice
robertphillips
2015-05-28
*
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter
robertphillips
2015-05-27
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
Keep Big Glyph coordinates in float in GrAtlasTextContext
joshualitt
2015-05-13
*
GLProgramsTest 3.0
joshualitt
2015-05-13
*
Fix blur on large glyphs in runs < SkGlyphCache::max
joshualitt
2015-05-11
*
fix for cached textblobs look garbled
joshualitt
2015-05-11
*
Add unit tests to text context
joshualitt
2015-05-11
*
Move state management to GrInOrderDrawBuffer
joshualitt
2015-05-04
*
Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 ...
joshualitt
2015-05-04
*
Move state management to GrInOrderDrawBuffer
joshualitt
2015-05-04
*
fix a bug in scrolling BitmapText gpu cached textblobs
joshualitt
2015-04-27
*
Fix for segfault on destruction of BitmapTextBlob
joshualitt
2015-04-22
*
Fix for GrAtlasTextContext memory leak
joshualitt
2015-04-22
*
fix some small bugs with GrAtlasTextContext
joshualitt
2015-04-21
*
Add support for rotating / scaling / translating gpu cached distance field te...
joshualitt
2015-04-21
*
Store pointers to GrGlyph directly in BitmapTextBlob. This patch improves pe...
joshualitt
2015-04-21
*
Pack BitmapTextBlob a bit tighter
joshualitt
2015-04-21
*
A small patch to enable distance field text in textblobs
joshualitt
2015-04-21
*
Small change to allow DistanceField and BMP text to coexist in a blob
joshualitt
2015-04-17
*
Initial CL to add distance field support to GrAtlasTextContext
joshualitt
2015-04-17
*
Convert BitmapTextBlob from using STArray to AutoSTMalloc
joshualitt
2015-04-14
*
Start canonicalizing color for all A8 textblobs
joshualitt
2015-04-14
*
Start caching masks / stroke fills for textblobs
joshualitt
2015-04-13
*
Avoid regenerating cached textblobs on integer scrolls
joshualitt
2015-04-13
*
Adding a cache + memory pool for GPU TextBlobs
joshualitt
2015-04-08
*
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
*
Handle large paths in textblobs
joshualitt
2015-04-06
*
BUG=skia:
joshualitt
2015-04-03
*
Rename GrBitmapTextContextB to GrAtlasTextContext
joshualitt
2015-04-02
*
move Atlas Text Context to its own file
joshualitt
2015-04-01