aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Allow setting a scaleFactor in bench_pictures (and render_pictures).Gravatar scroggo@google.com2012-12-17
* 3on/3off dashing optimizationGravatar robertphillips@google.com2012-12-17
* Roll out r6843 to hopefully fix Windows buildsGravatar epoger@google.com2012-12-17
* Address comments for r6822: https://codereview.appspot.com/6946052/Gravatar borenet@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
* Add --writeJsonSummary option to gmGravatar epoger@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
* shape ops work in progressGravatar caryclark@google.com2012-12-17
* add 4th testGravatar reed@google.com2012-12-17
* change delta to 5, to better show the inset trendGravatar mike@reedtribe.org2012-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
* Add new "aarects" bench to establish baseline for aa rect drawingGravatar robertphillips@google.com2012-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 bench_pictures.cfg and add sanity checkGravatar borenet@google.com2012-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
* Only run bench_pictures once for debug buildsGravatar borenet@google.com2012-12-14
* use DEF_GMGravatar reed@google.com2012-12-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-14
* Fix compiler warning as error bugGravatar robertphillips@google.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
* Provide an option to bench drawing individual tiles in bench_pictures.Gravatar scroggo@google.com2012-12-13
* In the config name, report the viewport, if one is provided.Gravatar scroggo@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
* Allow bench_pictures to have its viewport set on the command line.Gravatar scroggo@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
* Fix Android SampleAppGravatar djsollen@google.com2012-12-13
* Add a state bit to GrDrawState that forces coverage to be blended.Gravatar bsalomon@google.com2012-12-13
* Add the original path renderer files and some support files from Android.Gravatar jvanverth@google.com2012-12-13
* shape ops work in progressGravatar caryclark@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
* Fix android build by removing references to the old sampleAppGravatar djsollen@google.com2012-12-13