platform/upstream/libSkiaSharp.git
2012-12-10 reed@google.comadd '--mode clone' option to bench_pictures
2012-12-10 reed@google.comdon't convert clipPath -> clipRect if the path is inver...
2012-12-10 scroggo@google.comIn SKP serialization, use existing encoded data.
2012-12-10 junov@chromium.orgFixing SkClipStack::clipDevPath so that it will not...
2012-12-10 caryclark@google.comshape ops work in progress
2012-12-10 djsollen@google.comReapply (r6718) with fix for compiler error on linux.
2012-12-10 djsollen@google.comrevert Reapply r5364 (Update ARM and NEON optimizations...
2012-12-10 djsollen@google.comReapply r5364 (Update ARM and NEON optimizations for...
2012-12-10 caryclark@google.comshape ops work in progress
2012-12-10 mike@reedtribe.orgadd helpers for isTranslate and isScaleTranslate
2012-12-08 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-07 djsollen@google.comRevert "Added the following 3 features to sample app."
2012-12-07 djsollen@google.comAdded the following 3 features to sample app.
2012-12-07 robertphillips... Update filter tool to write out paths to .cpp file
2012-12-07 robertphillips... Make debugger profiling honor deleted commands
2012-12-07 bsalomon@google.comImprove handling of inverse clip paths in GrClipMaskMan...
2012-12-07 scroggo@google.comFix some extract subset bugs.
2012-12-07 epoger@google.comutils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h
2012-12-07 reed@google.comspeedup peek32() when the offset is in the last block...
2012-12-07 senorblanco... Rebaseline script: check for .git and .svn in the...
2012-12-07 reed@google.comcache fontmetrics in picture-record
2012-12-07 epoger@google.comadd cityhash to SVN dependencies, not just DEPS file
2012-12-07 epoger@google.comMark 64-bit constants as ULL to fix broken 32-bit Mac...
2012-12-07 reed@google.commark bitmaps as immutable as we deserialize them into...
2012-12-07 epoger@google.comcomment-only fix
2012-12-07 epoger@google.comReplace SkConsistentChecksum with SkCityHash (now inclu...
2012-12-07 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-06 junov@google.comDefining new color constat for transparent color
2012-12-06 caryclark@google.comshape ops work in progress
2012-12-06 bsalomon@google.comUse ReduceClipStack in ClipMaskManager.
2012-12-06 sugoi@google.comAs part of preliminary groundwork for a chromium fix...
2012-12-06 bungeman@google.comNo longer generating 4444, remove from rebaseline tool.
2012-12-06 reed@google.comadd query to pixelref for its encoded data (if it has...
2012-12-06 bsalomon@google.comMake the clip reducer operate on int rects. Remove...
2012-12-06 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-05 bsalomon@google.comMove GrReducedClip to its own files.
2012-12-05 reed@google.comoptimize translate and scale
2012-12-05 epoger@google.comAdd newline at end of tools/skdiff_html.h to happify...
2012-12-05 epoger@google.comAdd script to help rebaseline gm self-tests, and run...
2012-12-05 epoger@google.comDelete no-longer-expected 4444 output images from gm...
2012-12-05 bungeman@google.comUpdate skdiff.
2012-12-05 epoger@google.comDelete no-longer-used 4444 gm-selftest input images
2012-12-05 robertphillips... Add display of a path's filltype to debugger
2012-12-05 robertphillips... Add drawPoints dash bench
2012-12-05 bungeman@google.comClean up SkFontHost_mac_coretext.
2012-12-05 rmistry@google.comThe goal is to make the ClangCompile buildstep in the...
2012-12-05 bsalomon@google.comAdd operator delete to match operator new for SkTLList.
2012-12-05 djsollen@google.comAdd missing SK_API definition at request of Chromium...
2012-12-05 reed@google.comadd test for adding outer contour first and second
2012-12-05 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-04 reed@google.comadd gm/pathinterior.cpp in advance of cary's path api
2012-12-04 robertphillips... Expand dashing3 GM to include additional dashing cases
2012-12-04 bsalomon@google.comMake GrReduceClipStack use a caller provided query...
2012-12-04 scroggo@google.comHandle recording a bitmap if copy fails.
2012-12-04 bsalomon@google.comFix stale iterators in LList test. Add newline to end...
2012-12-04 senorblanco... Pull SkMergeImageFilter out into its own file.
2012-12-04 bsalomon@google.comMake SkClipStack::Iter use SkClipStack::Element.
2012-12-04 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-03 robertphillips... Fix compiler error in SkTInternalList.h
2012-12-03 bungeman@google.comProvide default guess at font type in Mac CoreText...
2012-12-03 bungeman@google.comThe short version of the 'loca' table stores offsets...
2012-12-03 borenet@google.comAdded SK_BUILD_FOR_NACL to SkPreConfig.h
2012-12-03 reed@google.comadd getTypes() to SkMatrix44, to cache how complex...
2012-12-03 bsalomon@google.comReland r6649 with fix for build errors.
2012-12-03 bsalomon@google.comRevert 6649 due to build breaks.
2012-12-03 bungeman@google.comTemplatize AutoCFRelease and use it.
2012-12-03 bsalomon@google.comInsert in middle of SkTInternalLList and SkTLList,...
2012-12-03 bsalomon@google.comAdd SkTLList, linked list class implemented on top...
2012-12-03 robertphillips... Fixed remaining clang compiler warnings
2012-12-03 bsalomon@google.comRevert change accidentally committed.
2012-12-03 bsalomon@google.comAdd SkTLList, linked list class implemented on top...
2012-12-03 bsalomon@google.comRename SkTDLinkedList to SkTInternalLinked list, add...
2012-12-03 tfarina@chromium.orgFix clang 'overloaded-virtual' warnings.
2012-12-03 tomhudson@google.comTweak an enum declaration to make the clang compiler...
2012-12-01 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-30 reed@google.comCreate aliases AddRef() and Release() to SkRefCnt for...
2012-11-30 djsollen@google.comDisabling validation of the glyph cache for standard...
2012-11-30 bungeman@google.comAdd auto table ref for coretext.
2012-11-30 bensong@google.comAdds BENCH_ALLOWED_NOISE to widen expected bench ranges.
2012-11-30 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-30 robertphillips... Fix for roll-blocking compiler error in SkRRect.cpp
2012-11-29 senorblanco... Clean up some Windows compiler warnings.
2012-11-29 senorblanco... rebaseline.py: Allow multiple testnames on the command...
2012-11-29 reed@google.comremove 4444 support (for now) form gm -- not used ...
2012-11-29 jamesr@chromium.orgKeep track of identity SkMatrix44s
2012-11-29 bsalomon@google.comRemove SkClipStack::Iter::combinedNext.
2012-11-29 scroggo@google.comCreate a factory to decode an SkBitmap from an SkData.
2012-11-29 bsalomon@google.comMake SkClipStack::Element public.
2012-11-29 reed@google.comuse fast-pt case when radius <= 1/2, instead of just...
2012-11-29 reed@google.comadd SkPictureUtils::GatherPixelRefs()
2012-11-29 bsalomon@google.comChange SkClipStack::Element::State to SkClipStack:...
2012-11-29 senorblanco... Turn on the separable blur (release the hounds!). ...
2012-11-29 bsalomon@google.comRename SkClipStack::Rec to SkClipStack::Element
2012-11-29 bsalomon@google.comFix the gr/gl destruction order in Test.cpp
2012-11-29 senorblanco... Modify the blur bench to add tests for high-quality...
2012-11-29 djsollen@google.comRemove legacy flag for android from tests
2012-11-29 djsollen@google.comFix test app to ensure that we destroy our GPU resources.
2012-11-29 djsollen@google.comEnable profiling options to be selectively enabled...
2012-11-29 caryclark@google.comshape ops work in progress
2012-11-29 robertphillips... Add newline at end of SkRRect.h
next