1. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  2. 69d1603 Add option to specify a font collection when creating a by kulshin · 9 years ago
  3. f16e2a2 Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 of https://codereview.chromium.org/1658623002/ ) by mtklein · 9 years ago
  4. 15691a0 Add gpu implementation of SkAvoidXfermode by robertphillips · 9 years ago
  5. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  6. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 9 years ago
  7. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  8. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  9. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  10. 2352696 Replace the id<-->key hashmap in SkImageFilter by a SkTArray by xidachen · 9 years ago
  11. 188d44c Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  12. 395eabe float components in xfermodes by reed · 9 years ago
  13. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  14. 9cd016e allow the caller to specified raster-surface rowbytes. by reed · 9 years ago
  15. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  16. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  17. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  18. 6b2c346 Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id:80001 of https://codereview.chromium.org/1645093002/ ) by robertphillips · 9 years ago
  19. fbc1e29 starter procs for blending with pm4f by reed · 9 years ago
  20. aa9cb62 Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  21. 54d6029 SaveFlags begone! by fmalita · 9 years ago
  22. 900901f Work around exasperating Google3 Android build error. by benjaminwagner · 9 years ago
  23. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  24. 98124ef Make SkPixelXorXfermode's opColor be SkPMColor by robertphillips · 9 years ago
  25. b35c82d Add a background timing thread to kilobench by joshualitt · 9 years ago
  26. 4c5f1f6 Remove SK_SUPPORT_LEGACY_SAVEFLAGS define on Android by fmalita · 9 years ago
  27. bbb6dc8 kill SkValue by mtklein · 9 years ago
  28. 727b7d2 Add gpu backend for SkPixelXorXfermode by robertphillips · 9 years ago
  29. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  30. a766ca8 de-proc sk_float_rsqrt by mtklein · 9 years ago
  31. 05332d9 check for both __ARM_NEON__ and __ARM_NEON by lsalzman · 9 years ago
  32. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  33. 1fce558 Work around vs2013sp2-3 bug in skstd::unique_ptr. by bungeman · 9 years ago
  34. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  35. c721196 Fixed compilation on mingw. by cjacek · 9 years ago
  36. a273c0f remove legacy defines by caryclark · 9 years ago
  37. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  38. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  39. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  40. 1138be4 Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  41. ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
  42. 7f225cf Revert[2] of expand unitests for color4f by reed · 9 years ago
  43. 5f34e8e Revert of expand unitests for color4f (patchset #1 id:1 of https://codereview.chromium.org/1622893002/ ) by reed · 9 years ago
  44. fac6845 expand unitests for color4f by reed · 9 years ago
  45. 55d4905 Add svg path arcto by caryclark · 9 years ago
  46. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  47. ed814f3 Revert of de-proc sk_float_rsqrt (patchset #3 id:40001 of https://codereview.chromium.org/1616013003/ ) by mtklein · 9 years ago
  48. 24c2720 try removing attribute((aligned(16)) by mtklein · 9 years ago
  49. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  50. efcc125 de-proc sk_float_rsqrt by mtklein · 9 years ago
  51. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  52. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  53. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  54. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  55. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  56. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  57. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  58. 353c148 experiment: float color components by reed · 9 years ago
  59. f6c7107 Expose API for gx font variation axes. by bungeman · 9 years ago
  60. 27a6e86 SkValue: SkXfermode by halcanary · 9 years ago
  61. 1a7eb26 resolution dependent path measure by caryclark · 9 years ago
  62. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  63. 4e8f567 add wait on fence without flush by joshualitt · 9 years ago
  64. b1475b0 Add SkPath::isLastContourClosed() by fs · 9 years ago
  65. b59d1bc Add ability to wire up sharelist in glcontext creation by joshualitt · 9 years ago
  66. b6474dd fix circular dashing by caryclark · 9 years ago
  67. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 9 years ago
  68. 3ca7336 SampleApp: remove SkWindow::onPDFSaved, it does not work by kkinnunen · 9 years ago
  69. 879caf8 remove SkDebugUtils.h -- unused by reed · 9 years ago
  70. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  71. 11fae87 Virtualize Frames in GrAuditTrail by joshualitt · 9 years ago
  72. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  73. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  74. abc0c82 SampleApp: Cleanup SkOSWindow_SDL by kkinnunen · 9 years ago
  75. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  76. fa2b3a3 remove CreateLightingFilter from SkColorFilter by reed · 9 years ago
  77. 6054d68 reorg global initialization, separating core from optional by reed · 9 years ago
  78. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  79. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  80. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  81. 87a721b Convert GrAuditTrail to use scoped frames by joshualitt · 9 years ago
  82. 61a237e SkPaintFilterCanvas cleanup by fmalita · 9 years ago
  83. 2b12376 SkTime: Stop using POSIX entensions to time.h for timezone by halcanary · 9 years ago
  84. c63a0f8 clamp fixed divide to 32 bits by caryclark · 9 years ago
  85. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  86. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  87. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  88. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  89. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  90. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago
  91. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  92. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  93. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  94. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  95. 4897ff2 Move atomicinc in GrTracing to behind branch by joshualitt · 9 years ago
  96. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  97. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  98. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  99. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  100. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago