aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDraw.cpp
Commit message (Expand)AuthorAge
...
* Add ContextRec param to SkShader::contextSize()Gravatar fmalita2016-02-22
* Change ScalarTo256 to more efficient implementation.Gravatar benjaminwagner2016-02-12
* remove legacy definesGravatar caryclark2016-01-25
* resolution dependent path measureGravatar caryclark2016-01-21
* SkTreatAsSprite should take AA into accountGravatar fmalita2016-01-07
* Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 o...Gravatar reed2016-01-07
* SkTreatAsSprite should take AA into accountGravatar fmalita2016-01-07
* Start using <type_traits> and <utility> (C++11).Gravatar bungeman2016-01-05
* Add default ctor to SkMaskGravatar robertphillips2015-12-17
* Switch SkAutoMalloc to SkAutoTMalloc to avoid castGravatar scroggo2015-12-10
* add support for capped hairlinesGravatar caryclark2015-12-09
* Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegenGravatar herb2015-12-07
* Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview...Gravatar herb2015-12-01
* Replace D1G with a simpler implementation.Gravatar herb2015-12-01
* Remove SkDrawProcsGravatar herb2015-11-24
* Move glyph choosing to the find and place glyph code.Gravatar herb2015-11-20
* Convert drawText to using the find and place code.Gravatar herb2015-11-18
* Replace glyph find and position with common code for the gpu bitmap case.Gravatar herb2015-11-11
* Extract glyph find and position code in preparation to use it in XPS and GPU ...Gravatar herb2015-11-09
* Fix compile error mac 10.8.Gravatar herb2015-11-09
* Extract the glyph picking and placing code.Gravatar herb2015-11-09
* Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://co...Gravatar herb2015-09-15
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* Parallel cache.Gravatar herb2015-09-15
* Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://co...Gravatar jyasskin2015-09-10
* Remove race.Gravatar herb2015-09-09
* Parallel cache.Gravatar herb2015-09-09
* Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://co...Gravatar herb2015-09-04
* Parallel cache.Gravatar herb2015-09-04
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Propagate SkSurfaceProps when knownGravatar robertphillips2015-07-07
* Rename all things "leaky" in SkDeviceGravatar robertphillips2015-06-19
* 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
* delete (unused) TransparentShaderGravatar reed2015-06-05
* use pixmaps for dst in sprites -- NO BITMAPSGravatar reed2015-06-05
* remove bitmaps entirely from sprite blits (as source)Gravatar reed2015-05-23
* add SkPixmap and external locking to bitmapsGravatar reed2015-05-22
* Add mode validation to PtProcRec::init.Gravatar ochang2015-05-21
* change hairline procs to take array of pointsGravatar reed2015-04-14
* change hairline procs to take SkPoint by value, more efficient on SSE and NEONGravatar reed2015-04-10
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Add __STDC_LIMIT_MACROS to SkDraw.cpp.Gravatar bungeman2015-03-16
* Test for glyphs which straddle the edge of device space.Gravatar bungeman2015-03-16
* some utils for rect and matrixGravatar reed2015-03-13
* Glyph positions maintain 32 bit integer part.Gravatar bungeman2015-03-11
* BUG=skia:Gravatar herb2015-02-25
* Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...Gravatar scroggo2015-02-24