- 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5a7d029 Add tile rendering to GM by robertphillips@google.com · 12 years ago
- 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.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
- d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 12 years ago
- 6acd09e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
- 6518daf disable tests that exercise serialization of fonts here, since we are experimentally by reed@google.com · 12 years ago
- af0fa6a add gm for experimental fontmgr api by reed@google.com · 12 years ago
- b62ce70 Fix minor memory leaks by robertphillips@google.com · 12 years ago
- 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
- 33179c8 Unreviewed build fix by sugoi@google.com · 12 years ago
- 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
- 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@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
- d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
- 80724df Re-land r8269, fixing build errors/warnings by epoger@google.com · 12 years ago
- b8210f2 Revert r8269 to fix BuildGM. Warnings-as-errors problem, dunno why I didn't see it locally. by epoger@google.com · 12 years ago
- 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 12 years ago
- 0f567c6 Write the config options in place in the help string. by scroggo@google.com · 12 years ago
- 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 12 years ago
- 4c75f24 Reland MSAA changes to GM now that Linux/ATI driver bug has been worked around. by bsalomon@google.com · 12 years ago
- 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
- 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
- f315451 Revert changes to GM MSAA configs, hopefully fixes linux bot gm failures. by bsalomon@google.com · 12 years ago
- a83d3d8 fix angle gmmain build by bsalomon@google.com · 12 years ago
- 4ecd42e Fix for displacement mapping by sugoi@google.com · 12 years ago
- 56a2e0d fix double->float warnings by reed@google.com · 12 years ago
- 1468781 Fix build break in gmmain.cpp by bsalomon@google.com · 12 years ago
- 40deead Add config msaa4 to gm (not run by default) and make MSAA configs not run unless by bsalomon@google.com · 12 years ago
- 14c3fc6 Adding rects-specific GM by robertphillips@google.com · 12 years ago
- 5159153 In gm, install drawFilter for pipe and tiledPipe. by scroggo@google.com · 12 years ago
- 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
- 5efdd0c gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere by epoger@google.com · 12 years ago
- e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 12 years ago
- 8a8fcba Make GPU cache size cmd line configurable in GM. by bsalomon@google.com · 12 years ago
- eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 27b90fa update to use DEF_GM by reed@google.com · 12 years ago
- 9cd1ef5 speculative fix for broken android bots : disable gm/fontscaler by reed@google.com · 12 years ago
- 1f19b7f add flag to skip gpu test by reed@google.com · 12 years ago
- eb06636 re-land r8028 without "special" Microsoft compiler warnings by epoger@google.com · 12 years ago
- b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
- 526db49 Revert r8028... warnings-as-errors broke some builders by epoger@google.com · 12 years ago
- 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
- f7dba02 cleanup: fix gm's use of ErrorBitfield to be consistent (it's a bitfield, not an enum) 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
- b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 12 years ago
- a560d00b Provide an option in bench_pictures to count pixel ram. by scroggo@google.com · 12 years ago
- b9ba1ea gm self-test: make all test cases exercise transparency by epoger@google.com · 12 years ago
- c5d71e2 gm self-test: disable spuriously-failing aaclip tests by epoger@google.com · 12 years ago
- 44a18d5 gm self-test: fix results that break housekeeping bot 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
- 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 12 years ago
- 0f0d9b7 GM : Unused parameters cleanup by sugoi@google.com · 12 years ago
- 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 098b7ff by reed@google.com · 12 years ago
- 92abe48 move SampleTypeface into gm/typefacestyles by reed@google.com · 12 years ago
- 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
- 3934200 use DEF_GM by reed@google.com · 12 years ago
- 4f62bf4 Fix GM self-test expectations, mkII by borenet@google.com · 12 years ago
- 1df2a5e Fix GM self-test expectations Review URL: https://codereview.appspot.com/7386048 by borenet@google.com · 12 years ago
- a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 12 years ago
- d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- d98df1a Fix compile errors in blur code on Windows. by jvanverth@google.com · 12 years ago
- a99a92c Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there. by humper@google.com · 12 years ago
- d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
- fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
- e460a47 gm self-tests: generate JSON expectations, in addition to image expectations by epoger@google.com · 12 years ago
- 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
- 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
- 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 12 years ago
- 487b560 add width() and height() helpers by reed@google.com · 12 years ago
- ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 12 years ago
- 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 12 years ago
- 4688de1 gm self-tests: add 565 mode testing, in addition to 8888 mode by epoger@google.com · 12 years ago
- 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
- 5ae319c Re-enbling blurrect gm test wich no longer fails with rtree/tileGrid by junov@chromium.org · 12 years ago
- cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 7312a18 Remove a workaround in gm/xfermodes.cpp by scroggo@google.com · 12 years ago
- b6399a7 add (disabled) test for big dashing by reed@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
- 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
- 9ef89ce Roll out r7258 by epoger@google.com · 12 years ago
- 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
- 80d4478 gm self-test: followup to r7284 by epoger@google.com · 12 years ago
- c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
- 407f8da make gm self-test more robust by epoger@google.com · 12 years ago
- 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
- a243b22 Reapply r7198 with Mac/Windows fixes by epoger@google.com · 12 years ago
- 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
- 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 914a2f2 Compiler warning fixes for r7235 by robertphillips@google.com · 12 years ago
- 1c711ca fix int->scalar warnings by reed@google.com · 12 years ago
- 12fa9ba add gm for comparing drawSprite and drawBitmap by reed@google.com · 12 years ago
- 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago