1. 64de1e1 ViaAndroidSDK for DM by tomhudson · 10 years ago
  2. dc81222 add impl limit for number of leaf-nodes in composecolorfilter by reed · 10 years ago
  3. 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
  4. fa77eb1 Add image as a draw type that can be filtered by kkinnunen · 10 years ago
  5. b7affb5 udpate dox for colorfilter fragment processor requirements by reed · 10 years ago
  6. 024f996 Text blob run paints should be filtered. by fmalita · 10 years ago
  7. 47ef4d5 XPS, DM: add SkDocument::CreateXPS by halcanary · 10 years ago
  8. f24f224 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
  9. c2574f3 Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https://codereview.chromium.org/963953002/) by halcanary · 10 years ago
  10. 00d39bc XPS, DM: add SkDocument::CreateXPS by halcanary · 10 years ago
  11. cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
  12. 8a8d841 add virtuals to optimize composing colorfilters by reed · 10 years ago
  13. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 10 years ago
  14. ca35885 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
  15. 9345eef [Skia] Add SK_API to SkParse. by huangs · 10 years ago
  16. db873d8 add compose-colorfilter by reed · 10 years ago
  17. 5bd055c Revert of add compose-colorfilter (patchset #2 id:20001 of https://codereview.chromium.org/969673002/) by reed · 10 years ago
  18. b675a73 add compose-colorfilter by reed · 10 years ago
  19. 4497748 Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #1 id:1 of https://codereview.chromium.org/966753002/) by reed · 10 years ago
  20. a9061de Add rewind capability to SkChunkAlloc by robertphillips · 10 years ago
  21. 574290f Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 id:40001 of https://codereview.chromium.org/964613002/) by scroggo · 10 years ago
  22. 1c8aeea replace kIgnore_SkAlphaType with kUnknown_SkAlphaType by reed · 10 years ago
  23. e761614 Spin off some fixes to land right away. by mtklein · 10 years ago
  24. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  25. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  26. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 10 years ago
  27. 59c9203 Fix the race to set the new gen ID. by mtklein · 10 years ago
  28. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  29. 63d0024 Steal a bit from the gen ID instead of managing two atomic values. by mtklein · 10 years ago
  30. 63c684a fuzzer fixes by caryclark · 10 years ago
  31. 6101077 Revert of fAddedToCache doesn't need to be atomic. (patchset #1 id:1 of https://codereview.chromium.org/960573002/) by mtklein · 10 years ago
  32. fbe0edf fAddedToCache doesn't need to be atomic. by mtklein · 10 years ago
  33. 83787d0 only notify bitmaps that have been added to the cache by reed · 10 years ago
  34. b69d0e0 BUG=skia: by herb · 10 years ago
  35. 86821b5 SkTRacy<T> -> SkAtomic<T> by mtklein · 10 years ago
  36. ab2f44c probable fix for asan bot by joshualitt · 10 years ago
  37. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  38. f8d24e2 BUG=skia: by herb · 10 years ago
  39. 0413d43 Enable rect clips by joshualitt · 10 years ago
  40. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 10 years ago
  41. 128def3 Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/) by joshualitt · 10 years ago
  42. 51fdb4f fix for linux builder warn on exit destructor by joshualitt · 10 years ago
  43. 44701df Move clip off of draw target by joshualitt · 10 years ago
  44. 7af2150 SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*) by halcanary · 10 years ago
  45. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
  46. 93276c6 Remove EGL header from SkANGLELContext.h by bsalomon · 10 years ago
  47. c01f47b Remove unnecessary include of gles2 header in SkANGLEGLContext.h by bsalomon · 10 years ago
  48. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  49. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  50. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  51. 953df44 Remove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM. by scroggo · 10 years ago
  52. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  53. 7a04869 [SVGDevice] Text whitespace unittest by fmalita · 10 years ago
  54. 96d68b7 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  55. 7ff7050 Enable override keyword for GCC versions >= 4.7 by djsollen · 10 years ago
  56. b92b706 Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/) by reed · 10 years ago
  57. 8c92dc1 Remove unused parameters to SkDocument::CreatePDF by halcanary · 10 years ago
  58. 8e65712 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  59. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  60. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  61. 07327bf move SkPDFD*.h from include to src by halcanary · 10 years ago
  62. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  63. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  64. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  65. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  66. 0aa9479 Use SkAutoSTMalloc in GrResourceKey by bsalomon · 10 years ago
  67. 9488648 Expose method to retrieve CTFont by dominik.rottsches · 10 years ago
  68. cd6ca9e Make SkImage::getTexture() const by kkinnunen · 10 years ago
  69. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  70. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
  71. 1e4e814 SK_NO_FLATE by mtklein · 10 years ago
  72. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 10 years ago
  73. 9e779d4 add gm for path-arcs, and catch degenerate arc in conic-case by reed · 10 years ago
  74. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  75. f87fe78 use common impl for drawTextOnPath by reed · 10 years ago
  76. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  77. 523cda3 Remove android specific srcPath from SkPath by djsollen · 10 years ago
  78. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  79. 9e447c0 remove unneeded preroll by reed · 10 years ago
  80. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  81. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  82. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  83. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  84. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 10 years ago
  85. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 10 years ago
  86. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 10 years ago
  87. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  88. 5788faa Fix SkComposeImageFilter's bounds computation and offset handling by ajuma · 10 years ago
  89. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  90. f89f60f [SkSVGDevice] Full font family support by fmalita · 10 years ago
  91. 0a62ad7 Revert of I cannot remember what the race here actually was. (patchset #1 id:1 of https://codereview.chromium.org/922873002/) by mtklein · 10 years ago
  92. 71409c8 I cannot remember what the race here actually was. by mtklein · 10 years ago
  93. 05d9044 optional res-scale parameter to getFillPath by reed · 10 years ago
  94. 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 10 years ago
  95. 90b5c0c Expose SkPathRef::unique through SkPath. by djsollen · 10 years ago
  96. e998b7f Move SkOSFile::Iter impls into ports. by bungeman · 10 years ago
  97. 3740972 Make null GL context use callback to make current by bsalomon · 10 years ago
  98. bb0502e Support multiple null GL contexts on a thread. by bsalomon · 10 years ago
  99. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  100. c3c6943 Fix append_fallback_font_families_for_locale. by bungeman · 10 years ago