2012-12-19 |
junov@chromium.org | Adding tileGrid scaled playback capability to gm. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
borenet@google.com | Tweak Android bench_pictures configs |
commit | commitdiff | tree | snapshot |
2012-12-19 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2012-12-18 |
edisonn@google.com | Flags for render_pictures: verify, clone and writeWhole... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
robertphillips... | Accelerate AA filled rect drawing using drawIndexedInst... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
borenet@google.com | Modify bench_pictures configs for Android |
commit | commitdiff | tree | snapshot |
2012-12-18 |
bsalomon@google.com | When doing a readback in SkGrPixelRef check whether... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
junov@chromium.org | Adding gm test steps for rtree and tileGrid |
commit | commitdiff | tree | snapshot |
2012-12-18 |
bensong@google.com | Parses per-tile benches and returns the sum as overall... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
junov@chromium.org | Adding support for new canvas API method clipRRect... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
reed@google.com | change SkMaskFilter methods to const, in preparation... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
epoger@google.com | Re-land r6843 with copied gyp file to (hopefully) fix... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
reed@google.com | remove experimental setAsABlur, as it forces the instan... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
reed@google.com | change all interfaces for SkRasterizer to const, in... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
reed@google.com | change all patheffect methods to const, in preparation... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
junov@chromium.org | Fix drawSprite to record correctly with SkBBoxRecord |
commit | commitdiff | tree | snapshot |
2012-12-18 |
jvanverth@google.com | Fix compile error on Windows -- remove unsupported... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
jvanverth@google.com | Add AndroidPathRenderer to experimental gyp and get... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2012-12-17 |
junov@chromium.org | Fix SkBBoxRecord to correctly handle SkRect arguments... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
robertphillips... | Fix compiler warning-as-error issue |
commit | commitdiff | tree | snapshot |
2012-12-17 |
robertphillips... | Add RRect GM |
commit | commitdiff | tree | snapshot |
2012-12-17 |
junov@chromium.org | Fixing bounding box computation for inverse filled... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
reed@google.com | we do not correctly handle inner-style in blurmaskfilte... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
sugoi@google.com | Follow up on the previous patch : |
commit | commitdiff | tree | snapshot |
2012-12-17 |
bsalomon@google.com | Remove unused type GrCacheKey |
commit | commitdiff | tree | snapshot |
2012-12-17 |
reed@google.com | Make all colorfilter methods const, in preparation... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
reed@google.com | Mark all methods on SkXfermode as const, in preparation... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
scroggo@google.com | Allow setting a scaleFactor in bench_pictures (and... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
robertphillips... | 3on/3off dashing optimization |
commit | commitdiff | tree | snapshot |
2012-12-17 |
epoger@google.com | Roll out r6843 to hopefully fix Windows builds |
commit | commitdiff | tree | snapshot |
2012-12-17 |
borenet@google.com | Address comments for r6822: https://codereview.appspot... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
junov@chromium.org | Adding missing oval and roundedRect primitives to SkBBo... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
fmalita@google.com | Limit the maximum number of dash segments per path |
commit | commitdiff | tree | snapshot |
2012-12-17 |
epoger@google.com | Add --writeJsonSummary option to gm |
commit | commitdiff | tree | snapshot |
2012-12-17 |
bsalomon@google.com | Fix SampleApp busted images with --picture on windows. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
junov@chromium.org | Fix line rendering with TileGrid and Rtree |
commit | commitdiff | tree | snapshot |
2012-12-17 |
reed@google.com | detect out-of-memory when we try to create a mask offscreen |
commit | commitdiff | tree | snapshot |
2012-12-17 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2012-12-17 |
reed@google.com | add 4th test |
commit | commitdiff | tree | snapshot |
2012-12-17 |
mike@reedtribe.org | change delta to 5, to better show the inset trend |
commit | commitdiff | tree | snapshot |
2012-12-17 |
mike@reedtribe.org | move inset out of SkRRect.h for now, and add experiment... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
mike@reedtribe.org | add gm for rrect, and rrect.inset/outset |
commit | commitdiff | tree | snapshot |
2012-12-15 |
mike@reedtribe.org | if CG fails to decode an image, check to see if it... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2012-12-14 |
junov@chromium.org | Improving comment in SkTileGrid::search |
commit | commitdiff | tree | snapshot |
2012-12-14 |
robertphillips... | Add new "aarects" bench to establish baseline for aa... |
commit | commitdiff | tree | snapshot |
2012-12-14 |
junov@chromium.org | Replacing alloca call in SkTileGrid with SkAutoSMalloc |
commit | commitdiff | tree | snapshot |
2012-12-14 |
junov@chromium.org | Build fix for windows chromium bots. |
commit | commitdiff | tree | snapshot |
2012-12-14 |
borenet@google.com | Fix bench_pictures.cfg and add sanity check |
commit | commitdiff | tree | snapshot |
2012-12-14 |
robertphillips... | Fix r6808 fix & some compiler warnings |
commit | commitdiff | tree | snapshot |
2012-12-14 |
reed@google.com | call lock-pixels once we know we're a sprite |
commit | commitdiff | tree | snapshot |
2012-12-14 |
bsalomon@google.com | Use the stencil buffer to avoid temporary alpha clip... |
commit | commitdiff | tree | snapshot |
2012-12-14 |
reed@google.com | add per-draw checks for lockcounts |
commit | commitdiff | tree | snapshot |
2012-12-14 |
borenet@google.com | Only run bench_pictures once for debug builds |
commit | commitdiff | tree | snapshot |
2012-12-14 |
reed@google.com | use DEF_GM |
commit | commitdiff | tree | snapshot |
2012-12-14 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2012-12-14 |
robertphillips... | Fix compiler warning as error bug |
commit | commitdiff | tree | snapshot |
2012-12-13 |
shawnsingh... | Optimized implementation of SkMatrix44::preScale |
commit | commitdiff | tree | snapshot |
2012-12-13 |
reed@google.com | reland 6798 w/ fix for bitmap-as-mask pixel-locking |
commit | commitdiff | tree | snapshot |
2012-12-13 |
scroggo@google.com | Provide an option to bench drawing individual tiles... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
scroggo@google.com | In the config name, report the viewport, if one is... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
reed@google.com | revert 6798 (assert in GM) |
commit | commitdiff | tree | snapshot |
2012-12-13 |
reed@google.com | add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
scroggo@google.com | Allow bench_pictures to have its viewport set on the... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
reed@google.com | Goal: ensure we always balance lock/unlock pixels calls. |
commit | commitdiff | tree | snapshot |
2012-12-13 |
bsalomon@google.com | Fix oversights in r6793. |
commit | commitdiff | tree | snapshot |
2012-12-13 |
bsalomon@google.com | Use GrDrawTarget::AutoClipRestore to set temporary... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
djsollen@google.com | Fix Android SampleApp |
commit | commitdiff | tree | snapshot |
2012-12-13 |
bsalomon@google.com | Add a state bit to GrDrawState that forces coverage... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
jvanverth@google.com | Add the original path renderer files and some support... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2012-12-13 |
reed@google.com | Change to BDS license (as we did with all the other... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
djsollen@google.com | Fix android build by removing references to the old... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
junov@chromium.org | Modifying SkTileGrid to support arbitrary query rectangles. |
commit | commitdiff | tree | snapshot |
2012-12-13 |
reed@google.com | kill unused SkFlipPixelRef |
commit | commitdiff | tree | snapshot |
2012-12-13 |
junov@chromium.org | Fixing clip region test in deferred canvas, used to... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
tomhudson@google.com | Matrix inversion optimizations and benchmark; originall... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2012-12-12 |
fmalita@google.com | Use double precision when iterating in SkDashPathEffect... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
scroggo@google.com | Set git to ignore .android_config |
commit | commitdiff | tree | snapshot |
2012-12-12 |
reed@google.com | revert 6766, thereby re-landing 6762-6763 now that... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
borenet@google.com | Add bench_pictures config |
commit | commitdiff | tree | snapshot |
2012-12-12 |
reed@google.com | revert 6762-6763, since those require new skps to be... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
reed@google.com | part of prev CL for rrect |
commit | commitdiff | tree | snapshot |
2012-12-12 |
reed@google.com | make RRect and Oval first-class drawing primitives... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
junov@chromium.org | Adding quickContains API method to SkClipStack |
commit | commitdiff | tree | snapshot |
2012-12-12 |
epoger@google.com | Create SkBitmapChecksummer and associated SkBitmapTrans... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
robertphillips... | Minor cleanup |
commit | commitdiff | tree | snapshot |
2012-12-11 |
bsalomon@google.com | Fix generation of random two point gradients for progra... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2012-12-10 |
junov@chromium.org | Fixing logic error in deferred canvas unittest. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
reed@google.com | use new enum-constructors |
commit | commitdiff | tree | snapshot |
2012-12-10 |
robertphillips... | Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp |
commit | commitdiff | tree | snapshot |
2012-12-10 |
vollick@chromium.org | Add SkMatrix44 constructor that allows user to control... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
bsalomon@google.com | Modifications to GrPatherRenderer(Chain) interfaces... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
scroggo@google.com | When cloning picture, use a bitmap heap to avoid flatte... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
reed@google.com | optimize for paints that don't require deep copy during... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
bsalomon@google.com | Disable failing test on android. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
reed@google.com | mark our unflattened bitmap as immutable (just as pictu... |
commit | commitdiff | tree | snapshot |
next |