platform/upstream/libSkiaSharp.git
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
2012-09-11 robertphillips... Extended instance counting to all GrResource-derived...
2012-09-11 robertphillips... Removed access of freed memory in GrContext dtor
2012-09-11 robertphillips... Fixed memory leak in RTreeBench
2012-09-11 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-10 robertphillips... Fix for DEPS compiler issue in SkGrFontScaler.cpp
2012-09-10 scroggo@google.comInit graphics in bench_pictures.
2012-09-10 reed@google.comland https://codereview.appspot.com/6492099/ -- fix...
2012-09-10 robertphillips... Added Qt 4.8.1 moc files for precise builds
2012-09-10 rileya@google.comFix ordering of initializer list to fix compiler compla...
2012-09-10 borenet@google.comWhitespace change to trigger rebuild after skp checkin
2012-09-10 borenet@google.comAdd per-picture logging to render_pictures
2012-09-10 rileya@google.comFix bug in R-Tree bulk-load. Unreviewed.
2012-09-10 rileya@google.comAdd optional aspect ratio parameter to R-Tree, this...
2012-09-10 borenet@google.comFix render_pictures for skia_static_initializers=0
2012-09-10 borenet@google.comFix Android build of render_pictures (Again)
2012-09-10 reed@google.comdisable replay for now
2012-09-10 borenet@google.comFix Android build of render_pictures
2012-09-10 reed@google.comadd techtalk slide for now (can remove it tomorrow)
2012-09-10 bsalomon@google.comFix issue where bw bitmask uploaded to gr 565, 8888...
2012-09-10 reed@google.comupdate MS counter to show actual milliseconds
2012-09-10 reed@google.comcache decoded bitmap in global for now
2012-09-10 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-10 mike@reedtribe.orgenable lcdtext
2012-09-10 mike@reedtribe.orgupdate
2012-09-09 robertphillips... Removed old resource locking system
2012-09-09 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-08 reed@google.comapend sample_grab file name with .png
2012-09-08 reed@google.comchange duration of transition animation to 1, effective...
next