aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...Gravatar reed2015-05-04
* make drawImage a virtual on SkDeviceGravatar reed2015-05-04
* SkPictureShader: scale down if width or height is larger than maxTextureSizeGravatar gen.kim2015-05-03
* remove unneeded SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER flagGravatar reed2015-05-02
* clean up pre-storage in canvasGravatar reed2015-05-01
* SkTime: return timezone information; format in ISO-8601Gravatar halcanary2015-05-01
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* add heuristic to pour small pictures into recordings, rather than ref'ingGravatar reed2015-04-30
* Add missing include to SkPictureContentInfo.Gravatar mtklein2015-04-30
* use pathops utils to improve precision of cubic chopping in scan converterGravatar reed2015-04-30
* Fix build warning: 'this' pointer cannot be null in well-defined C++ code; co...Gravatar dongseong.hwang2015-04-30
* Fix build warning: reference cannot be bound to dereferenced null pointer in ...Gravatar dongseong.hwang2015-04-30
* Use colorfilter instead of imagefilter when possibleGravatar reed2015-04-29
* onCreateDevice -> NULL now means the caller should create its own (bitmap) de...Gravatar reed2015-04-29
* minor fixes to cubics code and overall alignment of how bounds and tops are c...Gravatar caryclark2015-04-29
* Straighten out SkPicture::AccelData APIs.Gravatar mtklein2015-04-29
* SkRWBuffer for thread-safe 'stream' sharingGravatar reed2015-04-28
* Fix SkTDynamicHash.h:183:29: warning: equality comparison with extraneous par...Gravatar dongseong.hwang2015-04-28
* 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