aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBlitter.h
Commit message (Expand)AuthorAge
* Add SkFloat2Bits and Region stubGravatar Kevin Lubick2018-07-17
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* Experiment to track coverage in a layerGravatar Mike Reed2018-04-25
* SkBlitter is not thread safe; make one for each thread.Gravatar Yuqian Li2018-04-16
* Add init-once to threaded backendGravatar Yuqian Li2018-02-12
* Revert "Call blitFatAntiRect to avoid overhead in MaskAdditiveBlitter"Gravatar Mike Klein2017-09-18
* Call blitFatAntiRect to avoid overhead in MaskAdditiveBlitterGravatar Yuqian Li2017-09-18
* New analytic AA scan converter using delta (I call it DAA for now)Gravatar Yuqian Li2017-07-25
* Always use raster pipeline for perspectiveGravatar Florin Malita2017-07-12
* Reland of SkShaderBaseGravatar Florin Malita2017-05-25
* Revert "SkShaderBase"Gravatar Florin Malita2017-05-24
* SkShaderBaseGravatar Florin Malita2017-05-24
* Always use raster pipeline for SkSweepGradientGravatar Florin Malita2017-05-16
* Change the Sprite portion of SkBlitter use SkArenaAlloc.Gravatar Herb Derby2017-02-10
* Use SkArenaAlloc in the SkAutoBlitterChoose code.Gravatar Herb Derby2017-02-07
* Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoo...Gravatar Robert Phillips2017-02-07
* Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code.Gravatar Herb Derby2017-02-07
* Remove SkBlitter:resetShaderContext()Gravatar Florin Malita2017-01-27
* Remove SkBlitter::getShaderContext()Gravatar Florin Malita2017-01-26
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Gravatar Kevin Lubick2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Add missing virtual functions for SkRectClipCheckBlitterGravatar Yuqian Li2016-11-21
* add debugging wrapper blitter to ensure unclipped scan-conversion is safeGravatar Mike Reed2016-11-09
* Add documention on SkBlitter for runs, and small cleanups.Gravatar herb2016-06-24
* Make SkBlitter hierarchy explicit about what needs to be implemented.Gravatar herb2016-06-10
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add dest type hint to SkShader::ContextRecGravatar fmalita2016-02-22
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* fix up virtual / override stuffGravatar reed2015-06-25
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...Gravatar reed2015-06-08
* change SkDraw and all Blitters to use pixmap instead of bitmapGravatar reed2015-06-08
* use pixmaps for dst in sprites -- NO BITMAPSGravatar reed2015-06-05
* remove bitmaps entirely from sprite blits (as source)Gravatar reed2015-05-23
* remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2Gravatar reed2015-04-20
* Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://c...Gravatar reed2015-04-15
* Revert of make blitAntiH2 virtual, to prep for larger change (patchset #1 id:...Gravatar reed2015-04-15
* make blitAntiH2 virtual, to prep for larger changeGravatar reed2015-04-15
* Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of...Gravatar reed2015-04-15
* Speeup hairline curves (quads and cubics)Gravatar reed2015-04-15
* add blitter api for aa-hairlinesGravatar reed2015-04-15
* Revert of add new blit2 methods in support of antialiased hairlines guard fla...Gravatar jcgregorio2015-04-15
* add new blit2 methods in support of antialiased hairlinesGravatar reed2015-04-14
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25