- d5b9840 fix for valgrind preAbandonGpuContext by joshualitt · 10 years ago
- 9b3aa54 optimization/fix: dirty the clip-bounds when we mod the clip in savelayer by reed · 10 years ago
- cc99dbc Skip WritePixels on GalaxyS3 by mtklein · 10 years ago
- a6def47 DM: show skipped and --blacklist notes only in verbose mode. by mtklein · 10 years ago
- 4412465 Revert of simplify clip inside a layer -- will be applied in restore (patchset #2 id:20001 of https://codereview.chromium.org/997763002/) by reed · 10 years ago
- c275493 simplify clip inside a layer -- will be applied in restore by reed · 10 years ago
- 96e657d remove unused params to DeviceCM constructor by reed · 10 years ago
- 4e2d3be Don't run ResourceCache unit test on NexusPlayer. by mtklein · 10 years ago
- be03bb6 Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
- c41df8d Revert of Adjust distance field glyph and font atlas sizes to maximize storage. (patchset #8 id:140001 of https://codereview.chromium.org/986343002/) by jvanverth · 10 years ago
- 7e78f3d Fix bug in Valgrind flags config. by mtklein · 10 years ago
- 07e245f Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
- eb15141 Update SKP version by skia.buildbots · 10 years ago
- ba98761 Add pageset for theverge by rmistry · 10 years ago
- 732a92d Increase maximum gpu resources from 1024 to 4096 by kkinnunen · 10 years ago
- 167eb17 Use SkTMin and SkTMax for clamp/pin. by bungeman · 10 years ago
- a548593 Revert of Adjust distance field glyph and font atlas sizes to maximize storage. (patchset #5 id:80001 of https://codereview.chromium.org/986343002/) by jvanverth · 10 years ago
- 5baedd6 Use global GrMemoryPools protected by mutex for GrProcessor/GrBatch by bsalomon · 10 years ago
- d2737ad Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
- 86e31a1 Allow user to pass in a path for extra dependencies for gpu by egdaniel · 10 years ago
- 33a4582 Remove SK_SUPPORT_LEGACY_ADDOVAL by fmalita · 10 years ago
- 13e51f9 Run Valgrind bots with --nogpu and --nocpu as appropriate by borenet · 10 years ago
- 1b110d6 Revert of use colorfilter instead of imagefilter when possible (patchset #6 id:100001 of https://codereview.chromium.org/966233002/) by reed · 10 years ago
- f641bd0 use colorfilter instead of imagefilter when possible by reed · 10 years ago
- cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 10 years ago
- 82966b5 Revert of For consistency, use our homebrew zlib everywhere possible. (patchset #6 id:100001 of https://codereview.chromium.org/971673005/) by mtklein · 10 years ago
- 8371b7e Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/) by reed · 10 years ago
- 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
- 23d8593 Update SkPicture cull rects with RTree information by schenney · 10 years ago
- a27cdef Make Sk4f(float) constructor explicit. by mtklein · 10 years ago
- c2ff529 Fix bit rot in SkGlyphCache validate code. by herb · 10 years ago
- 5a8f225 For consistency, use our homebrew zlib everywhere possible. by mtklein · 10 years ago
- 9ce30e1 Clip scissor to RT bounds by bsalomon · 10 years ago
- bb3be25 Remove rect clip type from grclip. by bsalomon · 10 years ago
- a9d9a39 Read pixels in BGRA non-premul mode in few tests by kkinnunen · 10 years ago
- 96e02a8 Fix rect clips by bsalomon · 10 years ago
- 91fd737 SKPMFloat: we can beat the naive loops when clamping by mtklein · 10 years ago
- cdf34cd We had zero coverage for SkDrawFilter. This new GM draws two rectangles. by tomhudson · 10 years ago
- 4ab3dbb Adding linear interpolation to rgb->yuv conversion by sugoi · 10 years ago
- 55f0b18 Revert "Don't require AA in order to use shader-based clips" by bsalomon · 10 years ago
- 5c518a8 Revert of check for inputs before reporting asColorFilter (patchset #7 id:110001 of https://codereview.chromium.org/967833003/) by reed · 10 years ago
- 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
- cc4d667 Increase default tile sizes in nanobench by bsalomon · 10 years ago
- 150d350 When running under Valgrind, don't draw .webps into .pdfs. by mtklein · 10 years ago
- 13e8e23 Disable --config pdf temporarily on Valgrind bot. by mtklein · 10 years ago
- 961707f Remove SkPorterDuff now that Android has been updated. by djsollen · 10 years ago
- bdad9c3 Add flag to force gpu trace markers to be used and printed out for debugging. by egdaniel · 10 years ago
- a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 10 years ago
- c1e97b3 Fix uninitialized memory bug in the SkGlyphCache. by herb · 10 years ago
- 56e25dd DM: Use the new non-fatal errors for invalid color conversions. by scroggo · 10 years ago
- 548bf38 4-at-a-time SkPMColor -> SkPMFloat API. by mtklein · 10 years ago
- 7750c6f Whitespace change to test new CQ trybot by rmistry · 10 years ago
- dac843b Use ComposeColorFilter in factory to collapse consecutive filters (when possible). by reed · 10 years ago
- bca3c9f Update gpu trace marker system for MultiDrawBuffer world by robertphillips · 10 years ago
- 7bdc8df Add custom dm upload script to be used by the android framework by djsollen · 10 years ago
- d14101e Fix GPU trace marker bug by robertphillips · 10 years ago
- 4089ef7 DM: support non-fatal errors by mtklein · 10 years ago
- 64de1e1 ViaAndroidSDK for DM by tomhudson · 10 years ago
- 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 10 years ago
- dc81222 add impl limit for number of leaf-nodes in composecolorfilter by reed · 10 years ago
- 9ba3972 Batchify the tessellated path renderer. by senorblanco · 10 years ago
- 71b03e4 Add some METADATA files to control docs layout. by jcgregorio · 10 years ago
- a9baa65 Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of https://codereview.chromium.org/960783003/) by kkinnunen · 10 years ago
- fa77eb1 Add image as a draw type that can be filtered by kkinnunen · 10 years ago
- c877a71 4x library for NEON by msarett · 10 years ago
- 82b33db DM: no PDF for Daisy either by mtklein · 10 years ago
- b7affb5 udpate dox for colorfilter fragment processor requirements by reed · 10 years ago
- 94b4ee8 (starting with mtklein's 966503002 mod to 963593003) fix casts by caryclark · 10 years ago
- 6ba6fa1 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
- 84aada8 DM: run PDF except on Android bots. by mtklein · 10 years ago
- a84cff9 Revert of fix casts (patchset #1 id:1 of https://codereview.chromium.org/979453004/) by mtklein · 10 years ago
- 4e644f5 Update SkPMFloat API a bit. by mtklein · 10 years ago
- 9e73a84 (starting with mtklein's 966503002 mod to 963593003) fix casts by caryclark · 10 years ago
- 85d5eb9 Pass blob bounds to the looper, if available by fmalita · 10 years ago
- ea8b55d simplify logic in SkPerliNoiseShader for GPU when constant color by bsalomon · 10 years ago
- 876c313 skia: Add tracing for skia's budget by hendrikw · 10 years ago
- 8c7ba09 Add SSSE3 implementation for SkPMFloat, with faster get() and set(). by mtklein · 10 years ago
- b841060 Revert of Adding linear interpolation to rgb->yuv conversion (patchset #1 id:1 of https://codereview.chromium.org/973563002/) by joshualitt · 10 years ago
- 01849ac disable chatting debugf by reed · 10 years ago
- f72558e Fix uninitialized variable in GrGpu by hendrikw · 10 years ago
- 024f996 Text blob run paints should be filtered. by fmalita · 10 years ago
- cd9d42c Adding linear interpolation to rgb->yuv conversion by sugoi · 10 years ago
- 193ea93 Split GrTargetCommands into its own files by robertphillips · 10 years ago
- 030854e Run gyp on Win with --no-parallel -G config=$(BUILDTYPE), fix pylint by Eric Boren · 10 years ago
- f9b31eb Return to building libpng_static off of Android. by scroggo · 10 years ago
- 3b234f7 Build the Android version of PNG on Android. by scroggo · 10 years ago
- dad7794 Split command holding object (GrTargetCommands) out of GrInOrderDrawBuffer by robertphillips · 10 years ago
- 47ef4d5 XPS, DM: add SkDocument::CreateXPS by halcanary · 10 years ago
- f24f224 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
- 0aebf5d Test and fix SkPMFloat rounding. by mtklein · 10 years ago
- c2574f3 Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https://codereview.chromium.org/963953002/) by halcanary · 10 years ago
- 00d39bc XPS, DM: add SkDocument::CreateXPS by halcanary · 10 years ago
- 60ff458 Trim the fat off SkPMFloat bench. by mtklein · 10 years ago
- 60d2a32 Make SkPMFloats store floats in [0,255] instead of [0,1]. by mtklein · 10 years ago
- cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
- 3ebb16d Run gyp with --no-parallel -G config=$(BUILDTYPE) by borenet · 10 years ago
- 7ab4277 Don't guarantee any particular color order for SkPMFloat. Hide fColor. by mtklein · 10 years ago
- 8a8d841 add virtuals to optimize composing colorfilters by reed · 10 years ago
- aae3091 Draw glyphs on Mac without font transform. by bungeman · 10 years ago
- b421650 add double precision convex test by caryclark · 10 years ago