- 7e4186a add GM to test imagefilters + xfermodes by reed · 10 years ago
- a8448bc PDF: Correctly embed JPEG images directly into PDF output. by halcanary · 10 years ago
- 523ed6c adding new gm to rotate, translate, and scale textblobs by joshualitt · 10 years ago
- 4afe21e add a GM to demo the blend bug by mtklein · 10 years ago
- 6ef68ab Don't serialize anything for SkEmptyShader. by mtklein · 10 years ago
- 6318016 widen output png size of bmp_filter_quality_repeat by Brian Salomon · 10 years ago
- 8cf1d95 Add GM that tests bmp filter qualities with repeat mode by bsalomon · 10 years ago
- bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 10 years ago
- ddb714b remove randomness in dstreadshuffle by joshualitt · 10 years ago
- 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 10 years ago
- f5ac972 Add GM to exercise high quality anisotropic scaling by robertphillips · 10 years ago
- 86e5ab6 GM: add fadefilter gm by halcanary · 10 years ago
- 9aeb2a1 always layout w/ same bounds by reed · 10 years ago
- ffab15f use anon namespace to avoid (silent) collisions between local test classes by reed · 10 years ago
- d0b5c33 Adding draw looper gm for textblobs by joshualitt · 10 years ago
- 16b254a Change some more GMs to clear to opaque black, not transparent black. by senorblanco · 10 years ago
- e275fdf Add GM to repro crbug.com/472795 by robertphillips · 10 years ago
- aad8b27 Use opaque black not transparent black as imagefilter GM background. by senorblanco · 10 years ago
- eef5b3e BUG=skia: by joshualitt · 10 years ago
- c9c3e62 Add constant color GrFP. by bsalomon · 10 years ago
- 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 10 years ago
- c6e13d7 pass legal premul values to bitmap -- do we still need this GM? by reed · 10 years ago
- d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
- 82973db Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #31 id:590001 of https://codereview.chromium.org/1034733002/) by rmistry · 10 years ago
- dfbbec4 Add constant color GrFP. by bsalomon · 10 years ago
- 46112cf Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
- 7c0273f Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #27 id:510001 of https://codereview.chromium.org/1034733002/) by rmistry · 10 years ago
- f5f8518 Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
- d3e9191 Fix variable names in xfermodes2 gm test by cdalton · 10 years ago
- 871ad7a Use a black background in imagefiltersgraph so 8888 and 565 look similar. by mtklein · 10 years ago
- 1d24b8d Add matrix constructing helpers to SkMatrix by robertphillips · 10 years ago
- 5435929 cumulative pathops patch by caryclark · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- b67eb2f Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/)" by reed · 10 years ago
- 374a4c3 Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/) by reed · 10 years ago
- 7971def impl colormatrix w/ floats by reed · 10 years ago
- 3e5c2b1 Preserve texture compression when saving a revised skp from debugger by robertphillips · 10 years ago
- db0dcc7 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
- 1b600d3 Revert of PDF: remove last use of SkPDFImage (patchset #5 id:120001 of https://codereview.chromium.org/950633003/) by reed · 10 years ago
- 86ad8d6 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
- d4bb991 Add a new GM to show problems with shear/rotate CTM w/ image filters. by senorblanco · 10 years ago
- 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 10 years ago
- 8dc0ccb disable LCD for layers w/ filters by reed · 10 years ago
- 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 10 years ago
- 0c9b1a8 add kGray_8_SkColorType by reed · 10 years ago
- d68a550 Fix up some issues introduced by https://codereview.chromium.org/1013773002/ by jvanverth · 10 years ago
- 354eba5 Fix SDF gradient calculation for non-uniform xforms by jvanverth · 10 years ago
- 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
- cdf34cd We had zero coverage for SkDrawFilter. This new GM draws two rectangles. by tomhudson · 10 years ago
- 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
- c1e97b3 Fix uninitialized memory bug in the SkGlyphCache. by herb · 10 years ago
- cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
- db873d8 add compose-colorfilter by reed · 10 years ago
- 5bd055c Revert of add compose-colorfilter (patchset #2 id:20001 of https://codereview.chromium.org/969673002/) by reed · 10 years ago
- b675a73 add compose-colorfilter by reed · 10 years ago
- d6ed19c Tessellating GPU path renderer. by senorblanco · 10 years ago
- 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
- 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
- 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
- 63c684a fuzzer fixes by caryclark · 10 years ago
- 5a23a14 Fix to check for inf when generating quadratic points by egdaniel · 10 years ago
- a1cb378 GM: showmiplevels handles bitmap memory in a nicer way. by halcanary · 10 years ago
- 44701df Move clip off of draw target by joshualitt · 10 years ago
- 6df8e34 break out of cubic stroker loop on degenerate case by caryclark · 10 years ago
- e2b580b remove dead code (covered by surfaceprops) by reed · 10 years ago
- 3760457 make strokes3 full size by caryclark · 10 years ago
- c8e4765 gm to illustrate mipmap layer choice by reed · 10 years ago
- 6364807 gm to test hairlines which fill RenderTarget by joshualitt · 10 years ago
- ce07afb Update fontcache gm to actually stress font atlas by jvanverth · 10 years ago
- 67b21a7 Revert of disable gammatext gm for a while, looking for other flakes (patchset #1 id:1 of https://codereview.chromium.org/725303002/) by bungeman · 10 years ago
- 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
- 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 10 years ago
- 88c748a update sampleapp for stroking experiment by caryclark · 10 years ago
- 9e779d4 add gm for path-arcs, and catch degenerate arc in conic-case by reed · 10 years ago
- 4ccce7e YUV scale fix by sugoi · 10 years ago
- 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 10 years ago
- e6eddf7 YUV scale fix by sugoi · 10 years ago
- 95964c6 GMs now use batch by joshualitt · 10 years ago
- 94dff15 Revert of GMs now use batch (patchset #3 id:40001 of https://codereview.chromium.org/865313004/) by joshualitt · 10 years ago
- 3f284d7 GMs now use batch by joshualitt · 10 years ago
- 8ed666d add gm for stroked circles that are zoomed by reed · 10 years ago
- e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
- 61adb1b more gms for conics by reed · 10 years ago
- d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
- 797f58a GM for http://skbug.com/3398 by halcanary · 10 years ago
- 76113a9 add SkAnimTimer, SPACE = pause/resume, ESP = stop by reed · 10 years ago
- 465206a Add missing SK_OVERRIDE by rmistry · 10 years ago
- d9adfe6 allow GMs to animate by reed · 10 years ago
- 0b737c5 Remove extraneous newline. by Brian Salomon · 10 years ago
- b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 10 years ago
- 19d8f9f add new gm for SkPath::addArc() by reed · 10 years ago
- f4ba321 Revert of DM::SKPSrc::size() reports correct size. (patchset #3 id:40001 of https://codereview.chromium.org/863243005/) by mtklein · 10 years ago
- d4dd58e DM::SKPSrc::size() reports correct size. by mtklein · 10 years ago
- 5ce33c1 dstread gm by joshualitt · 10 years ago
- c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
- d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
- 776c0cd fix gm to not rely on SkColor's swizzle == SkPMColor's by reed · 10 years ago
- ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
- 6bdc9cd Add sbix font to coloremoji gm. by bungeman · 10 years ago
- d15e4e4 GrBatchPrototype by joshualitt · 10 years ago