summaryrefslogtreecommitdiff
path: root/gmslides.gypi
AgeCommit message (Expand)Author
2012-08-28Add caching of the snapshot image form a surfacereed@google.com
2012-08-22Implements the non-Porter-Duff compositing modes required for SVG's feBlendsenorblanco@chromium.org
2012-08-20Implements a new class, SkSingleInputImageFilter, to handle DAG connectivitysenorblanco@chromium.org
2012-08-13Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...bsalomon@google.com
2012-08-13move texteffects from Sample to gmmike@reedtribe.org
2012-08-09remove SkShape (unused)reed@google.com
2012-08-07add gm for very large bitmaps (>32K >64K)reed@google.com
2012-07-31remove '../gm/image.cpp',reed@google.com
2012-07-31fix LayerDrawLooper to record its fFlagsMaskreed@google.com
2012-07-30Share code in various SkGPipeCanvas::drawBitmap_ calls.scroggo@google.com
2012-07-27In SkGPipe, only serialize SkTypefaces in cross process mode.scroggo@google.com
2012-07-20add SkPaint::getPosTextPath(), with gm to test itreed@google.com
2012-07-13don't add circles on chopped cubicsreed@google.com
2012-07-03add gm for hittesting pathsmike@reedtribe.org
2012-07-02Properly handle extracted bitmaps in cross process/shared addr space SkGPipe.scroggo@google.com
2012-06-29Create a new GM to exercise ComposeShader.scroggo@google.com
2012-06-22Raster implementation of diffuse and specular lighting filters. Externally,senorblanco@chromium.org
2012-06-05add gm (no images yet) for two-point-radial gradientsreed@google.com
2012-05-22Converted AAClips SampleApp slide to GM:simpleaacliprobertphillips@google.com
2012-05-04add gm for dashing variationsreed@google.com
2012-05-02Added GM test to stress test the texture unit/sampler allocationrobertphillips@google.com
2012-04-16add gm circlesbsalomon@google.com
2012-04-05Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps)robertphillips@google.com
2012-04-05Rolling back r3611 until the Android compilation issue is resolvedrobertphillips@google.com
2012-04-05Finally enabled libjpeg functionality in .gypsrobertphillips@google.com
2012-03-23apply imagefilter to all draw callsreed@google.com
2012-03-21[PDF] Add GM and infrastructure to test drawing shaders with an initial trans...vandebo@chromium.org
2012-03-21Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initi...vandebo@chromium.org
2012-03-21[PDF] Add GM and infrastructure to test drawing shaders with an initial trans...vandebo@chromium.org
2012-03-20reverting to 3437robertphillips@google.com
2012-03-20Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...robertphillips@google.com
2012-03-15Perform degenerate check in device coords in convex path rendererbsalomon@google.com
2012-03-07use higher precision (64bit) fixed-point for matrix procreed@google.com
2012-03-02Erode and dilate image filter effects, CPU and GPU implementations.senorblanco@chromium.org
2012-02-14add test for colored text drawing (hopefully gamma corrected)reed@google.com
2012-02-13Add path effect GMbsalomon@google.com
2012-01-17Add convex path renderer (disabled)bsalomon@google.com
2012-01-10add gm for reverseAddPathreed@google.com
2012-01-10add SkPath::reverseAddPath()reed@google.com
2012-01-04Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enablesenorblanco@chromium.org
2012-01-03Disable colormatrix GM test, since it's failing on win32 float release.senorblanco@chromium.org
2012-01-03Build fix. Forgot to update gyp.schenney@chromium.org
2012-01-03Implement the color matrix filter in Ganesh. Also, fix and enable the colorsenorblanco@chromium.org
2011-12-28Add SkTableColorFilter, as a foundation for several SVG filtersmike@reedtribe.org
2011-12-21support vertical text and typeface-by-name on Leopardcaryclark@google.com
2011-12-21New gm to test anti-aliased clipping.tomhudson@google.com
2011-12-20Disable colorfilter GM for now, since it causes Debug Fixed builds to assert.senorblanco@chromium.org
2011-12-20Implement SkColorFilter::asColorMatrix() virtual, and override insenorblanco@chromium.org
2011-12-20A software implementation of the Gaussian blur filter, using 3 box blurs. Alsosenorblanco@chromium.org
2011-12-20initial impl of SkImageFilters : virtual signature will change!reed@google.com