- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 7260d72 For certain input skpdiff segfaulted. This prevents the segfault and should fix the failed test in housekeeping. by stephana · 10 years ago
- da8cf5a don't use local static bitmap -- racy and unnecessary by reed · 10 years ago
- bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
- c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
- 5353bae Temporarily disable tiling another GM that produces errors with the existing 64-bit ARM toolchain. by Derek Sollenberger · 10 years ago
- 6a2f5fe Turn downsamplebitmap GMs vertical to fit in 2048x2048. by mtklein · 10 years ago
- 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
- 0c88d82 On Android, skip tiling for all giantbitmap variants. by mtklein · 10 years ago
- 3f54175 Update fontcache GM to stress the font atlas. by jvanverth · 10 years ago
- a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
- 6a25bd0 Revert Jim's CL. by Mike Klein · 10 years ago
- d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
- 63b9dc8 Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
- 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
- 2e1a826 Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/) by djsollen · 10 years ago
- ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
- af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
- 9c3d24b Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
- 0d393a9 Lookup glyphs based on character code and language tag. by djsollen · 10 years ago
- 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
- 4b4faa6 Fix leak in multipicturedraw GMs. by bsalomon · 10 years ago
- 37ecbaf [SkTextBlob] Merge run font data at draw time. by fmalita · 10 years ago
- 8367b8c extend SkShader to report a luminance-color to be used for gamma correction by reed · 10 years ago
- 2529f2e Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. by rmistry · 10 years ago
- 892f31a Fix surface leak in multidraw GMs. by bsalomon · 10 years ago
- 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
- c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
- 7daaaa4 use globals to register custom effects by reed · 10 years ago
- 00d5c2c SkTextBlob by fmalita · 10 years ago
- 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
- 260d237 rebaseline_server: force checksumValue to an integer to prevent spurious comparison failures by epoger · 10 years ago
- 1a17f7a rebaseline_server: if creating brand new expectations files, include the header by epoger · 10 years ago
- 3144d37 rebaseline_server: add download link for SKP diff patchfile by epoger · 10 years ago
- 2c4352b rebaseline_server: allow users to generate SKP diff patches on a shared instance by epoger · 10 years ago
- afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
- 8ab362e rebaseline_server: in Pending Approval tab, change expected/actual labels to old/new by epoger · 10 years ago
- caa80b9 rebaseline_server: constrain setADir/setBDir to consistently refer to single directories, not lists by epoger · 10 years ago
- 3b5c86c This adds renderMode and builder as columns to the front end when looking at SKPs. by stephana · 10 years ago
- a1aa5c2 This passes the URL of the diff image to the front-end, thus removing the need to keep frontend code for URL generation in sync with the backend. by stephana · 10 years ago
- 9f1ae46 rebaseline_server: show Pending Approval tab if viewing SKP expectations vs actuals by epoger · 10 years ago
- b492c6f add --descriptions flag to render_pictures tool by epoger · 10 years ago
- 5c4b137 rebaseline_server: include setA/setB descriptions in output JSON by epoger · 10 years ago
- 30e26cd rebaseline_server UI: add link to raw JSON by epoger · 10 years ago
- 4c80825 rebaseline_server: move more code into common path for GET_live_results and GET_prefetch_results by epoger · 10 years ago
- e8d74d9 This is a bit of a hack, but will work. I have a cleaner fix ready (but still need to fix some broken tests). by stephana · 10 years ago
- 12b3544 Add runtime flag to turn compressed alpha masks on by krajcevski · 10 years ago
- 69a5560 Add entry point for passing options to the GrContextFactory by krajcevski · 10 years ago
- 21b342d This eliminates the need to copy the generated images from a temporary directory to the directory that is served by the rebaseline_server. by stephana · 10 years ago
- fb26110 rebaseline_server: add some live-view.html links to index.html by epoger · 10 years ago
- cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
- b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
- 9c7695b rebaseline_server: periodically log tasks_queue size by epoger · 10 years ago
- 8d66dd1 change setA/setB labels if viewing actuals vs expectations by epoger · 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
- a50b8f0 Add R11 KTX GM by krajcevski · 10 years ago
- d9bf7db Rebaseline-server: sorting of columns in asc/desc order in frontend. by stephana · 10 years ago
- acc1258 don't list out all sourceSkpFile names in the rebaseline_server UI by epoger · 10 years ago
- c8d8a60 make rebaseline_server properly handle unescaped URLs by epoger · 10 years ago
- 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
- e73cd5a rebaseline_server: allow live queries to examine JSONKEY_EXPECTEDRESULTS or JSONKEY_ACTUALRESULTS by epoger · 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
- 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
- b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
- 27ff227 make the action buttons for rebaseline server stick to the top of the window as you scroll by humper · 10 years ago
- 3facc7c rebaseline_server: add "prefetch" directive that just warms the cache without awaiting results by epoger · 10 years ago
- 7909f47 rebaseline_server live queries: allow comparison against summary files within the Skia repo by epoger · 10 years ago
- 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
- 0b71276 teach rebaseline_server to generate diffs of rendered SKPs by epoger · 10 years ago
- ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
- 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
- 5ae5fc5 Adding repeat mode to texture domain by joshualitt · 10 years ago
- a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 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
- bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
- dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
- 66ed8dc combine base_unittest.py modules from gm and tools by epoger · 10 years ago
- a8f7745 create copy_config.py and rename_config.py for skbug 2752 by epoger · 10 years ago
- 03f3db0 roll common DEPS, now using recursedeps by epoger · 10 years ago
- 9d7321c Skip tiling on bitmapscroll: by Mike Klein · 10 years ago
- 33ac950 make gm self-tests launch python unittests automatically by epoger · 10 years ago
- 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 11 years ago
- c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 11 years ago
- 8fa7320 resizeimagefiler is ok with a BBH now by mtklein · 11 years ago
- 133931f roll "common" DEPS, and replace tools/pyutils with it by epoger · 11 years ago
- e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 11 years ago
- 6132b43 rebaseline_server: cache results in long-running ImageDiffDB instance by epoger · 11 years ago
- b4edbff rebaseline_server: allow JSON to control column filtering by epoger · 11 years ago
- 83d081a Goodbye GrEffectRef. by bsalomon · 11 years ago
- 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 11 years ago
- 24dcac2 YUV to RGB converter by sugoi · 11 years ago
- 6945618 gpu and cpu flags for gm and bench. by bsalomon · 11 years ago
- 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 11 years ago
- df55f06 rebaseline_server: handle column filtering more generically by epoger · 11 years ago
- 46e51e1 rebaseline_server: if urlSchemaVersion is not specified, assume current by epoger · 11 years ago