- 9a106ba A bit of misc cleanup. by mtklein · 9 years ago
- 820bffb Build all GMs on Android. by mtklein · 9 years ago
- 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
- 1259601 make tests portable by using 565 compatible colors by caryclark · 9 years ago
- 2e0303f Gyp: Sanity Part II (GM+Tests) by halcanary · 9 years ago
- 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
- 3489ee0 Font variations. by bungeman · 9 years ago
- 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
- 05773ed Font variations. by bungeman · 9 years ago
- 1107e90 Fix blur on large glyphs in runs < SkGlyphCache::max by joshualitt · 10 years ago
- e4cee1f fix for cached textblobs look garbled by joshualitt · 10 years ago
- 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 10 years ago
- 7272935 Add new GM/bench for line-only convex paths by robertphillips · 10 years ago
- 87cbcf3 Add GM to test non-AA pixel snapping for points, lines, rects. by bsalomon · 10 years ago
- 7e4186a add GM to test imagefilters + xfermodes by reed · 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
- 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
- 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
- d0b5c33 Adding draw looper gm for textblobs by joshualitt · 10 years ago
- e275fdf Add GM to repro crbug.com/472795 by robertphillips · 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
- dfbbec4 Add constant color GrFP. by bsalomon · 10 years ago
- 3e56227 Add copyright headers to remaining gyp files. by scroggo · 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
- cdf34cd We had zero coverage for SkDrawFilter. This new GM draws two rectangles. by tomhudson · 10 years ago
- d6ed19c Tessellating GPU path renderer. by senorblanco · 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
- 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 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
- 19d8f9f add new gm for SkPath::addArc() by reed · 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
- ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
- d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
- b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
- 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
- dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
- 028b98a Add repro GM for GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
- 125ee60 Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:20001 of https://codereview.chromium.org/839883003/) by robertphillips · 10 years ago
- 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
- a7976be Add Alpha fade GM. by halcanary · 10 years ago
- 40c85e4 Revert of Revert of enable conics gm (patchset #1 id:1 of https://codereview.chromium.org/811863006/) by reed · 10 years ago
- ede901c Revert of enable conics gm (patchset #3 id:40001 of https://codereview.chromium.org/835593002/) by reed · 10 years ago
- 03119ba enable conics gm by reed · 10 years ago
- b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago
- df79503 Add new complexclip3 gm. by egdaniel · 10 years ago
- c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
- 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
- 9a26410 Add new GM (filterfastbounds) by robertphillips · 10 years ago
- 84bc52a work in progress by halcanary · 10 years ago
- d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
- afa278e more c by reed · 10 years ago
- ed3af66 Use Color Processor for color bitmap text draws on gpu. by egdaniel · 10 years ago
- 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
- 30b83d4 add gm: colorwheel by halcanary · 10 years ago
- 0880686 Enable color emoji GM on Android by jvanverth · 10 years ago
- feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
- ce68627 Adding 3D lut color filter by sugoi · 10 years ago
- 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
- 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
- 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
- 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
- 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
- e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
- 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago
- cc0e311 make set3DMask virtual, so we can safely notify the shadercontext by reed · 10 years ago
- b3eba47 Outset the stroke width when computing the bounds for drawing a stroked rect, or 1 if it's a hairline by george · 10 years ago
- 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
- 00d5c2c SkTextBlob by fmalita · 10 years ago
- cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
- d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 10 years ago
- 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
- 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
- d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
- 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
- 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
- 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
- b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
- a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
- 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
- b2808cd Send less transform data when drawing text with nvpr by cdalton · 10 years ago
- 50d7154 Added classes SkPatch and SkPatchMesh which help encapsulate and generalize this new primitive. The functionality and responsability of each class is better explained in the comments of the files. by dandov · 10 years ago
- 24dcac2 YUV to RGB converter by sugoi · 10 years ago
- 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
- 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
- c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 10 years ago
- abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 10 years ago