platform/upstream/libSkiaSharp.git
2012-09-20 reed@google.comremove unused parameter (that also slowed us down)...
2012-09-20 senorblanco... Fix premul alpha problems w/matrix convolution filter...
2012-09-20 reed@google.comremove all SkRefPtr from SkPDFDevice.h
2012-09-20 senorblanco... Pull SDKROOT into a gyp variable, so it can be locally...
2012-09-20 caryclark@google.comfirst cut at making iOS work
2012-09-20 bsalomon@google.comFix GrTextureAccess::operator ==
2012-09-20 scroggo@google.comIn render_pictures tiled rendering, draw a separate...
2012-09-20 scroggo@google.comIn bench_pictures, use a pool of tiles for multicore...
2012-09-19 senorblanco... Yet another speculative Android fix. Unreviewed.
2012-09-19 junov@chromium.orgRenaming a couple methods in SkDeferredCanvas.cpp to...
2012-09-19 senorblanco... Speculative fix for Android GMs. Unreviewed.
2012-09-19 borenet@google.comSkip empty directories and input files not ending in...
2012-09-19 reed@google.combegin to skiafy PDF headers : removing use of SkRefPtr
2012-09-19 borenet@google.comWhitespace change to trigger a rebuild after removing...
2012-09-19 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-18 senorblanco... Unreviewed; build fix.
2012-09-18 senorblanco... Implements a matrix convolution filter (raster path...
2012-09-18 caryclark@google.comshape ops work in progress
2012-09-18 george@mozilla.comExplicitly convert from int to SkScalar to avoid a...
2012-09-18 robertphillips... Fix for r5587 compiler error (removed ../src/gpu in...
2012-09-18 robertphillips... Added functor to GrTHashCache to allow discovery of...
2012-09-18 caryclark@google.comupdate gyp files to build on iOS
2012-09-18 reed@google.comre-re-land 5578
2012-09-18 scroggo@google.comReuse one canvas for every tile in bench_pictures ...
2012-09-18 bsalomon@google.comMove GrTextureParams from GrSamplerState to GrTextureAccess
2012-09-18 reed@google.comrevert 5580
2012-09-18 reed@google.comre-land 5578 w/ pipe fix
2012-09-18 reed@google.comrevert 5578 -- broke pipe
2012-09-18 reed@google.comChange drawBitmapRect to take a float-src-rect instead...
2012-09-18 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-18 tfarina@chromium.orgAdd a header for OverView.cpp as well.
2012-09-17 borenet@google.comSet DEFAULT_REPEATS to 1
2012-09-17 borenet@google.comCheck for invalid SkPictures
2012-09-17 bsalomon@google.comAdd GrColor to RGBA float helper func
2012-09-17 bungeman@google.comFix a Ref count bug in SkFontHost_win_dw.cpp
2012-09-17 robertphillips... Fixed unused variable compiler complaint
2012-09-17 robertphillips... Fixed valgrind complaint in MatrixBench
2012-09-17 robertphillips... fixed compiler complaints
2012-09-17 robertphillips... Fixed memory leak in deferred_canvas_record bench
2012-09-17 robertphillips... Made more benchs non-rendering
2012-09-15 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-14 bsalomon@google.comTemporarily revert r5433 due to crbug.com/148637 until...
2012-09-14 reed@google.comspeculative fix for crbug.com/147406 -- disabling save...
2012-09-14 rileya@google.comDouble size of buffer for SkString::printf()
2012-09-14 epoger@google.comAdd file I forgot in https://code.google.com/p/skia...
2012-09-14 epoger@google.comUpdate expected bench results for picture_playback_draw...
2012-09-14 epoger@google.comAdd a header file for TransitionView.cpp
2012-09-14 scroggo@google.comTurn serialization back on in GM.
2012-09-14 scroggo@google.comFor a picture playback with nothing written, use an...
2012-09-14 reed@google.comlanding https://codereview.appspot.com/6506117
2012-09-14 rileya@google.comFix some nits from codereview.appspot.com/6506103/
2012-09-14 borenet@google.comScale even smaller in bench_pictures to get things...
2012-09-14 reed@google.comfix fragile cubic stepper, where we want to assert...
2012-09-14 borenet@google.comEnable automatic rescaling in bench_pictures
2012-09-14 rileya@google.comFix picture refcnt bug in distantclip gm. Unreviewed.
2012-09-14 caryclark@google.comshape ops work in progress
2012-09-14 rileya@google.comAdd gm to test SkRegion/clipPath bug.
2012-09-14 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-13 rileya@google.comFix for gcc compile error. Unreviewed.
2012-09-13 rileya@google.comAdd R-Tree record flag to SkPicture, plus some cleanup...
2012-09-13 bensong@google.comAdds bench expectation file and mechanism for triggerin...
2012-09-13 borenet@google.comDo not exit on failure to open logFile
2012-09-13 george@mozilla.comCheck if SK_BUILD_FOR_MAC is defined rather than whethe...
2012-09-13 reed@google.comTo avoid running out of memory, we rescale very large...
2012-09-13 robertphillips... Make all random path benchs non-rendering
2012-09-13 tomhudson@google.comLet SkBenchmark classes specify that they do no rendering.
2012-09-13 tomhudson@google.comTurn down repeat count on ref counting and memory pool...
2012-09-13 robertphillips... Added GPU resource cache stats printing to render_pictures
2012-09-13 scroggo@google.comKeep the entries in .gitignore sorted in alphabetical...
2012-09-13 borenet@google.comRevert r5520
2012-09-13 borenet@google.comOnly check out ANGLE on Windows
2012-09-13 robertphillips... Added GPU resource cache stats printing to bench &...
2012-09-13 robertphillips... Address warnings from clang build bot
2012-09-12 reed@google.comre-apply 5508, but with the new compile-flag disabled...
2012-09-12 bungeman@google.comProvide labels for variant settings in bench graph.
2012-09-12 scroggo@google.comUse double dashes for bench options to be consistent.
2012-09-12 scroggo@google.comMake texteffects gm work through serialization and...
2012-09-12 reed@google.comrevert 5508 -- it broke most of the builds
2012-09-12 scroggo@google.comAdd some more things that should be ignored to .gitignore
2012-09-12 wjmaclean@chromium.orgUsing the device scale factor for glyph positioning
2012-09-12 epoger@google.comAdd some untracked directories to gitignore.
2012-09-12 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-11 borenet@google.comFix noisy Android build
2012-09-11 robertphillips... Fix texture ref/unref bug in GrContext::createResizedTe...
2012-09-11 borenet@google.comRevert r5491, r5495, r5497, and r5498.
2012-09-11 rileya@google.comAdd SkBBoxRecord subclass that builds up a BBoxHierarch...
2012-09-11 borenet@google.comFix GrGLCreateNativeInterface_android
2012-09-11 borenet@google.comAdd more logging to GrGLInterface. Temporary.
2012-09-11 borenet@google.comAdd lots of logging to GrGLInterface.cpp. Temporary.
2012-09-11 scroggo@google.comAdd -logPerIter, -timers, and -min to bench_pictures.
2012-09-11 borenet@google.comprintf->SkDebugf for r5491
2012-09-11 bungeman@google.comFix 5492.
2012-09-11 bungeman@google.comReduce SkMaskGamma cache thrashing.
2012-09-11 borenet@google.comTemporarily add logging to GrContextFactory and SkNativ...
2012-09-11 reed@google.comrm temp slides
2012-09-11 bungeman@google.comBaseline DirectWrite.
2012-09-11 bsalomon@google.comWrap all GrCustomStage textures in GrTextureAccess...
2012-09-11 rileya@google.comMake BBoxHierarchy ref-counted, fix leak in RTreeTest.
2012-09-11 rileya@google.comAdd helper for maintaining clip/matrix state in non...
2012-09-11 bsalomon@google.comMove GrTextureAccess decl/defn to separate files
next