- b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
- b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
- 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
- 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
- e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
- ad4d499 Add a new GM for very thin stroke widths by robertphillips@google.com · 11 years ago
- 6fd5317 Turn off conic GM for now by egdaniel@google.com · 11 years ago
- def9f6e Add GM to test conic path rendering by egdaniel@google.com · 11 years ago
- ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
- 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
- 37ab298 reenable colortype gm by reed@google.com · 11 years ago
- 4157085 Added megalooper GM by robertphillips@google.com · 11 years ago
- ef7d98e Disable colortype GM due to crash by robertphillips@google.com · 11 years ago
- 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
- 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
- 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
- f2de1e2 add new gm for bicubic filtering by reed@google.com · 11 years ago
- 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
- 3d3a860 Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the shared parameters for all gradients into a struct. by reed@google.com · 11 years ago
- 8c6411a reenable lerpmode in gms, now that I think we fixed the global-initialization by reed@google.com · 11 years ago
- e96cf08 disable lerpmode gm until we fix serialization by reed@google.com · 11 years ago
- b83cb9b add SkLerpXfermode by reed@google.com · 11 years ago
- dd3f365 Add GM to track thin rectangle rendering by robertphillips@google.com · 11 years ago
- c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
- 879f6c7 Hamfistedly removed core dependence on images by robertphillips@google.com · 12 years ago
- 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
- a534b84 Add new roundrect GM by commit-bot@chromium.org · 12 years ago
- 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 12 years ago
- 8e2962f Add a GM to test ovals with a variety of paint settings, matrices and sizes. by jvanverth@google.com · 12 years ago
- 8c463b0 Add xfermodes2 GM. Tests all xfer modes with two gradient bitmaps by bsalomon@google.com · 12 years ago
- d638233 add gm to test edge case in drawBitmapRectToRect by reed@google.com · 12 years ago
- ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
- 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
- c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
- e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
- 20edf38 Add GM mixed_xfermodes. This is a work in progress and will be used to test fixes for GPU Xfermodes effects. by bsalomon@google.com · 12 years ago
- af0fa6a add gm for experimental fontmgr api by reed@google.com · 12 years ago
- 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
- 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
- b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
- 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
- 14c3fc6 Adding rects-specific GM by robertphillips@google.com · 12 years ago
- b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
- 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
- 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
- c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 12 years ago
- 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
- 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
- c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
- 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
- 12fa9ba add gm for comparing drawSprite and drawBitmap by reed@google.com · 12 years ago
- 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
- 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
- 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
- b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
- 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
- 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
- 5dd85a4 add gm for srcmode (and clearmode) in prep for optimization work by reed@google.com · 12 years ago
- db87c96 add blurrect gm by reed@google.com · 12 years ago
- 4117a24 add test for bug in line drawing. fix is pending a way to handle all of the by reed@google.com · 12 years ago
- c6126c1 Add a GM that tests xfermode-based color filters. by bsalomon@google.com · 12 years ago
- 4231609 Add new GM, shadertext3. It would have revealed a bug in the GPU draw-large-text-as-path code path that was recently fixed. by bsalomon@google.com · 12 years ago
- 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
- 41fe45b Add a new GM: shadertext2. by bsalomon@google.com · 12 years ago
- 1ba274d revert 5794 by reed@google.com · 12 years ago
- 4837724 add test for rotated saveLayer, to see that we clip against the specified bounds by reed@google.com · 12 years ago
- 9a520eb revert 5681 by mike@reedtribe.org · 12 years ago
- 4269631 remove SampleXfermodes.cpp (obsolete, as we have it as a GM) by mike@reedtribe.org · 12 years ago
- 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
- 7112173 re-re-land 5578 by reed@google.com · 12 years ago
- 10f9f4a revert 5580 by reed@google.com · 12 years ago
- eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
- c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
- f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
- ffadfb5 Add gm to test SkRegion/clipPath bug. by rileya@google.com · 12 years ago
- 9135939 rm temp slides by reed@google.com · 12 years ago
- 3d1a996 add techtalk slide for now (can remove it tomorrow) by reed@google.com · 12 years ago
- 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
- b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
- f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
- 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
- 3d1cb97 move texteffects from Sample to gm by mike@reedtribe.org · 12 years ago
- d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
- 7eb3a26 add gm for very large bitmaps (>32K >64K) by reed@google.com · 12 years ago
- a7ffb95 remove '../gm/image.cpp', by reed@google.com · 12 years ago
- 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
- 58be682 Share code in various SkGPipeCanvas::drawBitmap_ calls. by scroggo@google.com · 12 years ago
- 3cb969f In SkGPipe, only serialize SkTypefaces in cross process mode. by scroggo@google.com · 12 years ago
- ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 12 years ago
- 8d850be don't add circles on chopped cubics by reed@google.com · 12 years ago
- 43c62b1 add gm for hittesting paths by mike@reedtribe.org · 12 years ago
- 4f1f6bf Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. by scroggo@google.com · 12 years ago
- 32f20eb Create a new GM to exercise ComposeShader. by scroggo@google.com · 12 years ago
- f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago
- 4384fab add gm (no images yet) for two-point-radial gradients by reed@google.com · 12 years ago
- 67febd9 Converted AAClips SampleApp slide to GM:simpleaaclip by robertphillips@google.com · 12 years ago
- 35a81df add gm for dashing variations by reed@google.com · 12 years ago
- d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 13 years ago
- 580a99c add gm circles by bsalomon@google.com · 13 years ago
- 3a4553e Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 13 years ago