aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
Commit message (Expand)AuthorAge
* Updating gm's usage messageGravatar junov@google.com2012-01-18
* Adding class SkDeferredCanvas for deferred rendering.Gravatar junov@google.com2012-01-18
* if the y-max has neighbors (prev and next) with the same Y values, then theGravatar reed@google.com2012-01-17
* Incorporate changes related to Tom's post-hoc comments on the convex path ren...Gravatar bsalomon@google.com2012-01-17
* Add convex path renderer (disabled)Gravatar bsalomon@google.com2012-01-17
* fix cheapComputeDirection() in the non-convex case to pivot on the y-max pointGravatar reed@google.com2012-01-11
* use SkIntToScalarGravatar reed@google.com2012-01-10
* add gm for reverseAddPathGravatar reed@google.com2012-01-10
* restore (debugged) cheapComputeDirectionGravatar reed@google.com2012-01-10
* disable for nowGravatar reed@google.com2012-01-10
* add SkPath::cheapComputeDirection() plus unittestsGravatar reed@google.com2012-01-10
* add SkPath::reverseAddPath()Gravatar reed@google.com2012-01-10
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* [PDF] Fix some scalar/int assumptions.Gravatar vandebo@chromium.org2012-01-05
* When applying a color matrix, unpremultiply the source, and premultiply theGravatar senorblanco@chromium.org2012-01-05
* Make font scaler gm work correctly in fixed point.Gravatar bungeman@google.com2012-01-05
* Reverting r2969, since it broke the GLPrograms RunTests step.Gravatar senorblanco@chromium.org2012-01-05
* When applying a color matrix, unpremultiply the source, and premultiplyGravatar senorblanco@chromium.org2012-01-05
* The units used to setup XPS should be SkScalars.Gravatar bungeman@google.com2012-01-05
* Add the ability to iterate through a path without modification. This change isGravatar schenney@chromium.org2012-01-04
* 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