aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text
Commit message (Expand)AuthorAge
...
* Separate user and raw stencil settingsGravatar cdalton2016-05-11
* Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...Gravatar robertphillips2016-05-11
* Separate user and raw stencil settingsGravatar cdalton2016-05-10
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https:...Gravatar bsalomon2016-05-10
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Use constexpr constructors of GrStencilSettings rather than hacky macro system.Gravatar bsalomon2016-04-29
* Retract SkDevice a bit moreGravatar robertphillips2016-04-22
* 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
* 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
* sRGB text fake-gamma progress:Gravatar brianosman2016-04-07
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Simplify GrDrawBatch uploads and token uage.Gravatar bsalomon2016-04-01
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* 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