aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text
Commit message (Expand)AuthorAge
* Change type of SkGlyph::fAdvance[XY] to float.Gravatar benjaminwagner2016-03-24
* Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...Gravatar reed2016-03-18
* Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...Gravatar reed2016-03-18
* switch patheffects over to sk_spGravatar reed2016-03-18
* free -> resetGravatar mtklein2016-03-17
* Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....Gravatar bungeman2016-03-17
* free -> resetGravatar mtklein2016-03-17
* Use std::unique_ptr.Gravatar mtklein2016-03-16
* Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview....Gravatar mtklein2016-03-16
* Use std::unique_ptr.Gravatar mtklein2016-03-16
* Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.c...Gravatar mtklein2016-03-11
* Use std::unique_ptr.Gravatar mtklein2016-03-11
* Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.c...Gravatar mtklein2016-03-10
* Use std::unique_ptr.Gravatar mtklein2016-03-10
* Avoid drawing NVPR DIF text when text size is 0Gravatar kkinnunen2016-03-04
* Retract GrDrawTarget and GrPipelineBuilder a bit moreGravatar robertphillips2016-03-02
* Revert of Generate Signed Distance Field directly from vector path (patchset ...Gravatar robertphillips2016-03-02
* Generate Signed Distance Field directly from vector pathGravatar joel.liang2016-03-01
* fixup GLPrograms textblob todoGravatar joshualitt2016-02-24
* Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::Glyph...Gravatar benjaminwagner2016-02-23
* Only use fake gamma with linear devices.Gravatar bungeman2016-02-22
* Use unorm shorts for texture coordinates when rendering text.Gravatar jvanverth2016-02-22
* Calculate translations to apply to vertices in batchGravatar joshualitt2016-02-19
* Revert of Use unorm shorts for texture coordinates when rendering text. (patc...Gravatar jvanverth2016-02-19
* Use unorm shorts for texture coordinates when rendering text.Gravatar jvanverth2016-02-19
* Delete GrTextContextGravatar joshualitt2016-02-16
* Remove last bit of privacy violation for GrAtlasTextBlobGravatar joshualitt2016-02-16
* start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlobGravatar joshualitt2016-02-11
* Remove GrContext* from GrTextContextGravatar joshualitt2016-02-11
* Move surface props off of GrTextContextGravatar joshualitt2016-02-11
* Start whittling down GrTextContextGravatar joshualitt2016-02-10
* Remove GrTextBlobCache/GrAtlasTextBlob friendlinessGravatar joshualitt2016-02-10
* cleanup textblob cache sanity check and prevent it from bitrottingGravatar joshualitt2016-02-10
* Fix GrAtlasTextBlob bounds managementGravatar joshualitt2016-01-22
* Revert of Fix GrAtlasTextBlob bounds management (patchset #8 id:140001 of htt...Gravatar joshualitt2016-01-20
* Fix GrAtlasTextBlob bounds managementGravatar joshualitt2016-01-20
* A few more small changes to make GrAtlasTextBlob nearly self containedGravatar joshualitt2016-01-20
* Move distance field text positioning into GrTextUtilsGravatar joshualitt2016-01-20
* This CL moves a bit more logic into GrAtlasTextBlobGravatar joshualitt2016-01-19
* Add assert that memory pool is empty when GrTextBlobCache freesGravatar joshualitt2016-01-05
* Reland of Make draw* lines responsible for cache management (patchset #1 id:1...Gravatar joshualitt2015-12-28
* Revert of Make draw* lines responsible for cache management (patchset #1 id:1...Gravatar joshualitt2015-12-28
* Make draw* lines responsible for cache managementGravatar joshualitt2015-12-15
* A change to cleanup some organization around df textGravatar joshualitt2015-12-11
* Move all text stuff to its own folderGravatar joshualitt2015-12-11