platform/upstream/libSkiaSharp.git
2013-04-19 bsalomon@google.comMore .0s
2013-04-19 bsalomon@google.comAdd ".0" to 1 constants in xfermodes GLSL code.
2013-04-19 bsalomon@google.comAdd all remaining separable xfer modes to GPU backend.
2013-04-19 reed@google.comreturn empty fontstyleset instead of null
2013-04-19 jvanverth@google.comFix for segmentation fault in xfermodes2 GM.
2013-04-19 reed@google.comcheck-point for new fontmgr on linux
2013-04-19 bsalomon@google.comsilence && || parens clang warning.
2013-04-19 commit-bot... Add --threads to tests binary, to run non-GPU tests...
2013-04-19 bsalomon@google.comPerform coverage blend with the dst in the shader when...
2013-04-19 reed@google.comensure that negative zeros are still ignored when compu...
2013-04-19 caryclark@google.comenable path ops in unit tests
2013-04-19 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-19 commit-bot... Whitespace change to test the commit queue. (SkipBuildb...
2013-04-19 commit-bot... Whitespace change (SkipBuildbotRuns)
2013-04-18 caryclark@google.compath ops : remove countdown overkill
2013-04-18 bsalomon@google.comExpand modulate, add, subtract, extract component glsl...
2013-04-18 caryclark@google.comdisabling path ops
2013-04-18 bungeman@google.comRemove exclude of file which no longer exists.
2013-04-18 caryclark@google.comEnable path ops
2013-04-18 caryclark@google.comallow tests to optionally use multiple threads
2013-04-18 reed@google.comuse SkAutoTDelete instead of SkTScopedPtr
2013-04-18 caryclark@google.comFix compile warning
2013-04-18 caryclark@google.compath ops work in progress
2013-04-18 reed@google.comaugmenting fix in 8700 and 8701, be careful NOT to...
2013-04-18 reed@google.comrevert 8731, restoring 8700 and 8701... further investi...
2013-04-18 jvanverth@google.comReset shader in ovals GM
2013-04-18 sugoi@google.comAdding a bit of rebustness to SkRectShaderImageFilter
2013-04-18 sugoi@google.comDisabling GPU noise on Windows since Angle can't do...
2013-04-18 jvanverth@google.comAdd a GM to test ovals with a variety of paint settings...
2013-04-18 junov@chromium.orgAdding SK_API to export SkImage and SkSurface API classes
2013-04-18 robertphillips... Rebaseline Nexus7 cuteoverload performance trigger
2013-04-18 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-17 robertphillips... Revert r8701 and r8700 due to layout test discrepancies
2013-04-17 scroggo@google.comUpdates to images project.
2013-04-17 scroggo@google.comOnly use JDCT_IFAST if it's supported.
2013-04-17 caryclark@google.compath ops in progress
2013-04-17 caryclark@google.comshape ops work in progress
2013-04-17 sugoi@google.comReducing the complexity of the noise test for Angle
2013-04-17 sugoi@google.comFixing debug bench assert on Android
2013-04-17 bsalomon@google.comSkip copytexsubimage2D code path when src is multisampled.
2013-04-17 bsalomon@google.comAdd xfermodes2 GM. Tests all xfer modes with two gradie...
2013-04-17 junov@chromium.orgBuild fix
2013-04-17 sugoi@google.comPerlin noise adjustments
2013-04-17 junov@chromium.orgBenchmark to measure SkSurface copy on write performance
2013-04-17 tfarina@chromium.orgRemove deprecated/obsolete Makefiles.
2013-04-17 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-17 mike@reedtribe.orgadd compute-bounds for conics
2013-04-17 mike@reedtribe.orgadd extrema for conics
2013-04-16 reed@google.comadd comments for computing derivatives
2013-04-16 junov@chromium.orgBuild fix: moving more inline functions into header
2013-04-16 junov@chromium.orgBuild fix: moving some inline function definitions...
2013-04-16 junov@chromium.orgCleanup: Removing unnecessary args/complexity in SkSurf...
2013-04-16 scroggo@google.comDelete gm after use.
2013-04-16 reed@google.comchange shortName to match filename
2013-04-16 reed@google.comadd () around | cluster, to avoid warning.
2013-04-16 reed@google.comuse forward matrix to determine if we can ignore scale...
2013-04-16 reed@google.comfix new gm to actually trigger the bug
2013-04-16 reed@google.comadd gm to test edge case in drawBitmapRectToRect
2013-04-16 bungeman@google.comRemove 'friend SkRefCnt' from SkData.
2013-04-16 jvanverth@google.comDisable GPU acceleration for narrow ovals.
2013-04-16 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-15 tfarina@chromium.orgUse ILLEGAL_MODE macro to silence clang error.
2013-04-15 scroggo@google.comLink webp in skimage and debugger.
2013-04-15 robertphillips... Enable caching of texture domain extents
2013-04-15 caryclark@google.compath ops work in progress
2013-04-15 junov@chromium.orgFix crash with SkDeferredCanvas+SkSurface integration...
2013-04-15 borenet@google.comMove resource dir from gm to trunk
2013-04-15 reed@google.comfix release warning (unused debug variable)
2013-04-15 mike@reedtribe.orgadd experimental chop-into-quads for conics
2013-04-15 bsalomon@google.comAdd coeffecients for kScreen xfermode.
2013-04-15 djsollen@google.comRemove freetype dependency from core.gyp
2013-04-15 djsollen@google.comRemove freetype dependency from core.gyp
2013-04-15 bsalomon@google.comComment only change. (forgot to save comment edit befor...
2013-04-15 bsalomon@google.comAdd support for using glCopyTexSubImage2D when possible...
2013-04-14 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-14 mike@reedtribe.orgadd special-case for chopping at exactly half for ratio...
2013-04-13 mike@reedtribe.orgcompute new weight in standard-form
2013-04-13 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-12 scroggo@google.comGM::height() now returns the height, not the width.
2013-04-12 reed@google.comincomplete impl for chopping rational quads (need to...
2013-04-12 junov@chromium.orgFixing viral copy/paste typo Shapshot -> Snapshot
2013-04-12 rmistry@google.comIf the tree is closed then print information about...
2013-04-12 reed@google.comexperimental start to arcs
2013-04-12 epoger@google.comGM: add self-test that sets --readPath to a nonexistent...
2013-04-12 scroggo@google.comOnly use JDCT_FAST if it is supported in jpeg.
2013-04-12 reed@google.comexplicitly initialize all entries in array of SkBaseMat...
2013-04-12 robertphillips... Compiler warning/error patch for r8658
2013-04-12 robertphillips... Add testing of optimizations to GM
2013-04-12 scroggo@google.comFix NaCl build.
2013-04-12 robertphillips... Reverting r8654
2013-04-12 robertphillips... Add testing of optimizations to GM
2013-04-12 scroggo@google.comForce the debugger to link decoders.
2013-04-12 epoger@google.comGM: allow caller to specify which result types trigger...
2013-04-12 junov@chromium.orgAdding 'static' to eleminate compile warning on mac
2013-04-12 junov@chromium.orgAdding SkSurface support to SkDeferredCanvas
2013-04-12 caryclark@google.comrevert path ops unit test until errors are fixed
2013-04-12 caryclark@google.comturn on pathops unit test
2013-04-12 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-12 epoger@google.comwhitespace commit to trigger buildbots after resetting...
2013-04-12 epoger@google.comrename SkBitmapChecksummer as SkBitmapHasher, and prepa...
next