aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text/GrAtlasTextBlob.cpp
Commit message (Expand)AuthorAge
* Fix error with transforming custom/large glyphsGravatar Jim Van Verth2016-11-16
* src/gpu: s/SkAutoTUnref/sk_sp/gGravatar Hal Canary2016-11-07
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https:/...Gravatar bsalomon2016-07-22
* Retract PipelineBuilder some moreGravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...Gravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Push GrPipelineBuilder down to the drawBatch calls in the TextContextGravatar robertphillips2016-07-18
* Replace targetHasUnifiedMultisampling in GrPB constructorGravatar csmartdalton2016-06-08
* Remove GrRenderTarget from GrPipelineBuilderGravatar robertphillips2016-06-06
* Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...Gravatar robertphillips2016-06-03
* Change parameters to GrPipelineBuilder's ctorGravatar robertphillips2016-05-28
* Make GrAtlasTextBlob::run own effects it points to.Gravatar bsalomon2016-05-19
* Remove GrFontScaler class.Gravatar bsalomon2016-05-17
* Rename SkDescriptor::equals to SkDescriptor::operator==Gravatar bsalomon2016-05-17
* Remove clip from GrPipelineBuilderGravatar cdalton2016-05-12
* Simplify gamma-correctness for text rendering.Gravatar brianosman2016-04-14
* Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriateGravatar brianosman2016-04-13
* sRGB support for distance field text.Gravatar brianosman2016-04-12
* Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...Gravatar reed2016-04-12
* Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...Gravatar borenet2016-04-11
* Pass effects directly to fontcacheGravatar reed2016-04-11
* Decouple contrast boost from fake gamma.Gravatar brianosman2016-04-08
* Only use fake gamma with linear devices.Gravatar bungeman2016-02-22
* Calculate translations to apply to vertices in batchGravatar joshualitt2016-02-19
* Delete GrTextContextGravatar joshualitt2016-02-16
* 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
* 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
* Move all text stuff to its own folderGravatar joshualitt2015-12-11