aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrAtlasTextOp.cpp
Commit message (Expand)AuthorAge
* Remove clamping of kPlus with F16 configsGravatar Brian Osman2018-07-11
* Remove sRGB config checks based on color spaceGravatar Brian Osman2018-07-02
* Refactor GrPipeline dynamic state.Gravatar Brian Salomon2018-06-26
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Gravatar Brian Salomon2018-06-19
* Move op memory storage to GrContext (take 2)Gravatar Robert Phillips2018-06-19
* Revert "Change how vertex/instance attributes are handled in geometry process...Gravatar Mike Klein2018-06-19
* Change how vertex/instance attributes are handled in geometry processors.Gravatar Brian Salomon2018-06-18
* Revert "Move op memory storage to GrContext"Gravatar Robert Phillips2018-06-15
* Move op memory storage to GrContextGravatar Robert Phillips2018-06-15
* Plumb GrContext everywhereGravatar Robert Phillips2018-06-12
* Set bounds correctly for color emoji that need post-cache transfomsGravatar Jim Van Verth2018-06-01
* Rename GrAtlasTextBlob -> GrTextBlobGravatar Herb Derby2018-05-29
* Rename GrAtlasTextContext -> GrTextContextGravatar Herb Derby2018-05-24
* Add GPU perspective support for color emojiGravatar Jim Van Verth2018-05-24
* Fix check for valid proxies returned by AtlasManager.Gravatar Jim Van Verth2018-05-16
* Revert "Check atlasPageCount before accessing the proxy array"Gravatar Yuqian Li2018-05-15
* Check atlasPageCount before accessing the proxy arrayGravatar Chris Dalton2018-05-15
* Remove could not invert matrix SkDebugfsGravatar Brian Salomon2018-05-04
* Untangle strike cache and glyph cacheGravatar Herb Derby2018-04-19
* Remove SkAutoGlyphCache decls that happen to workGravatar Herb Derby2018-03-22
* Remove GrRestrictedAtlasManagerGravatar Robert Phillips2018-03-08
* Revise Text & Small Path Atlas so instantiation failure is handled at flush timeGravatar Robert Phillips2018-03-07
* Add bilerp support to scaled emojisGravatar Jim Van Verth2018-03-05
* Fission GrAtlasGlyphCache in two (take 2)Gravatar Robert Phillips2018-03-01
* Separate creation time & flush time behavior in GrDrawOpAtlas (take 3)Gravatar Robert Phillips2018-03-01
* Revert "Revert "Revert "Separate creation time & flush time behavior in GrDra...Gravatar Robert Phillips2018-02-28
* Revert "Fission GrAtlasGlyphCache in two"Gravatar Robert Phillips2018-02-28
* Fission GrAtlasGlyphCache in twoGravatar Robert Phillips2018-02-27
* Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas...Gravatar Robert Phillips2018-02-26
* Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"Gravatar Robert Phillips2018-02-26
* Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)Gravatar Robert Phillips2018-02-26
* Revert "Separate creation time & flush time behavior in GrDrawOpAtlas"Gravatar Robert Phillips2018-02-21
* Separate creation time & flush time behavior in GrDrawOpAtlasGravatar Robert Phillips2018-02-21
* Pull non-substantive changes out of omnibus CLGravatar Robert Phillips2018-02-21
* Change signature of GrAtlasGlyphCache::getProxiesGravatar Robert Phillips2018-02-20
* Make SkMatrixPriv stride mapping functions take separate src and dst stridesGravatar Brian Salomon2018-01-08
* Remove public version of SkMatrix::mapPointsWithStride.Gravatar Brian Salomon2018-01-05
* Remove unused color from all distance field GPs and GrAtlasTextOpGravatar Brian Osman2018-01-03
* Update per-geo color after simplifying FPs in GrAtlasTextOpGravatar Brian Osman2018-01-02
* Revert "Revert "move homogenous with stride to matrixpriv""Gravatar Brian Salomon2017-12-19
* Revert "Transform vertices for distance field glyphs on CPU."Gravatar Greg Daniel2017-12-18
* Revert "move homogenous with stride to matrixpriv"Gravatar Greg Daniel2017-12-18
* move homogenous with stride to matrixprivGravatar Cary Clark2017-12-15
* Transform vertices for distance field glyphs on CPU.Gravatar Brian Salomon2017-12-15
* Use round rather than floor for snapping text vertex positionsGravatar Brian Osman2017-11-11
* Make GrTextBlob::VertexRegenerator determine vertex stride from mask formatGravatar Brian Salomon2017-11-10
* Make GrAtlasTextBlob return to caller when a flush is required during subrun ...Gravatar Brian Salomon2017-11-07
* More attempts at clipping perf.Gravatar Jim Van Verth2017-11-01
* Make deferred upload handling and draw recording be virtual interfaces implem...Gravatar Brian Salomon2017-10-31
* Fix assert in text clipping.Gravatar Jim Van Verth2017-10-26