1. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  2. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  3. 7001576 SkDocument: remove use of SkTArray (part 1/3). by halcanary · 9 years ago
  4. 1b39f43 Pass a GrContext pointer in GrDrawContext constructor by joshualitt · 9 years ago
  5. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  6. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  7. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  8. a2b340f move compose-shader into base-class as factory by reed · 9 years ago
  9. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 9 years ago
  10. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  11. 4a7940b add drawCircle to c api by reed · 9 years ago
  12. 0449bcf add helper to create fancy underlines by caryclark · 9 years ago
  13. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 9 years ago
  14. d2ed622 start experimenting with 64bit frame-buffers by reed · 9 years ago
  15. 918090c SkTArray to move when moving. by bungeman · 9 years ago
  16. eb00475 Use skstd::remove_pointer_t in GrGLFunction by bsalomon · 9 years ago
  17. 4984b85 Revert of SkTArray to move when moving. (patchset #3 id:40001 of https://codereview.chromium.org/1672063002/ ) by mtklein · 9 years ago
  18. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  19. 3125565 extend modecolorfilter to 4f by reed · 9 years ago
  20. f5b8b6d Reland of SkTArray to move when moving. (patchset #1 id:1 of https://codereview.chromium.org/1677103002/ ) by kjlubick · 9 years ago
  21. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  22. 2f8c9bf Revert of SkTArray to move when moving. (patchset #3 id:40001 of https://codereview.chromium.org/1672063002/ ) by kjlubick · 9 years ago
  23. 3c69348 SkTArray to move when moving. by bungeman · 9 years ago
  24. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 9 years ago
  25. 9d55297 Make SkString movable. by bungeman · 9 years ago
  26. ccce0e0 Make SkPaint movable. by bungeman · 9 years ago
  27. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  28. 964eec6 Add non-inline SkRTreeFactory constructor to fix clang-cl by brucedawson · 9 years ago
  29. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 9 years ago
  30. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  31. 369e937 Add Histogram Macros to Skia by ericrk · 9 years ago
  32. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  33. 3601f28 add kRGBA_F16_SkColorType by reed · 9 years ago
  34. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  35. af8bc7d Add support for GL_EXT_raster_multisample by cdalton · 9 years ago
  36. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  37. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  38. 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
  39. 3a94c6c Add SkAutoPixmapStorage::detachPixelsAsData() by fmalita · 9 years ago
  40. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  41. f7cdb06 extend compose-colorfilter to 4f by reed · 9 years ago
  42. b6c65e9 Add SkSpecialImage & SkSpecialSurface classes by robertphillips · 9 years ago
  43. 7b5e553 Add SkAndroidCodec::getPixels by scroggo · 9 years ago
  44. 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
  45. de3a726 Make SkImage::readYUV8Planes const by Brian Salomon · 9 years ago
  46. afb188d Add gpu implementation of SkAvoidXfermode by robertphillips · 9 years ago
  47. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  48. 69d1603 Add option to specify a font collection when creating a by kulshin · 9 years ago
  49. f16e2a2 Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 of https://codereview.chromium.org/1658623002/ ) by mtklein · 9 years ago
  50. 15691a0 Add gpu implementation of SkAvoidXfermode by robertphillips · 9 years ago
  51. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  52. 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
  53. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  54. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  55. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  56. 2352696 Replace the id<-->key hashmap in SkImageFilter by a SkTArray by xidachen · 9 years ago
  57. 188d44c Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  58. 395eabe float components in xfermodes by reed · 9 years ago
  59. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  60. 9cd016e allow the caller to specified raster-surface rowbytes. by reed · 9 years ago
  61. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  62. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  63. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  64. 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
  65. fbc1e29 starter procs for blending with pm4f by reed · 9 years ago
  66. aa9cb62 Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  67. 54d6029 SaveFlags begone! by fmalita · 9 years ago
  68. 900901f Work around exasperating Google3 Android build error. by benjaminwagner · 9 years ago
  69. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  70. 98124ef Make SkPixelXorXfermode's opColor be SkPMColor by robertphillips · 9 years ago
  71. b35c82d Add a background timing thread to kilobench by joshualitt · 9 years ago
  72. 4c5f1f6 Remove SK_SUPPORT_LEGACY_SAVEFLAGS define on Android by fmalita · 9 years ago
  73. bbb6dc8 kill SkValue by mtklein · 9 years ago
  74. 727b7d2 Add gpu backend for SkPixelXorXfermode by robertphillips · 9 years ago
  75. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  76. a766ca8 de-proc sk_float_rsqrt by mtklein · 9 years ago
  77. 05332d9 check for both __ARM_NEON__ and __ARM_NEON by lsalzman · 9 years ago
  78. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  79. 1fce558 Work around vs2013sp2-3 bug in skstd::unique_ptr. by bungeman · 9 years ago
  80. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  81. c721196 Fixed compilation on mingw. by cjacek · 9 years ago
  82. a273c0f remove legacy defines by caryclark · 9 years ago
  83. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  84. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  85. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  86. 1138be4 Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  87. ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
  88. 7f225cf Revert[2] of expand unitests for color4f by reed · 9 years ago
  89. 5f34e8e Revert of expand unitests for color4f (patchset #1 id:1 of https://codereview.chromium.org/1622893002/ ) by reed · 9 years ago
  90. fac6845 expand unitests for color4f by reed · 9 years ago
  91. 55d4905 Add svg path arcto by caryclark · 9 years ago
  92. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  93. ed814f3 Revert of de-proc sk_float_rsqrt (patchset #3 id:40001 of https://codereview.chromium.org/1616013003/ ) by mtklein · 9 years ago
  94. 24c2720 try removing attribute((aligned(16)) by mtklein · 9 years ago
  95. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  96. efcc125 de-proc sk_float_rsqrt by mtklein · 9 years ago
  97. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  98. 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
  99. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  100. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago