- a5414c4 Turn SkCanvasStateUtils into a class with static functions. by tfarina · 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
- bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- b82b9d5 Make GM default to reseting gpu contexts on android. by bsalomon · 10 years ago
- 901704b fix android framework build errors by djsollen · 10 years ago
- 7663d66 Revert of Make GM default to reseting gpu contexts on android. (patchset #1 id:1 of https://codereview.chromium.org/635293003/) by bsalomon · 10 years ago
- 8dd35ce Make GM default to reseting gpu contexts on android. by bsalomon · 10 years ago
- 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
- f9669f4 Fix perspective version of dftext GM by jvanverth · 10 years ago
- d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- ed14f1d Reduce sizes in dftext GM on Android to match desktop better. by jvanverth · 10 years ago
- 1564dde Fix multipicturedraw_biglayer GM by robertphillips · 10 years ago
- 7f1ed83 Reduce overdraw in MultiPictureDraw Sierpinski GM by robertphillips · 10 years ago
- b1fc64b Add a MultiPictureDraw GM to exercise layer clipping by robertphillips · 10 years ago
- 4942e75 fix prev change to tooBigForLCD, and add test by reed · 10 years ago
- 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
- dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
- 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- aa0c837 Make pictures in multipicturedraw GM fit in 0,0..W,H range by robertphillips · 10 years ago
- b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
- 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
- 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
- b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
- 76ce81e Fix SDF font positions when using global scale. by jvanverth · 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
- ab79ab5 Fix memory leak in MultiPictureDraw GM by robertphillips · 10 years ago
- 3bc25e7 Extend MultiPictureDraw GM by robertphillips · 10 years ago
- 48925e3 check for failed file->data (fails on mac) by reed · 10 years ago
- 0d276f7 Bis: Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
- e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
- acb882c Ensure blob typeface information survives SkGPipe serialization. by fmalita · 10 years ago
- e1daac9 Tag recording picture nesting bench as nonrendering. by mtklein · 10 years ago
- 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago
- 249af15 BUG=skia: by joshualitt · 10 years ago
- abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
- 77cd8b0 Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://codereview.chromium.org/564493002/) by bungeman · 10 years ago
- d9ec549 Added test for non cached ETC1 by sugoi · 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
- 03e844a Refactored frontend for the rebaseline server. by stephana · 10 years ago
- 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 · 11 years ago
- b492c6f add --descriptions flag to render_pictures tool by epoger · 11 years ago
- 5c4b137 rebaseline_server: include setA/setB descriptions in output JSON by epoger · 11 years ago
- 30e26cd rebaseline_server UI: add link to raw JSON by epoger · 11 years ago
- 4c80825 rebaseline_server: move more code into common path for GET_live_results and GET_prefetch_results by epoger · 11 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 · 11 years ago
- 12b3544 Add runtime flag to turn compressed alpha masks on by krajcevski · 11 years ago
- 69a5560 Add entry point for passing options to the GrContextFactory by krajcevski · 11 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 · 11 years ago
- fb26110 rebaseline_server: add some live-view.html links to index.html by epoger · 11 years ago
- cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 11 years ago
- b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 11 years ago
- 9c7695b rebaseline_server: periodically log tasks_queue size by epoger · 11 years ago
- 8d66dd1 change setA/setB labels if viewing actuals vs expectations by epoger · 11 years ago
- d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 11 years ago
- 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 11 years ago