platform/upstream/libSkiaSharp.git
2013-02-01 junov@google.comPrevent SkPictureUtils::GatherPixelRefs from generating...
2013-02-01 djsollen@google.comOnly support SkPicture abort for Android due to the...
2013-02-01 djsollen@google.comFix android errors when unflattening an SkImageRef_ashm...
2013-02-01 bsalomon@google.comFix unused var warning-as-error
2013-02-01 reed@google.comdon't use NULL when comparing against ints/size_t ...
2013-02-01 reed@google.comadd width() and height() helpers
2013-02-01 reed@google.comrevert name changes to SkBlendImageFilter. It (correctl...
2013-02-01 bsalomon@google.comMake drawIndexedInstances non-virtual and rewrite GrIOD...
2013-02-01 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle-win7...
2013-02-01 reed@google.comrestore cache-count for gradients to p.o.2. so we can...
2013-01-31 jvanverth@google.comChange vertex buffer allocator functions to take size...
2013-01-31 bungeman@google.comFix warnings resulting from 7496.
2013-01-31 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-31 jvanverth@google.comChange vertex buffer allocator functions to take size...
2013-01-31 bungeman@google.comAdd SHA1 and MD5 to utils.
2013-01-31 robertphillips... Added cast to make SkIntToScalar happy with size_t...
2013-01-31 robertphillips... Removed unused variable
2013-01-31 epoger@google.comgm: force all pixels opaque earlier in the process
2013-01-31 robertphillips... Update filter tool to allow more flexible filtering
2013-01-31 reed@google.comoptimize region::intersect when one wholly contains...
2013-01-31 reed@google.comadd new test for region::intersect, when one is a rect...
2013-01-31 epoger@google.comgm self-tests: add 565 mode testing, in addition to...
2013-01-31 rmistry@google.comAll skp files in Google Storage have been updated ...
2013-01-31 rmistry@google.comWhitespace change to trigger rebuilds after r7485
2013-01-31 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-31 robertphillips... Speculative change to SkImageFilterUtils.cpp to try...
2013-01-31 robertphillips... Adding kMultiply_Mode (as an alias to kModulate_Mode...
2013-01-31 robertphillips... Readding kMultiply_Mode (as an alias to kModulate_Mode...
2013-01-31 robertphillips... Add SkImageFilterUtils.h to effects.gypi
2013-01-30 vandebo@chromium.org[PDF] Fix multi-level page count calculation.
2013-01-30 reed@google.comclone of https://codereview.appspot.com/7208043/
2013-01-30 bungeman@google.comSkNextLog2 requires positive values.
2013-01-30 bungeman@google.comSkNextLog2 requires values > 0.
2013-01-30 robertphillips... Added option of profiling GPU backend to debugger
2013-01-30 bungeman@google.comAvoid possible O(n) stack space use by skqsort.
2013-01-30 robertphillips... Start addressing the clang static analyzer issues
2013-01-30 bungeman@google.combench_compare proper spacing and tab option.
2013-01-30 senorblanco... This changes the signature of SkImageFilter::filterImag...
2013-01-30 bsalomon@google.comAdd GrDrawTarget::DrawInfo, combine API for performing...
2013-01-30 junov@chromium.orgAdding a new unit test that demonstrates that dithering...
2013-01-30 reed@google.comreturn if we're invertible for the fast scale+trans...
2013-01-30 jvanverth@google.comAdds SkMWCRandom, which generates random numbers using...
2013-01-30 junov@chromium.orgRe-enbling blurrect gm test wich no longer fails with...
2013-01-30 reed@google.comadd SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option...
2013-01-30 caryclark@google.comshape ops work in progress
2013-01-30 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-29 caryclark@google.comshape ops work in progress
2013-01-29 bungeman@google.comMark SkPictureStateTree::Draw::operator< as const.
2013-01-29 djsollen@google.comFix Japanese font issue for devices running JB MR1...
2013-01-29 caryclark@google.comshape ops work in progress
2013-01-29 reed@google.comadd SK_API to SkMutex (for chrome)
2013-01-29 rmistry@google.comWhitespace change to trigger rebuilds
2013-01-29 rmistry@google.comWhitespace change (SkipBuildbotRuns)
2013-01-29 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-28 reed@google.comtweak to comments, ws change to trigger bots
2013-01-28 scroggo@google.comRemove a workaround in gm/xfermodes.cpp
2013-01-28 jvanverth@google.comAdd missing params to renderer->resetState().
2013-01-28 junov@chromium.orgFixing crash in cloning empty SkPicture object
2013-01-28 robertphillips... Fix assert
2013-01-28 reed@google.comfix build
2013-01-28 reed@google.comREBASELINE: enable setline fix for scan converter,...
2013-01-28 scroggo@google.comChange the method for timing individual tiles in bench_...
2013-01-28 jvanverth@google.comMove vertex layout definitions from GrDrawTarget to...
2013-01-28 robertphillips... Added toString to SkDrawLooper-derived classes
2013-01-28 caryclark@google.comshape ops work in progress
2013-01-28 robertphillips... Add data() to all QString::toASCII Qt calls to help...
2013-01-28 robertphillips... Add command line options to debugger
2013-01-28 reed@google.comadd (disabled) test for big dashing
2013-01-28 senorblanco... Fix debug build. Unreviewed.
2013-01-28 bsalomon@google.comFix build break after r7411 when GR_STATIC_RECT_VB...
2013-01-28 senorblanco... Add an origin flag for backend (external) textures...
2013-01-28 bsalomon@google.comMake a bunch of virtuals in GrDrawTarget and GrGpu...
2013-01-28 bsalomon@google.comRemove unnecessary ptr derefs int r7411 (deref result...
2013-01-28 bsalomon@google.comRemove getter of writable GrEffectStage from GrDrawState.
2013-01-28 mike@reedtribe.orgadd missing parameter to overridden onFindClickHandler
2013-01-27 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle_ubuntu...
2013-01-27 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle_ubuntu...
2013-01-26 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle-win7...
2013-01-26 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-25 rmistry@google.comTest for (SkipBuildbotRuns) II
2013-01-25 rmistry@google.comTest for (SkipBuildbotRuns)
2013-01-25 borenet@google.comManually parse arguments in submit_try
2013-01-25 rmistry@google.comWhitespace change to test (SkipBuildbotRuns)
2013-01-25 vandebo@chromium.org[PDF] Handle invalid glyph IDs on drawText methods.
2013-01-25 bsalomon@google.comFix nextRangeU(0, MAX_UINT) div by zero.
2013-01-25 rmistry@google.comPresubmit should check that source files end in atleast...
2013-01-25 rmistry@google.comLeave one and only one newline at the end of source...
2013-01-25 bungeman@google.comAvoid O(n) stack space usage in qsort.
2013-01-25 reed@google.comreduce array size in debug builds for sortbench. This...
2013-01-25 bsalomon@google.comMove random from core to utils
2013-01-25 rmistry@google.comWhitespace change to test (SkipBuildbotRuns) locally
2013-01-25 bsalomon@google.comOnly clear the part of the texture used by the device...
2013-01-25 reed@google.comdoh: use *srcPtr instead of src (which is now obsolete...
2013-01-25 robertphillips... Hid large dashed line optimization behind compiler...
2013-01-25 rmistry@google.comWhitespace change to trigger rebuilds
2013-01-25 rmistry@google.comWhitespace change to trigger rebuilds
2013-01-25 rmistry@google.comTriggering rebuilds after r7386
2013-01-25 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-25 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle-win7...
2013-01-24 bungeman@google.comRemove ConcaveToTriangles.
next