projects
/
platform
/
upstream
/
libSkiaSharp.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libSkiaSharp.git
2014-02-21
commit-bot...
Hide GrRRectEffect class from header
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
Revert of ARM Skia NEON patches - 12 - S32_Blend (https...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
robertphillips...
Fix saveLayer bugs in SkMatrixClipStateMgr
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
ARM Skia NEON patches - 12 - S32_Blend
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
Potential fix for array bounds warning.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
Rebaselines for https://codereview.chromium.org/167433002/
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
override new virtual onDrawDRRect in util canvas subclasses
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
update for coding style, remove explicit floats
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
Factory methods for heap-allocated SkMaskFilter objects.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
fix the visual difference of raster vs gpu -- inverse_paths
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
skia.committer...
Sanitizing source files in Housekeeper-Nightly
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
add SkCanvas::drawDRRect
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
commit-bot...
Fix NaCl build for pepper_32
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
Bench rebaseline after Brian's Android improvement.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
Fix bug in deferred decoding where we don't properly...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
reed@google.com
use colortype instead of config
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
Factory methods for heap-allocated SkPathEffect and...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
ARM Skia NEON patches - 20bis - BitmapProcState accurracy
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
senorblanco...
Add new baselines for bitmapsource, imagefiltersclipped...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
Offer single-param version of deepCopyTo -- much easier...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
senorblanco...
New baselines for imageblurtiled GM.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
senorblanco...
Re-enable imageresizetiled, but skip it in tilegrid...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
Updates bench alert test output to match latest changes.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
Separates faster and slower bench alerts; sorts by...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
Upstream fix for DecodeBench.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
commit-bot...
Rebaseline bench after nightly Chrome update.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
robertphillips...
Reverting r13496 (Merge tomhudson and mtklein SkPaint...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
skia.committer...
Sanitizing source files in Housekeeper-Nightly
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
senorblanco...
Disable imageresizetiled GM for now due to rtree and...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
senorblanco...
Fix CTM application in SkResizeImagefilter; implement...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
senorblanco...
Revert "First draft of computeFastBounds() and onFilter...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
senorblanco...
First draft of computeFastBounds() and onFilterBounds...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
djsollen@google.com
Fix issue in image decoders where the bitmap config...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
commit-bot...
Fix bench to compile when SK_SUPPORTS_GPU is not provid...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
reed@google.com
revert to previous behavior in installPixels, allowing...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
bsalomon@google.com
Add f suffix to 0.5 to fix mac 10.6 warning
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
commit-bot...
rebaseline_server: extract common unittest code, and...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
commit-bot...
Analytic rrect clip for cicular corners, radius >= 0.5
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
commit-bot...
This CL improves saveLayer handling in the SkMatrixClip...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
commit-bot...
Merge tomhudson and mtklein SkPaint shrinking approaches.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
commit-bot...
SSE2 implementation of S32A_D565_Opaque
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
commit-bot...
fix iOS build -- pass colortype, not config
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
commit-bot...
Add link to how to generate new SKPs when increasing...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
commit-bot...
installPixels returns true if null-pixels -- devolving...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
commit-bot...
Revert of Merge tomhudson and mtklein SkPaint shrinking...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
commit-bot...
Revert changes which were breaking the build.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
robertphillips...
Compile fix for r13488 (Improve saveLayer handling...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
robertphillips...
Improve saveLayer handling in SkMatrixClipStateMgr
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
commit-bot...
Merge tomhudson and mtklein SkPaint shrinking approaches.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
reed@google.com
add param name w/ default arg to work around clang...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
commit-bot...
staticMethod -> StaticMethod
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
commit-bot...
rebaseline_server: fail fast if skpdiff binary is not...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-18
skia.committer...
Sanitizing source files in Housekeeper-Nightly
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
replace SkBitmap::Config with SkColorType in gms
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
Fix another clipstack element !rect doesn't mean path...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
bungeman@google.com
Use factories instead of directly creating SkImageInfo.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
reed@google.com
fix style nit in drawIRect
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
Fix spelling of class name in comment.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
change PictureRecord (and its private subclasses) to...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
still trying to kill setDevice: rename to setRootDevice...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
Small fixes for auto generating Android.mk
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
Remove unnecessary includes.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
use SkColorType instead of SkBitmap::Config in samplecode
commit
|
commitdiff
|
tree
|
snapshot
2014-02-17
commit-bot...
Whitespace change to test recent buildbot repo changes
commit
|
commitdiff
|
tree
|
snapshot
2014-02-16
commit-bot...
Make canvas pass rrects along to clip stack
commit
|
commitdiff
|
tree
|
snapshot
2014-02-16
commit-bot...
use SkColorType instead of SkBitmap::Config in views...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-16
mike@reedtribe.org
restore old behavior of setPixels(): lockPixels after...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-16
commit-bot...
Make PDF clip code handle rrects.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-16
commit-bot...
fix calling undef inline func build error
commit
|
commitdiff
|
tree
|
snapshot
2014-02-16
commit-bot...
Store SkRRects in SkClipStack
commit
|
commitdiff
|
tree
|
snapshot
2014-02-16
skia.committer...
Sanitizing source files in Housekeeper-Nightly
commit
|
commitdiff
|
tree
|
snapshot
2014-02-16
commit-bot...
Change device factories to take SkImageInfo instead...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-15
skia.committer...
Sanitizing source files in Housekeeper-Nightly
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Improved distance field sampling
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
When the CTM has perspective the back-project method...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Allowing Lanczos3 to be used in chromium
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Remove border from GrAtlas entries, and associated...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Cleanup unref and null
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Bug Fix for Intel atan on gpu sweep gradient
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
jvanverth@google.com
Remove deprecation of SkBaseDevice::config() so compile...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
reed@google.com
Revert "Revert of have DeferredDevice inherit from...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Revert of have DeferredDevice inherit from SkBaseDevice...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
reed@google.com
have DeferredDevice inherit from SkBaseDevice
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Rebaselines for https://codereview.chromium.org/156113005/
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Adjust allowed error from 0.5 to 2.5.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
robertphillips...
Fix valgrind suppressions (again)
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Builder class for SkLayerDrawLooper.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
skia.committer...
Sanitizing source files in Housekeeper-Nightly
commit
|
commitdiff
|
tree
|
snapshot
2014-02-14
commit-bot...
Defer deletion of our shaders until after linking the...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
Small adjustments of two bench ranges.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
fix debugging script for the SampleApp
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
ensure that opaque-only colortypes always report opaque...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
replace setConfig+allocPixels with alloc-or-install...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
Adding list of Skia's CQ committers
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
Use a bench alert algorithm with wider ranges. TBR...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
Fixed clusterfuzz found crash
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
ARM Skia NEON patches - 27 - S32A_D565_Blend
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
Gyp flag to disable inlining.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
commit-bot...
SkWriter32: throw in the SkTDArray towel.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-13
jvanverth@google.com
Another try at updating expectations
commit
|
commitdiff
|
tree
|
snapshot
next