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