1. 3033b9f Make GrContext::freeGpuResources() purge the resource cache by bsalomon · 9 years ago
  2. 697ac1c fix valgrind uninitialized issue by caryclark · 9 years ago
  3. 056c424 Revert "Enable tessellating GPU path renderer." by Stephen White · 9 years ago
  4. c185019 Enable tessellating GPU path renderer. by senorblanco · 9 years ago
  5. e80a122 Update rebaselining process to be less Florin intensive by robertphillips · 9 years ago
  6. 53b5f44 Start caching masks / stroke fills for textblobs by joshualitt · 9 years ago
  7. 2a0e9f3 Avoid regenerating cached textblobs on integer scrolls by joshualitt · 9 years ago
  8. 64b309c use fast/inline SkRect::set(p0, p1) for 2 points by reed · 9 years ago
  9. 9aeb2a1 always layout w/ same bounds by reed · 9 years ago
  10. ffab15f use anon namespace to avoid (silent) collisions between local test classes by reed · 9 years ago
  11. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 9 years ago
  12. 054eef2 change hairline procs to take SkPoint by value, more efficient on SSE and NEON by reed · 9 years ago
  13. 9416494 Ammend font table data experiment on Mac. by bungeman · 9 years ago
  14. 3c309db Implementing filling for SkBmpCodec by msarett · 9 years ago
  15. 25c40d2 Add serialization of SkBitmapSource's new filterQuality member variable by robertphillips · 9 years ago
  16. f6e97e6 trivial fix for TextBlobCache by joshualitt · 9 years ago
  17. 0db6dfa The TextBlobCache needs the ability to trigger a flush because otherwise its entire budget can be used up, but it will not be able to free up any space due to blobs being stuck in the GrInOrderDrawBuffer. This was causing a segfault. After this CL the cache will try to purge, and then flush if it cannot purge enough. It will not purge the most recent addition to the cache. by joshualitt · 9 years ago
  18. c5e0891 Replace NEON assembly memset16 and memset32 with intrinsic versions. by mtklein · 9 years ago
  19. d0b5c33 Adding draw looper gm for textblobs by joshualitt · 9 years ago
  20. 9ff378b Rewrite memset benches, then use results to add a small-N optimization. by mtklein · 9 years ago
  21. a1e41c6 default to 8888 for ganesh in sampleapp on iOS by reed · 9 years ago
  22. 2b86155 SkPDF: ResourceDict replaced by factory function by halcanary · 9 years ago
  23. 29be795 Fix ASAN error by msarett · 9 years ago
  24. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  25. 16b254a Change some more GMs to clear to opaque black, not transparent black. by senorblanco · 9 years ago
  26. 2df6fd6 Avoid sending empty bitmaps through proxy canvas by tomhudson · 9 years ago
  27. a67572f Remove ARM assembly memsets. by mtklein · 9 years ago
  28. 055f6b5 [SkTextBlob] Custom run font record by fmalita · 9 years ago
  29. 0b18c35 add test for opaque-preserving colormatrixfilters by reed · 9 years ago
  30. 62db8ba fix for perf regression on ugamsolutions / msaa16 by joshualitt · 9 years ago
  31. 8ed3b9a Rename DistanceFieldTextureEffect.{cpp,h} by jvanverth · 9 years ago
  32. 195f62d BUG=skia: by stephana · 9 years ago
  33. 29b1afc Rearrange SkRecord with small N in mind by mtklein · 9 years ago
  34. 7178a3b Update DEPS to use a cloned copy of libpng by djsollen · 9 years ago
  35. e275fdf Add GM to repro crbug.com/472795 by robertphillips · 9 years ago
  36. f57546e Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS by fmalita · 9 years ago
  37. 7d1b945 Mark SkPictureRecorder::endRecording as SK_WARN_UNUSED_RESULT. by jbroman · 9 years ago
  38. d9f8862 Valgrind sez: new[] wants delete[]. by mtklein · 9 years ago
  39. fbcf0bd expand pdf/worldjournal blacklist entry to cover the new skp too by Mike Klein · 9 years ago
  40. 35f5576 Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of https://codereview.chromium.org/1061783002/) by mtklein · 9 years ago
  41. e2dd940 Rearrange SkRecord with small N in mind by mtklein · 9 years ago
  42. 16e833d SkString: remove fStr member by halcanary · 9 years ago
  43. 502286d Rename the distance field geoprocs to something more reasonable. by jvanverth · 9 years ago
  44. aad8b27 Use opaque black not transparent black as imagefilter GM background. by senorblanco · 9 years ago
  45. a0219f1 Fail gracefully when dm.json is not present by Derek Sollenberger · 9 years ago
  46. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  47. 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 9 years ago
  48. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 9 years ago
  49. 2ad228e SkPDF: Remove Array's unused set(i) and get(i) (leaving only append()) by halcanary · 9 years ago
  50. e4579ad Add helper for creating a SkSurface from a client created texture. by bsalomon · 9 years ago
  51. 95bc5f3 change isNestedRect to isNestedFillRect by caryclark · 9 years ago
  52. 929f63f Make --undefok a little louder now that we're using it all the time. by mtklein · 9 years ago
  53. b4c507e Adding bulk plot reffer to cached textblobs by joshualitt · 9 years ago
  54. 693e993 Remove unused InstCounterClass. by bungeman · 9 years ago
  55. f1f8895 add realloc method to SkAutoSTMalloc by joshualitt · 9 years ago
  56. 05e4aba Add missing override of willSaveLayer() by tomhudson · 9 years ago
  57. c654e90 Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/) by mtklein · 9 years ago
  58. f920e46 SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  59. b0531a7 Move uninteresting MD5 check to after adding it to JSON. by mtklein · 9 years ago
  60. 6c27535 Fix formatting in the sheriff documentation by rmistry · 9 years ago
  61. d762ca2 Switch textures created by DeviceImageFilterProxy to approx-match. by senorblanco · 9 years ago
  62. 3006b2e re-enable neon opts for some xfermodes by reed · 9 years ago
  63. bb264b7 SkPDF: SkPDFString is no longer aware of wide strings. by halcanary · 9 years ago
  64. 3cf9863 Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/) by joshualitt · 9 years ago
  65. 7281c61 Adding bulk plot reffer to cached textblobs by joshualitt · 9 years ago
  66. bb4a1cf Calculate inverse scale for distance field text in vertex shader by jvanverth · 9 years ago
  67. 0ea6d71 Fix DM -r by mtklein · 9 years ago
  68. b7e8d69 Add a Via to DM that records into two pictures and draws using the second. by mtklein · 9 years ago
  69. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 9 years ago
  70. 04abf13 Bypass owners check for dry run CLs. by rmistry · 9 years ago
  71. e3bea5c Attempted mitigation of font tables released early. by bungeman · 9 years ago
  72. 060a52c Set willReadFragmentPosition on XP when doing a DstCopy. by egdaniel · 9 years ago
  73. 5965b73 Revert of Remove now-redundant SkPathOps enum. (patchset #1 id:1 of https://codereview.chromium.org/1051113005/) by scroggo · 9 years ago
  74. fde1c85 Add sheriff documentation for rebaselining. by scroggo · 9 years ago
  75. e35268e Send SkPicture deletion message lazily. by mtklein · 9 years ago
  76. 6cad1da simplify xfers by reed · 9 years ago
  77. b679ca8 reduce alloc overhead for SkCanvas by reed · 9 years ago
  78. ff271c2 Revert of Calculate inverse scale for distance fields in vertex shader (patchset #6 id:100001 of https://codereview.chromium.org/1029423003/) by jvanverth · 9 years ago
  79. dfaebfb Remove get_uploaded hashes by borenet · 9 years ago
  80. 08b3249 fix valgrind bug by caryclark · 9 years ago
  81. 5b14303 Calculate inverse scale for distance field text in vertex shader by jvanverth · 9 years ago
  82. 9a27e63 Handle large paths in textblobs by joshualitt · 9 years ago
  83. 94e5010 When wrapping external textures, clamp the MSAA sample count to max. by senorblanco · 9 years ago
  84. 143244e Remove now-redundant SkPathOps enum. by schenney · 9 years ago
  85. 76f5cc6 Clean up BlockRef by mtklein · 9 years ago
  86. 2f273a1 Adding non-deterministic images to blacklist by msarett · 9 years ago
  87. f559de4 Expand bench to cover no-draw SkPictures too. by mtklein · 9 years ago
  88. 20c1c04 DM: set source options only when non-empty. by mtklein · 9 years ago
  89. 26fc1bf Update SKP version by skia.buildbots · 9 years ago
  90. 09ed480 Add --uninterestingHashesFile to DM by borenet · 9 years ago
  91. 649e045 Add a bench to measure SkPictureRecorder constant overhead. by mtklein · 9 years ago
  92. 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 9 years ago
  93. e758579 Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/) by mtklein · 9 years ago
  94. 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 9 years ago
  95. b2a6fe7 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  96. aed98b8 enable sk4f xfermodes by reed · 9 years ago
  97. ac813d8 Try ARMv7 and NEON for Daisy. by mtklein · 9 years ago
  98. 80bd3ae Delete no longer needed pagesets, add new pagesets and make names more readable by rmistry · 9 years ago
  99. eef5b3e BUG=skia: by joshualitt · 9 years ago
  100. 0d243ff Doesn't usually matter for well-formed blacklists, by mtklein · 9 years ago