aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
Commit message (Expand)AuthorAge
* 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
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...Gravatar bsalomon@google.com2011-10-10
* Fixed signed/unsigned comparison warnings in empty path gm/sampleGravatar bsalomon@google.com2011-10-10
* Mac does not like empty projects.Gravatar bungeman@google.com2011-10-10
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10
* Setting perspective in fixed point.Gravatar bungeman@google.com2011-10-07
* Fix clamped_gradients gm to work in fixed.Gravatar bungeman@google.com2011-10-06
* Fixup rendering of empty paths (including inverted fills)Gravatar bsalomon@google.com2011-10-05
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
* Optimize software radial gradients (remove branches from the inner loop whereGravatar tomhudson@google.com2011-09-26
* Fix pdf suppression test for gm.Gravatar bungeman@google.com2011-09-19
* add getFlags() to gm baseclassGravatar reed@google.com2011-09-19
* add gm test for drawing hairlines (and varying thin lines) in xfermodesGravatar reed@google.com2011-09-19
* Remove wrong file, add right fileGravatar bsalomon@google.com2011-09-13
* Fix some issues in gpu device with perspective. Add a gm that would have caug...Gravatar bsalomon@google.com2011-09-13
* use drawBitmapNine instead of SkNinePatch utilsGravatar reed@google.com2011-09-07
* reimage ninepatch-stretch with white bg (for easier printing)Gravatar reed@google.com2011-09-06
* add gm test for ninepatch stretchingGravatar reed@google.com2011-09-06
* fix pictures to not skip-over clip ops that might expand the clipGravatar reed@google.com2011-08-29
* Add revisions to complexclip2.cpp from code review. Checkin windows baselines.Gravatar bsalomon@google.com2011-08-29
* add new test for complex clipsGravatar reed@google.com2011-08-29
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Move multiple calls to random() out of parameter lists so that theGravatar tomhudson@google.com2011-08-25
* Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes.Gravatar epoger@google.com2011-08-22
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Slightly improve visuals of bitmapscroll test in gmGravatar epoger@google.com2011-07-25
* Exit SkBitmap::scrollRect() early if width <= 0Gravatar epoger@google.com2011-07-25
* add --match to the help textGravatar reed@google.com2011-07-25