aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextStrike.cpp
Commit message (Expand)AuthorAge
* remove GrAllocPoolGravatar joshualitt2014-11-21
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Fix color emoji.Gravatar jvanverth2014-10-10
* Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chro...Gravatar jvanverth2014-10-10
* Fix color emoji.Gravatar jvanverth2014-10-10
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-30
* Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...Gravatar robertphillips2014-09-30
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-29
* Don't try to add large glyphs to the font atlas.Gravatar jvanverth2014-09-19
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...Gravatar george2014-08-12
* Replace use of GrTHashTable in GrFontCache with SkTDynamicHash.Gravatar jvanverth2014-07-22
* SkAutoRef seems lonely. Might as well delete it.Gravatar mtklein2014-07-15
* Make GrAtlas::removePlot staticGravatar robertphillips2014-07-13
* Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions.Gravatar jvanverth2014-07-11
* Begin atlasingGravatar robertphillips2014-06-30
* Revert of Begin atlasing (https://codereview.chromium.org/354533004/)Gravatar robertphillips2014-06-29
* Begin atlasingGravatar robertphillips2014-06-29
* Rename GrAtlasMgr to GrAtlas (and other cleanup)Gravatar robertphillips2014-06-24
* Add CPU backing store for GrAtlas to reduce texture uploads.Gravatar commit-bot@chromium.org2014-05-14
* Allow GrFontCache::dump() in all builds.Gravatar commit-bot@chromium.org2014-05-14
* Move distance field generation to the glyph cache.Gravatar commit-bot@chromium.org2014-04-14
* Don't try to render color fonts using distance fields.Gravatar commit-bot@chromium.org2014-04-08
* Minor changes to GrFontCache system.Gravatar commit-bot@chromium.org2014-04-01
* Distance field fixes for AndroidGravatar commit-bot@chromium.org2014-03-26
* Revert of Distance field fixes for Android (https://codereview.chromium.org/2...Gravatar commit-bot@chromium.org2014-03-26
* Distance field fixes for AndroidGravatar commit-bot@chromium.org2014-03-26
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-12
* Enable use of distance fields via SkPaint flag.Gravatar commit-bot@chromium.org2014-03-11
* Add new module for distance field generation.Gravatar commit-bot@chromium.org2014-03-11
* Revert of Add new module for distance field generation. (https://codereview.c...Gravatar commit-bot@chromium.org2014-03-10
* Add new module for distance field generation.Gravatar commit-bot@chromium.org2014-03-10
* New approach for GPU font atlasGravatar commit-bot@chromium.org2014-03-03
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-04
* Add GPU support for color bitmap fontsGravatar commit-bot@chromium.org2013-12-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-12
* Hook in rough distance field support for fontsGravatar jvanverth@google.com2013-11-11
* Clean up the GrTHashTable API.Gravatar commit-bot@chromium.org2013-10-27
* Add support for reading non-rendertarget textures.Gravatar commit-bot@chromium.org2013-10-23
* Fix for blinking/corrupted text in Canvas 2D.Gravatar commit-bot@chromium.org2013-10-07
* Fix font GMsGravatar jvanverth@google.com2013-10-02
* Add support to dump font cache texture for debug purposesGravatar commit-bot@chromium.org2013-10-02
* GrAtlas cleanup: Split out GrPlot and GrAtlasGravatar commit-bot@chromium.org2013-09-27
* GrAtlas refactor: Replace GrMaskFormat usage in GrAtlas with GrPixelConfig.Gravatar commit-bot@chromium.org2013-09-26
* First pass at font cache refactor: Create an atlas manager per textureGravatar commit-bot@chromium.org2013-09-26
* Have multiple plotmgrs, one for each mask format.Gravatar jvanverth@google.com2013-09-16
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09