aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.h
Commit message (Expand)AuthorAge
* DM: also run benches once.Gravatar commit-bot@chromium.org2014-02-26
* add peekPixels to SkCanvas and SkSurfaceGravatar commit-bot@chromium.org2014-02-13
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...Gravatar commit-bot@chromium.org2014-02-13
* add peekPixels to SkCanvas and SkSurfaceGravatar mike@reedtribe.org2014-02-13
* Make GMs aware of what tool they're being run in.Gravatar commit-bot@chromium.org2014-02-07
* Allow GMs to be used as benchmarks. Make convex_poly_clip opt in.Gravatar commit-bot@chromium.org2014-02-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* GM: Allow ignored-tests.txt to list configs as well as tests (and combination...Gravatar epoger@google.com2013-10-07
* gm: add a flag to force perspective usage in all gmsGravatar commit-bot@chromium.org2013-09-26
* gm: add --ignoreTests flagGravatar epoger@google.com2013-09-19
* Have GMs read the GrContext via a setter/getter rather than a global.Gravatar mtklein@google.com2013-09-16
* Rewrite SkTRegistry to take any trivially-copyable type.Gravatar mtklein@google.com2013-09-04
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Create new target to hold gpu test code, enable direct testing of GrEffects i...Gravatar commit-bot@chromium.org2013-08-21
* Support multiple PDF rendering backends in the GMGravatar vandebo@chromium.org2013-08-20
* Fixes for factory GM.Gravatar commit-bot@chromium.org2013-08-16
* Add an option to create unpremultiplied bitmaps.Gravatar scroggo@google.com2013-06-14
* GM::height() now returns the height, not the width.Gravatar scroggo@google.com2013-04-12
* gm: write all messages to stdout/stderr with "GM:" preamble to distinguish fr...Gravatar epoger@google.com2013-03-13
* add flag to skip gpu testGravatar reed@google.com2013-03-08
* GM : Unused parameters cleanupGravatar sugoi@google.com2013-02-27
* add width() and height() helpersGravatar reed@google.com2013-02-01
* Changing imageFilter GM tests to use drawBitmap instead of drawSpriteGravatar junov@chromium.org2013-01-14
* Adding gm test steps for rtree and tileGridGravatar junov@chromium.org2012-12-18
* Modifying SkTileGrid to support arbitrary query rectangles.Gravatar junov@chromium.org2012-12-13
* add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initializationGravatar reed@google.com2012-11-27
* flag the GM if we're in deferred-canvas mode, to work-around bug trying toGravatar reed@google.com2012-11-16
* add test for bug in line drawing. fix is pending a way to handle all of theGravatar reed@google.com2012-10-30
* add ability to skip 565 test in gm (until I can fix an assert in debug build)Gravatar reed@google.com2012-10-10
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Skip tiled drawing in GM for magnifier image filter.Gravatar scroggo@google.com2012-08-15
* Make the GM tool run GMs through an SkGPipe.Gravatar scroggo@google.com2012-06-04
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* [PDF] Add GM and infrastructure to test drawing shaders with an initial trans...Gravatar vandebo@chromium.org2012-03-21
* Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initi...Gravatar vandebo@chromium.org2012-03-21
* [PDF] Add GM and infrastructure to test drawing shaders with an initial trans...Gravatar vandebo@chromium.org2012-03-21
* Adding CMYK jpeg changes w/o .gyp alterationsGravatar robertphillips@google.com2012-03-20
* reverting to 3437Gravatar robertphillips@google.com2012-03-20
* Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...Gravatar robertphillips@google.com2012-03-20
* add helper drawSizeBounds to show the GM's sizeGravatar reed@google.com2012-01-03
* add getBGColor() getterGravatar reed@google.com2011-12-06
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* add getFlags() to gm baseclassGravatar reed@google.com2011-09-19
* add new test for complex clipsGravatar reed@google.com2011-08-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Exit SkBitmap::scrollRect() early if width <= 0Gravatar epoger@google.com2011-07-25
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* more progress on golden-master test suite (not finished yet)Gravatar reed@android.com2009-06-20
* checkpoint for golden master suite (gm)Gravatar reed@android.com2009-06-10