aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text
Commit message (Expand)AuthorAge
* Use sse4.2 CRC32 instructions to hash when available.Gravatar mtklein2016-08-08
* Rename GrContext's newDrawContext & drawContext to makeDrawContextGravatar robertphillips2016-07-27
* Just pass the draw context to paint conversionGravatar brianosman2016-07-25
* Add destination color space to AsFPArgs. Eliminates last XFORMTODO.Gravatar brianosman2016-07-25
* 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
* Minor change to Ganesh path renderersGravatar 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
* Minor cleanup of GrStencilAndCoverTextContextGravatar robertphillips2016-07-19
* Make SkFont a bit more useableGravatar robertphillips2016-07-19
* Push GrPipelineBuilder down to the drawBatch calls in the TextContextGravatar robertphillips2016-07-18
* Use sRGB pixel config for ARGB masks (color emoji)Gravatar brianosman2016-07-08
* Revert of Use sRGB pixel config for ARGB masks (color emoji) (patchset #1 id:...Gravatar brianosman2016-07-07
* Use sRGB pixel config for ARGB masks (color emoji)Gravatar brianosman2016-07-07
* 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
* Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text c...Gravatar bsalomon2016-05-19
* Remove GrFontScaler class.Gravatar bsalomon2016-05-17
* Remove GrFontDescKey.Gravatar bsalomon2016-05-17
* Rename SkDescriptor::equals to SkDescriptor::operator==Gravatar bsalomon2016-05-17
* Make GrFontScaler not be ref-countedGravatar bsalomon2016-05-17
* Remove unneeded reference count churn.Gravatar bungeman2016-05-16
* Remove clip from GrPipelineBuilderGravatar cdalton2016-05-12
* Eliminate special case nvpr batch handlingGravatar cdalton2016-05-12
* 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