aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text/GrAtlasTextContext.cpp
Commit message (Expand)AuthorAge
* Include scaler context flags (gamma and contrast boost) in the text blob cach...Gravatar brianosman2016-04-21
* Simplify gamma-correctness for text rendering.Gravatar brianosman2016-04-14
* Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriateGravatar brianosman2016-04-13
* Decouple contrast boost from fake gamma.Gravatar brianosman2016-04-08
* sRGB text fake-gamma progress:Gravatar brianosman2016-04-07
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Retract GrDrawTarget and GrPipelineBuilder a bit moreGravatar robertphillips2016-03-02
* fixup GLPrograms textblob todoGravatar joshualitt2016-02-24
* Calculate translations to apply to vertices in batchGravatar joshualitt2016-02-19
* Delete GrTextContextGravatar joshualitt2016-02-16
* 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
* 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