platform/upstream/libSkiaSharp.git
2012-12-18 reed@google.comremove experimental setAsABlur, as it forces the instan...
2012-12-18 reed@google.comchange all interfaces for SkRasterizer to const, in...
2012-12-18 reed@google.comchange all patheffect methods to const, in preparation...
2012-12-18 junov@chromium.orgFix drawSprite to record correctly with SkBBoxRecord
2012-12-18 jvanverth@google.comFix compile error on Windows -- remove unsupported...
2012-12-18 jvanverth@google.comAdd AndroidPathRenderer to experimental gyp and get...
2012-12-18 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-17 junov@chromium.orgFix SkBBoxRecord to correctly handle SkRect arguments...
2012-12-17 robertphillips... Fix compiler warning-as-error issue
2012-12-17 robertphillips... Add RRect GM
2012-12-17 junov@chromium.orgFixing bounding box computation for inverse filled...
2012-12-17 reed@google.comwe do not correctly handle inner-style in blurmaskfilte...
2012-12-17 sugoi@google.comFollow up on the previous patch :
2012-12-17 bsalomon@google.comRemove unused type GrCacheKey
2012-12-17 reed@google.comMake all colorfilter methods const, in preparation...
2012-12-17 reed@google.comMark all methods on SkXfermode as const, in preparation...
2012-12-17 scroggo@google.comAllow setting a scaleFactor in bench_pictures (and...
2012-12-17 robertphillips... 3on/3off dashing optimization
2012-12-17 epoger@google.comRoll out r6843 to hopefully fix Windows builds
2012-12-17 borenet@google.comAddress comments for r6822: https://codereview.appspot...
2012-12-17 junov@chromium.orgAdding missing oval and roundedRect primitives to SkBBo...
2012-12-17 fmalita@google.comLimit the maximum number of dash segments per path
2012-12-17 epoger@google.comAdd --writeJsonSummary option to gm
2012-12-17 bsalomon@google.comFix SampleApp busted images with --picture on windows.
2012-12-17 junov@chromium.orgFix line rendering with TileGrid and Rtree
2012-12-17 reed@google.comdetect out-of-memory when we try to create a mask offscreen
2012-12-17 caryclark@google.comshape ops work in progress
2012-12-17 reed@google.comadd 4th test
2012-12-17 mike@reedtribe.orgchange delta to 5, to better show the inset trend
2012-12-17 mike@reedtribe.orgmove inset out of SkRRect.h for now, and add experiment...
2012-12-17 mike@reedtribe.orgadd gm for rrect, and rrect.inset/outset
2012-12-15 mike@reedtribe.orgif CG fails to decode an image, check to see if it...
2012-12-15 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-14 junov@chromium.orgImproving comment in SkTileGrid::search
2012-12-14 robertphillips... Add new "aarects" bench to establish baseline for aa...
2012-12-14 junov@chromium.orgReplacing alloca call in SkTileGrid with SkAutoSMalloc
2012-12-14 junov@chromium.orgBuild fix for windows chromium bots.
2012-12-14 borenet@google.comFix bench_pictures.cfg and add sanity check
2012-12-14 robertphillips... Fix r6808 fix & some compiler warnings
2012-12-14 reed@google.comcall lock-pixels once we know we're a sprite
2012-12-14 bsalomon@google.comUse the stencil buffer to avoid temporary alpha clip...
2012-12-14 reed@google.comadd per-draw checks for lockcounts
2012-12-14 borenet@google.comOnly run bench_pictures once for debug builds
2012-12-14 reed@google.comuse DEF_GM
2012-12-14 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-14 robertphillips... Fix compiler warning as error bug
2012-12-13 shawnsingh... Optimized implementation of SkMatrix44::preScale
2012-12-13 reed@google.comreland 6798 w/ fix for bitmap-as-mask pixel-locking
2012-12-13 scroggo@google.comProvide an option to bench drawing individual tiles...
2012-12-13 scroggo@google.comIn the config name, report the viewport, if one is...
2012-12-13 reed@google.comrevert 6798 (assert in GM)
2012-12-13 reed@google.comadd debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED...
2012-12-13 scroggo@google.comAllow bench_pictures to have its viewport set on the...
2012-12-13 reed@google.comGoal: ensure we always balance lock/unlock pixels calls.
2012-12-13 bsalomon@google.comFix oversights in r6793.
2012-12-13 bsalomon@google.comUse GrDrawTarget::AutoClipRestore to set temporary...
2012-12-13 djsollen@google.comFix Android SampleApp
2012-12-13 bsalomon@google.comAdd a state bit to GrDrawState that forces coverage...
2012-12-13 jvanverth@google.comAdd the original path renderer files and some support...
2012-12-13 caryclark@google.comshape ops work in progress
2012-12-13 reed@google.comChange to BDS license (as we did with all the other...
2012-12-13 djsollen@google.comFix android build by removing references to the old...
2012-12-13 junov@chromium.orgModifying SkTileGrid to support arbitrary query rectangles.
2012-12-13 reed@google.comkill unused SkFlipPixelRef
2012-12-13 junov@chromium.orgFixing clip region test in deferred canvas, used to...
2012-12-13 tomhudson@google.comMatrix inversion optimizations and benchmark; originall...
2012-12-13 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-12 fmalita@google.comUse double precision when iterating in SkDashPathEffect...
2012-12-12 scroggo@google.comSet git to ignore .android_config
2012-12-12 reed@google.comrevert 6766, thereby re-landing 6762-6763 now that...
2012-12-12 borenet@google.comAdd bench_pictures config
2012-12-12 reed@google.comrevert 6762-6763, since those require new skps to be...
2012-12-12 reed@google.compart of prev CL for rrect
2012-12-12 reed@google.commake RRect and Oval first-class drawing primitives...
2012-12-12 junov@chromium.orgAdding quickContains API method to SkClipStack
2012-12-12 epoger@google.comCreate SkBitmapChecksummer and associated SkBitmapTrans...
2012-12-12 robertphillips... Minor cleanup
2012-12-11 bsalomon@google.comFix generation of random two point gradients for progra...
2012-12-11 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-10 junov@chromium.orgFixing logic error in deferred canvas unittest.
2012-12-10 reed@google.comuse new enum-constructors
2012-12-10 robertphillips... Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp
2012-12-10 vollick@chromium.orgAdd SkMatrix44 constructor that allows user to control...
2012-12-10 bsalomon@google.comModifications to GrPatherRenderer(Chain) interfaces...
2012-12-10 scroggo@google.comWhen cloning picture, use a bitmap heap to avoid flatte...
2012-12-10 reed@google.comoptimize for paints that don't require deep copy during...
2012-12-10 bsalomon@google.comDisable failing test on android.
2012-12-10 reed@google.commark our unflattened bitmap as immutable (just as pictu...
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."
next