index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
text
/
GrAtlasTextContext.cpp
Commit message (
Expand
)
Author
Age
*
Add matrix stack to SkAtlasTextTarget.
Brian Salomon
2017-12-20
*
Revert "Revert "move homogenous with stride to matrixpriv""
Brian Salomon
2017-12-19
*
Revert "Transform vertices for distance field glyphs on CPU."
Greg Daniel
2017-12-18
*
Transform vertices for distance field glyphs on CPU.
Brian Salomon
2017-12-15
*
Add GrContextOptions to control distance field thresholds for small sizes and...
Brian Salomon
2017-11-08
*
Move bmp/mask/sdf functionality from GrTextUtils to GrAtlasTextContext
Brian Salomon
2017-11-07
*
Add GrTextUtils::Target
Brian Salomon
2017-10-30
*
Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter.
Brian Salomon
2017-10-25
*
Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...
Brian Salomon
2017-10-24
*
Clip text geometrically when possible.
Jim Van Verth
2017-10-20
*
Don't create GrAtlasTextBlobs for zero glyph count text draws.
Brian Salomon
2017-07-31
*
Revert "Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp""
Brian Salomon
2017-07-19
*
Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp"
Brian Salomon
2017-07-17
*
Make GrAtlasTextOp a non-legacy GrMeshDrawOp
Brian Salomon
2017-07-14
*
Fix LCD distance field text color filtering
Jim Van Verth
2017-06-08
*
Include non-legacy GrMeshDrawOps in GLPrograms test.
Brian Salomon
2017-05-12
*
Fix GPU text colors when color spaces are involved
Brian Osman
2017-05-11
*
Rm makeRenderTargetContext in favor of deferred version (take 3)
Robert Phillips
2017-04-25
*
Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"
Robert Phillips
2017-04-21
*
Rm makeRenderTargetContext in favor of deferred version (take 2)
Robert Phillips
2017-04-21
*
Revert "Rm makeRenderTargetContext in favor of deferred version"
Robert Phillips
2017-04-11
*
Rm makeRenderTargetContext in favor of deferred version
Robert Phillips
2017-04-11
*
Revert "Revert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead o...
Florin Malita
2017-03-10
*
Revert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs"
Florin Malita
2017-03-09
*
Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs
Florin Malita
2017-03-09
*
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...
Brian Salomon
2017-03-09
*
Make SkGr.h private and remove unused functions
Brian Osman
2017-03-08
*
make GR_TEST_UTILS=0 work
Hal Canary
2017-02-02
*
Delay SkPaint->GrPaint conversion in text rendering.
Brian Salomon
2017-01-13
*
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
Brian Salomon
2017-01-11
*
Misc batch->op cleanup Part 1 of 2
Brian Salomon
2016-12-21
*
Rename files, macros, types, and functions related to GrDrawOp testing.
Brian Salomon
2016-12-20
*
Rename GrBatchFontCache->GrAtlasGlyphCache
Brian Salomon
2016-12-16
*
Rename GrAtlasTextBatch->GrAtlasTextOp and sk_sp
Brian Salomon
2016-12-15
*
src/gpu: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Remove many uses of kSkia8888 and kSkiaGamma8888
Brian Osman
2016-10-14
*
Rename GrContext's newDrawContext & drawContext to makeDrawContext
robertphillips
2016-07-27
*
Just pass the draw context to paint conversion
brianosman
2016-07-25
*
Add destination color space to AsFPArgs. Eliminates last XFORMTODO.
brianosman
2016-07-25
*
Include scaler context flags (gamma and contrast boost) in the text blob cach...
brianosman
2016-04-21
*
Simplify gamma-correctness for text rendering.
brianosman
2016-04-14
*
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
brianosman
2016-04-13
*
Decouple contrast boost from fake gamma.
brianosman
2016-04-08
*
sRGB text fake-gamma progress:
brianosman
2016-04-07
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Retract GrDrawTarget and GrPipelineBuilder a bit more
robertphillips
2016-03-02
*
fixup GLPrograms textblob todo
joshualitt
2016-02-24
*
Calculate translations to apply to vertices in batch
joshualitt
2016-02-19
[next]