1. 83787d0 only notify bitmaps that have been added to the cache by reed · 9 years ago
  2. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  3. fe1b180 Fix radii scaling bug in SkRRect::setNinePatch by robertphillips · 9 years ago
  4. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 9 years ago
  5. 44701df Move clip off of draw target by joshualitt · 9 years ago
  6. b8de1f4 Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to last Move op by robertphillips · 9 years ago
  7. a2f4be7 Sketch SkPMFloat by mtklein · 9 years ago
  8. 0883027 Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/) by mtklein · 9 years ago
  9. 50d2b31 Sketch SkPMFloat by mtklein · 9 years ago
  10. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  11. 7a04869 [SVGDevice] Text whitespace unittest by fmalita · 9 years ago
  12. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 9 years ago
  13. a1f1ee9 PDF : New factory function for SkPDFDevice by halcanary · 9 years ago
  14. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 9 years ago
  15. b602d4d Speculative fix for nexus player unit test failure by bsalomon · 9 years ago
  16. ddf30e6 Handle the case when the GrResourceCache timestamp wraps. by bsalomon · 9 years ago
  17. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 9 years ago
  18. 90c6bc4 Revert of notify resource caches when pixelref genID goes stale (patchset #4 id:60001 of https://codereview.chromium.org/825263005/) by mtklein · 9 years ago
  19. cabc08c PDF: why do we have flags no one uses (or can use)? by mtklein · 9 years ago
  20. f99e961 Allow resources' unique keys to be changed. by bsalomon · 9 years ago
  21. 4675819 notify resource caches when pixelref genID goes stale by reed · 9 years ago
  22. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 9 years ago
  23. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 9 years ago
  24. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 9 years ago
  25. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 9 years ago
  26. 1e4e814 SK_NO_FLATE by mtklein · 9 years ago
  27. 305a889 Decrease number of allowed stages for Angle on GLProgramTest by egdaniel · 9 years ago
  28. 50da1d8 Fix broken build due to updated #define by djsollen · 9 years ago
  29. 523cda3 Remove android specific srcPath from SkPath by djsollen · 9 years ago
  30. 3d47e21 Labels when dumping fonts in Android parser test. by bungeman · 9 years ago
  31. 43466a1 Multi-string shaders by joshualitt · 9 years ago
  32. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 9 years ago
  33. 1c3c2d8 Multi-string shaders by joshualitt · 9 years ago
  34. 3a6672a C++11 Unit Test for RValue semantics. by halcanary · 9 years ago
  35. 694b0d1 fix more tricky-float cases in SkRRect validate by reed · 9 years ago
  36. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 9 years ago
  37. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 9 years ago
  38. 3555bd8 Add a templated priority queue class. by bsalomon · 9 years ago
  39. 8e8c940 Fix leak in ComposedImageFilterOffset test by ajuma · 9 years ago
  40. 5788faa Fix SkComposeImageFilter's bounds computation and offset handling by ajuma · 9 years ago
  41. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 9 years ago
  42. 9a0808f Verify all parsed test font files start with cap. by bungeman · 9 years ago
  43. 79ca081 Minimize SkTHash object copying by fmalita · 9 years ago
  44. 201c98d fix windows build by Mike Klein · 9 years ago
  45. 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 9 years ago
  46. 2de5939 Revert of Fix Chromium build (patchset #2 id:20001 of https://codereview.chromium.org/916763003/) by robertphillips · 10 years ago
  47. f5e89c8 Fix Chromium build by robertphillips · 10 years ago
  48. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  49. c3c6943 Fix append_fallback_font_families_for_locale. by bungeman · 10 years ago
  50. 3632f84 Add tests for STArray swap by bsalomon · 10 years ago
  51. bfd5bff Simplify SkBBH::insert API by mtklein · 10 years ago
  52. bf799cd Simplify reference management in SkPDF by halcanary · 10 years ago
  53. 454fa71 check for nonfinites in rrects by reed · 10 years ago
  54. eb2be7f Additional cleanups to Android config parsing. by bungeman · 10 years ago
  55. d5d27d9 use conics for arcTo by reed · 10 years ago
  56. 31223e0 cull edges that are to the right of the clip by reed · 10 years ago
  57. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  58. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  59. 7fa87cd Add factory for Android font manager. by bungeman · 10 years ago
  60. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  61. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  62. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  63. de358a9 BUG=skia: by joshualitt · 10 years ago
  64. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  65. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  66. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  67. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  68. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  69. 465206a Add missing SK_OVERRIDE by rmistry · 10 years ago
  70. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  71. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  72. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  73. a44e9b9 Update dump code in FontConfigParser test. by bungeman · 10 years ago
  74. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  75. 4f358fc Make SkWriter32::snapshotAsData() a dumb copy. by mtklein · 10 years ago
  76. 648238c Remove SkProxyCanvas. by scroggo · 10 years ago
  77. 52ee813 fix parsing SVG strings to paths with comma delimiters by caryclark · 10 years ago
  78. 9d91eb3 add more checks for computing clamp counts, remove dead code by reed · 10 years ago
  79. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  80. 98b0315 Alter gpu veto by robertphillips · 10 years ago
  81. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  82. 31ff298 Don't leak image in Surface test. by mtklein · 10 years ago
  83. 90acb8e a typo in SkResourceCacheTest by yunchao.he · 10 years ago
  84. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  85. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 10 years ago
  86. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  87. 2ff257b check for too-large rowBytes by reed · 10 years ago
  88. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  89. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  90. 2f6bb6b minor readability / refactors by mtklein · 10 years ago
  91. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  92. cada95a Move FP texture test buffers to heap. by mtklein · 10 years ago
  93. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  94. e44acc9 remove more dead code by reed · 10 years ago
  95. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  96. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  97. 17e7314 remove drawtype by joshualitt · 10 years ago
  98. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  99. 1c60dfe Reland https://codereview.chromium.org/860333002 with fix for test failures. by bsalomon · 10 years ago
  100. 988018c Revert of Make GrScratchKey memory buffer correct size on copy (patchset #1 id:1 of https://codereview.chromium.org/860333002/) by mtklein · 10 years ago