aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-18
* Fix SkBBoxRecord to correctly handle SkRect arguments that are inverted rects.Gravatar junov@chromium.org2012-12-17
* Add RRect GMGravatar robertphillips@google.com2012-12-17
* Fixing bounding box computation for inverse filled paths in SkBBoxRecordGravatar junov@chromium.org2012-12-17
* we do not correctly handle inner-style in blurmaskfilter w/ the 9patchGravatar reed@google.com2012-12-17
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Remove unused type GrCacheKeyGravatar bsalomon@google.com2012-12-17
* Make all colorfilter methods const, in preparation for declaring themGravatar reed@google.com2012-12-17
* Mark all methods on SkXfermode as const, in preparation for declaring allGravatar reed@google.com2012-12-17
* 3on/3off dashing optimizationGravatar robertphillips@google.com2012-12-17
* Adding missing oval and roundedRect primitives to SkBBoxRecordGravatar junov@chromium.org2012-12-17
* Limit the maximum number of dash segments per pathGravatar fmalita@google.com2012-12-17
* Fix SampleApp busted images with --picture on windows.Gravatar bsalomon@google.com2012-12-17
* Fix line rendering with TileGrid and RtreeGravatar junov@chromium.org2012-12-17
* detect out-of-memory when we try to create a mask offscreenGravatar reed@google.com2012-12-17
* move inset out of SkRRect.h for now, and add experimental versions to gmGravatar mike@reedtribe.org2012-12-17
* add gm for rrect, and rrect.inset/outsetGravatar mike@reedtribe.org2012-12-17
* if CG fails to decode an image, check to see if it was a problem in the color...Gravatar mike@reedtribe.org2012-12-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-15
* Improving comment in SkTileGrid::searchGravatar junov@chromium.org2012-12-14
* Replacing alloca call in SkTileGrid with SkAutoSMallocGravatar junov@chromium.org2012-12-14
* Build fix for windows chromium bots.Gravatar junov@chromium.org2012-12-14
* Fix r6808 fix & some compiler warningsGravatar robertphillips@google.com2012-12-14
* call lock-pixels once we know we're a spriteGravatar reed@google.com2012-12-14
* Use the stencil buffer to avoid temporary alpha clip masks.Gravatar bsalomon@google.com2012-12-14
* add per-draw checks for lockcountsGravatar reed@google.com2012-12-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-14
* Optimized implementation of SkMatrix44::preScaleGravatar shawnsingh@chromium.org2012-12-13
* reland 6798 w/ fix for bitmap-as-mask pixel-lockingGravatar reed@google.com2012-12-13
* revert 6798 (assert in GM)Gravatar reed@google.com2012-12-13
* add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled)Gravatar reed@google.com2012-12-13
* Goal: ensure we always balance lock/unlock pixels calls.Gravatar reed@google.com2012-12-13
* Fix oversights in r6793.Gravatar bsalomon@google.com2012-12-13
* Use GrDrawTarget::AutoClipRestore to set temporary irect clips.Gravatar bsalomon@google.com2012-12-13
* Add a state bit to GrDrawState that forces coverage to be blended.Gravatar bsalomon@google.com2012-12-13
* Change to BDS license (as we did with all the other files that were Apache)Gravatar reed@google.com2012-12-13
* Modifying SkTileGrid to support arbitrary query rectangles.Gravatar junov@chromium.org2012-12-13
* kill unused SkFlipPixelRefGravatar reed@google.com2012-12-13
* Fixing clip region test in deferred canvas, used to determine whether a draw ...Gravatar junov@chromium.org2012-12-13
* Matrix inversion optimizations and benchmark; originally by whunt@google.com.Gravatar tomhudson@google.com2012-12-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-13
* Use double precision when iterating in SkDashPathEffect::filterPath()Gravatar fmalita@google.com2012-12-12
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* Adding quickContains API method to SkClipStackGravatar junov@chromium.org2012-12-12
* Create SkBitmapChecksummer and associated SkBitmapTransformerGravatar epoger@google.com2012-12-12
* Minor cleanupGravatar robertphillips@google.com2012-12-12
* Fix generation of random two point gradients for program unit test.Gravatar bsalomon@google.com2012-12-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-11