aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Decrement SkCanvas::fDeferredSaveCount in doSave()Gravatar fmalita2015-04-28
* De-proc Color32Gravatar mtklein2015-04-27
* Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromiu...Gravatar mtklein2015-04-27
* De-proc Color32Gravatar mtklein2015-04-27
* Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARMGravatar mtklein2015-04-27
* Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromiu...Gravatar mtklein2015-04-27
* De-proc Color32Gravatar mtklein2015-04-27
* Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision o...Gravatar mtklein2015-04-27
* Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARMGravatar mtklein2015-04-27
* Mike's radial gradient CL with better float -> int.Gravatar mtklein2015-04-27
* Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id...Gravatar mtklein2015-04-27
* Mike's radial gradient CL with better float -> int.Gravatar mtklein2015-04-27
* Reduce ref counting in SkPictureRecorder.Gravatar mtklein2015-04-27
* Reduce sizeof(SkPicture::Analysis) from 24 bytes to 2 bytes.Gravatar jbroman2015-04-27
* Cleanup: Remove unnecessary double-semicolons.Gravatar tfarina2015-04-27
* Fix some lingering typosGravatar robertphillips2015-04-24
* Remove MSAA check from Ganesh veto (dashed paths are no longer slow).Gravatar senorblanco2015-04-22
* O(1) SkPictureUtils::ApproxBytesUsed()Gravatar mtklein2015-04-21
* Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of ht...Gravatar mtklein2015-04-21
* SkTHash: remove()Gravatar mtklein2015-04-21
* Convert Color32 code to perfect blend.Gravatar mtklein2015-04-20
* Now, path ops natively intersect conics, quads, and cubics in any combination...Gravatar caryclark2015-04-20
* apply xfermode after imagefilter when we create a tmp layerGravatar reed2015-04-20
* remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2Gravatar reed2015-04-20
* Trace contention for lockPixels mutexGravatar enne2015-04-17
* Rework SSE and NEON Color32 algorithms to be more correct and faster.Gravatar mtklein2015-04-17
* Remove filename from SkFontDescriptor.Gravatar bungeman2015-04-17
* Don't serialize anything for SkEmptyShader.Gravatar mtklein2015-04-16
* remove older version of cubic->coeffGravatar reed2015-04-15
* 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
* SkPDF/Device/ImageFilter: Fix ImageFilter fallback codeGravatar halcanary2015-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
* Sk4h and Sk8h for SSEGravatar mtklein2015-04-14
* Start canonicalizing color for all A8 textblobsGravatar joshualitt2015-04-14
* Rename SkNi to SkNb.Gravatar mtklein2015-04-14
* change hairline procs to take array of pointsGravatar reed2015-04-14
* Fix minor undercounting in SkRecord::bytesUsed().Gravatar mtklein2015-04-13
* use fast/inline SkRect::set(p0, p1) for 2 pointsGravatar reed2015-04-12
* setDrawFilter needs to trigger any deferred savesGravatar reed2015-04-11
* change hairline procs to take SkPoint by value, more efficient on SSE and NEONGravatar reed2015-04-10
* Add serialization of SkBitmapSource's new filterQuality member variableGravatar robertphillips2015-04-10
* Rewrite memset benches, then use results to add a small-N optimization.Gravatar mtklein2015-04-09
* Avoid sending empty bitmaps through proxy canvasGravatar tomhudson2015-04-09
* [SkTextBlob] Custom run font recordGravatar fmalita2015-04-09