aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* fix more tricky-float cases in SkRRect validateGravatar reed2015-02-13
* Fix conversion from enum to bool error.Gravatar scroggo2015-02-13
* Make SkImageGenerator::getPixels() return an enum.Gravatar scroggo2015-02-13
* Add a templated priority queue class.Gravatar bsalomon2015-02-13
* interpret conic tolerance correctly -- big rebaselineGravatar reed2015-02-12
* Minimize SkTHash object copyingGravatar fmalita2015-02-12
* optional res-scale parameter to getFillPathGravatar reed2015-02-12
* Spin off SkTHashTable, SkTHashMap, SkTHashSetGravatar mtklein2015-02-12
* Fix up a couple includes that are using <> instead of "".Gravatar mtklein2015-02-11
* check for inverted rects before we quick-rejectGravatar reed2015-02-10
* Simplify SkBBH::insert APIGravatar mtklein2015-02-10
* Switch font embedding to a compile-time flag, with a todo for runtime.Gravatar mtklein2015-02-10
* check for nonfinites in rrectsGravatar reed2015-02-10
* Use conics for round joins and capsGravatar reed2015-02-10
* Clean up clipping code a bitGravatar robertphillips2015-02-10
* use conics for arcToGravatar reed2015-02-09
* Fixed array read errorGravatar sugoi2015-02-09
* cull edges that are to the right of the clipGravatar reed2015-02-09
* Revert of Make the glyph array entries inline. (patchset #11 id:190001 of htt...Gravatar mtklein2015-02-09
* Remove unnecessary assignmentGravatar qiankun.miao2015-02-09
* Make the glyph array entries inline.Gravatar herb2015-02-09
* Remove opaque versions of Color32_D565Gravatar henrik.smiding2015-02-08
* Faster edge re-sortGravatar reed2015-02-07
* Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of h...Gravatar reed2015-02-06
* Faster edge re-sort, drop trailing edgesGravatar reed2015-02-06
* Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of h...Gravatar reed2015-02-06
* faster edge re-sort, drop trailing edgesGravatar reed2015-02-06
* Reimplement gpu message bus for invalidated bitmap gen IDsGravatar bsalomon2015-02-06
* Rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2...Gravatar reed2015-02-06
* rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* BUG=skia:Gravatar joshualitt2015-02-05
* return reference to cache instead of copying the maskGravatar reed2015-02-04
* [SkSVGDevice] Initial clipping supportGravatar fmalita2015-02-04
* Revert of Make the glyph array entries inline. (patchset #10 id:170001 of htt...Gravatar bsalomon2015-02-02
* Make the glyph array entries inline.Gravatar herb2015-02-02
* DM: wire up --leaks / -l againGravatar mtklein2015-02-02
* add missing SK_OVERRIDEGravatar mtklein2015-02-02
* Disable LCD text when rasterizing SkPictureShader tiles.Gravatar fmalita2015-02-02
* Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of http...Gravatar robertphillips2015-01-30
* Add device space "nudge" to gpu drawsGravatar robertphillips2015-01-30
* Remove unused globalRef/globalUnref.Gravatar scroggo2015-01-30
* share code between arcTo and addArc, update doxGravatar reed2015-01-29
* Conservative blob bounds cleanupGravatar fmalita2015-01-29
* reorg some path routines, preparing to switch arcs to conicsGravatar reed2015-01-29
* Make SkWriter32::snapshotAsData() a dumb copy.Gravatar mtklein2015-01-29
* skia: blend32_16_row for neon versionGravatar mlee2015-01-29
* Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of http...Gravatar robertphillips2015-01-28
* Add device space "nudge" to gpu drawsGravatar robertphillips2015-01-28
* Make char hash dynamic when needed.Gravatar herb2015-01-28