C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / GrDistanceFieldTextContext.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-25 cdaltonAdd more parameters to GrTextContext::canDraw
2015-03-20 joshualittLet text contexts fall back directly to paths
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-18 joshualittPass Rendertarget into context.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-17 joshualittremove view matrix from context
2014-12-04 jvanverthGanesh text rendering cleanup.
2014-10-30 djsollenCleanup conversion that the new NDK compiler tries...
2014-10-23 jvanverthAllocate only the vertices we need for text.
2014-10-20 jvanverthAdd color emoji fallback for distance field text.
2014-10-16 jvanverthRevert of Change drawText() to generate positions and...
2014-10-16 jvanverthChange drawText() to generate positions and send to...
2014-10-14 jvanverthChange GrTextContext fallbacks to be a linked list...
2014-10-08 jvanverthRearrange code in TextContexts to be more consistent...
2014-09-29 fmalitaRevert of Revert of Fix SkTextBlob offset semantics...
2014-09-29 robertphillipsRevert of Fix SkTextBlob offset semantics. (patchset...
2014-09-26 Florin MalitaFix SkTextBlob offset semantics.
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-22 jvanverthFix SDF font positions when using global scale.
2014-09-16 jvanverthFix scaling issue with distance field text.
2014-08-29 Mike KleinRevert Jim's CL.
2014-08-28 jvanverthRestore text vertex buffer alloc and other optimizations.
2014-08-27 djsollenRevert of Restore text alloc optimizations. (patchset...
2014-08-27 jvanverthRestore text vertex buffer alloc and other optimizations.
2014-08-01 jvanverthRollback text allocation changes.
2014-07-30 jvanverthAdd vertex bounds check for distance field rendering.
2014-07-30 jvanverthAdd effect caching to distance field text.
2014-07-29 bensongRevert of Add effect caching to distance field text...
2014-07-29 jvanverthAdd effect caching to distance field text.
2014-07-25 jvanverthMove vertex buffer setup out of drawPackedGlyph().
2014-07-25 jvanverthRevert of Move vertex buffer setup out of drawPackedGly...
2014-07-25 jvanverthMove vertex buffer setup out of drawPackedGlyph().
2014-06-10 jvanverthGamma correction for distance field text.
2014-06-09 scroggoRevert of Gamma correction for distance field text...
2014-06-09 jvanverthGamma correction for distance field text.
2014-05-02 commit-bot@chromiu... Add flag for SkGpuSurface creation to enable distance...
2014-04-03 commit-bot@chromiu... Add LCD support for distance field text.
2014-03-28 commit-bot@chromiu... SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from...
2014-03-11 robertphillips@goo... Drop executable flag from headers so that they can...
2014-01-31 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-01-30 commit-bot@chromiu... Replace factory generation of TextContexts with persist...
2014-01-30 commit-bot@chromiu... Move GrTextContext to private interface