aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
Commit message (Expand)AuthorAge
* Removing path drawing gm tests that produce either an entirelyGravatar schenney@chromium.org2012-01-04
* Removing unnecessary gm tests. Unreviewed but approved by reed@google.com.Gravatar schenney@chromium.org2012-01-03
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* add helper drawSizeBounds to show the GM's sizeGravatar reed@google.com2012-01-03
* add optional --forceBWtext to gm, forcing all text to BW to easeGravatar mike@reedtribe.org2011-12-30
* Add SkTableColorFilter, as a foundation for several SVG filtersGravatar mike@reedtribe.org2011-12-28
* Fix fixed-point antialiased clipping GM; upload baselines.Gravatar tomhudson@google.com2011-12-28
* Add number-of-missing-baseline-images report to gmGravatar epoger@google.com2011-12-28
* support vertical text and typeface-by-name on LeopardGravatar caryclark@google.com2011-12-21
* New gm to test anti-aliased clipping.Gravatar tomhudson@google.com2011-12-21
* Unreviewed changes to the gm tests for paths. Each test is broken into fourGravatar schenney@chromium.org2011-12-20
* Implement SkColorFilter::asColorMatrix() virtual, and override inGravatar senorblanco@chromium.org2011-12-20
* initial impl of SkImageFilters : virtual signature will change!Gravatar reed@google.com2011-12-20
* Modifying SkPath to store all verbs provided by the user, and to giveGravatar schenney@chromium.org2011-12-20
* can't pass const to setPixels :(Gravatar reed@google.com2011-12-20
* defer creating offscreen until our first draw (so our constructor runs fast)Gravatar reed@google.com2011-12-20
* fix positioning for scalar=fixed, still need to fix actual modeGravatar reed@google.com2011-12-12
* try to make it draw correctly in fixed pointGravatar reed@google.com2011-12-12
* Access sampler matrices directly, cleanup GrSamplerState::reset()sGravatar bsalomon@google.com2011-12-12
* add first cut at arithmetic modeGravatar mike@reedtribe.org2011-12-10
* change to complexclip_bw and complexclip_aa, adding more combinations as wellGravatar reed@google.com2011-12-08
* add getBGColor() getterGravatar reed@google.com2011-12-06
* Prep #1 for making GrDrawState a classGravatar bsalomon@google.com2011-12-06
* Remove fConfig/fFormat union in GrTextureDescGravatar bsalomon@google.com2011-12-06
* When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deepGravatar senorblanco@chromium.org2011-12-02
* Fix issue where bumping the max gm width/height affects gpu imagesGravatar bsalomon@google.com2011-11-30
* update verttext to remove leading space from image nameGravatar reed@google.com2011-11-30
* enable shadermask optimization all the timeGravatar reed@google.com2011-11-30
* [GPU] tile when large bitmap pased drawBitmap and only a small fraction is usedGravatar bsalomon@google.com2011-11-30
* add test for shader text w/ and w/o lcd (and w/ and w/o opaque)Gravatar reed@google.com2011-11-28
* Fix warningsGravatar bsalomon@google.com2011-11-23
* Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...Gravatar bsalomon@google.com2011-11-16
* This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.Gravatar senorblanco@chromium.org2011-11-16
* add test for bad scanconversion (disabled)Gravatar reed@google.com2011-11-14
* add test gm for vertical textGravatar reed@google.com2011-11-10
* Implement Gaussian blurs for images. The caller creates an anGravatar senorblanco@chromium.org2011-11-09
* suppress font-purge messagesGravatar reed@google.com2011-11-08
* Add font scaler gm.Gravatar bungeman@google.com2011-11-07
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* Recommit r2611 with fix for gmGravatar bsalomon@google.com2011-11-07
* Revert r2611 until windows gm can be debuggedGravatar bsalomon@google.com2011-11-07
* Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...Gravatar bsalomon@google.com2011-11-07
* Add font scaler gm.Gravatar bungeman@google.com2011-11-04
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* all for multiple --match foo args, which will be logically OR'd togetherGravatar reed@google.com2011-10-31
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* warning fixesGravatar bsalomon@google.com2011-10-27
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19