1. 3b7af78 added a default constructor for GrBatchToXPOverrides by ethannicholas · 9 years ago
  2. 6404981 Fix zero-sized blur with crop rect. by senorblanco · 9 years ago
  3. 40bed64 SkPictureShader cleanup by fmalita · 9 years ago
  4. 13a9123 A variety of SkPngCodec clean-ups by msarett · 9 years ago
  5. 2352696 Replace the id<-->key hashmap in SkImageFilter by a SkTArray by xidachen · 9 years ago
  6. d2a4271 Fix S32_D32_constX_shaderproc assert by fmalita · 9 years ago
  7. 2baa84b batch merge new edges by caryclark · 9 years ago
  8. bef1adf Suppress SkBitmapProcState assert temporarily by fmalita · 9 years ago
  9. 1b46a57 Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader by fmalita · 9 years ago
  10. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  11. 8a8eb52 Remove SkBitmapProcStateAutoMapper's overflow check by fmalita · 9 years ago
  12. 395eabe float components in xfermodes by reed · 9 years ago
  13. afd25f7 combine vertical overlapping edges by caryclark · 9 years ago
  14. 02a6bfa Revert of batch merge new edges (patchset #1 id:1 of https://codereview.chromium.org/1647223002/ ) by msarett · 9 years ago
  15. 653c12d Add sampler bias for the nofilter/translate specializations by fmalita · 9 years ago
  16. e645965 Use proper row step in SkRawCodec by scroggo · 9 years ago
  17. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  18. 9cd016e allow the caller to specified raster-surface rowbytes. by reed · 9 years ago
  19. ae658e1 batch merge new edges by caryclark · 9 years ago
  20. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  21. 703348f fix teeny dashed path bug by caryclark · 9 years ago
  22. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  23. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  24. 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
  25. fbc1e29 starter procs for blending with pm4f by reed · 9 years ago
  26. aa9cb62 Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  27. 54d6029 SaveFlags begone! by fmalita · 9 years ago
  28. 900901f Work around exasperating Google3 Android build error. by benjaminwagner · 9 years ago
  29. 682ee01 SkPDF: roll back 53b1c09 and 05b48e2 by halcanary · 9 years ago
  30. 5381b81 Fix SkPixelXorXfermode serialization bug by robertphillips · 9 years ago
  31. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  32. b8909d3 Revert "Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed" by bsalomon · 9 years ago
  33. 98124ef Make SkPixelXorXfermode's opColor be SkPMColor by robertphillips · 9 years ago
  34. 62358e7 SkPngFilters: guard with libpng >= 1.5.7 by mtklein · 9 years ago
  35. 1c971fa SkPngFilters: use normal pointer types. by mtklein · 9 years ago
  36. bbb6dc8 kill SkValue by mtklein · 9 years ago
  37. 372d65c sketch hooking into PNG_FILTER_OPTIMIZATIONS by mtklein · 9 years ago
  38. 5534312 Revert of Consolidate SkStream copying methods (patchset #1 id:1 of https://codereview.chromium.org/1640793002/ ) by msarett · 9 years ago
  39. 440c5a9 Consolidate SkStream copying methods by scroggo · 9 years ago
  40. fda27a9 Fix Windows build by yujieqin · 9 years ago
  41. 076d83d Enable RAW codec for Windows by yujieqin · 9 years ago
  42. b84b5b4 It derives the dng_host and overrides PerformAreaTask() to split the task into several sub-tasks which get added to SkTaskGroup. by ebrauer · 9 years ago
  43. 24716be Fix complier issue [-Werror, -Wvla] by yujieqin · 9 years ago
  44. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  45. 5ba2b96 move more geometry to simd by caryclark · 9 years ago
  46. 727b7d2 Add gpu backend for SkPixelXorXfermode by robertphillips · 9 years ago
  47. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  48. eae84c2 Image filters: fix srcOffset handling in asFragmentProcessor() path. by senorblanco · 9 years ago
  49. a766ca8 de-proc sk_float_rsqrt by mtklein · 9 years ago
  50. e957331 Make A8 readbacks work from non-A8 surfaces by bsalomon · 9 years ago
  51. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  52. 7a56123 Revert of Initial support for turning Skia draws into a JSON document and vice versa. (patchset #3 id:80001 of https://codereview.chromium.org/1636563002/ ) by msarett · 9 years ago
  53. 3cb582f Initial support for turning Skia draws into a JSON document and vice versa. by ethannicholas · 9 years ago
  54. 2047334 spin off some safe parts from AVX2 CL by mtklein · 9 years ago
  55. 0dfffbe Revert of AVX 2 SrcOver blits: color32, blitmask. (patchset #24 id:450001 of https://codereview.chromium.org/1532613002/ ) by msarett · 9 years ago
  56. 5d21170 AVX 2 SrcOver blits: color32, blitmask. by mtklein · 9 years ago
  57. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  58. c721196 Fixed compilation on mingw. by cjacek · 9 years ago
  59. a273c0f remove legacy defines by caryclark · 9 years ago
  60. 8f66a88 Delete 2 legacy flags by fmalita · 9 years ago
  61. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  62. 1517f93 Avoid updating glPathStencilFunc unless it changes by kkinnunen · 9 years ago
  63. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  64. fc75253 fix arcto exception handling by caryclark · 9 years ago
  65. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  66. 1dc85cd Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed by kkinnunen · 9 years ago
  67. 7bdb05d Do not try to get fragment input locations with CHROMIUM_path_rendering by kkinnunen · 9 years ago
  68. 9f63b44 Make BGRA8888 renderable on CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  69. 1138be4 Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  70. ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
  71. 3b69b82 add 4f support to colorfiltershader by reed · 9 years ago
  72. 7f225cf Revert[2] of expand unitests for color4f by reed · 9 years ago
  73. 5f34e8e Revert of expand unitests for color4f (patchset #1 id:1 of https://codereview.chromium.org/1622893002/ ) by reed · 9 years ago
  74. a990912 Don't dirty MIP chain when damage bounds is empty by bsalomon · 9 years ago
  75. fac6845 expand unitests for color4f by reed · 9 years ago
  76. 55d4905 Add svg path arcto by caryclark · 9 years ago
  77. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  78. 13aa1a5 SSSE3 opts for RGB -> RGB(FF) or BGR(FF) by msarett · 9 years ago
  79. f2b8662 skip zero-length linear gradient intervals to make new code more consistent with older table-based implementation by lsalzman · 9 years ago
  80. 97293c6 Change name from ScaleToSides to SkScaleToSides. by herb · 9 years ago
  81. ed814f3 Revert of de-proc sk_float_rsqrt (patchset #3 id:40001 of https://codereview.chromium.org/1616013003/ ) by mtklein · 9 years ago
  82. 921d7ac Anisotropic mipmap fixes by fmalita · 9 years ago
  83. 0d2bc84 Use nextafter instead of nexttoward to avoid using long double calculation. by herb · 9 years ago
  84. f1b8b6a Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler by msarett · 9 years ago
  85. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  86. efcc125 de-proc sk_float_rsqrt by mtklein · 9 years ago
  87. 5e0883c Fix bounds of checking if a radii are too long for a side. by herb · 9 years ago
  88. 1aa2029 Add ability to query read pixels support without a render target. by bsalomon · 9 years ago
  89. 6a377e6 SkBSwap32 by mtklein · 9 years ago
  90. 8bf7b79 Refactor swizzle names and types. by mtklein · 9 years ago
  91. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  92. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 9 years ago
  93. 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
  94. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  95. 7481e75 Fix GrAtlasTextBlob bounds management by joshualitt · 9 years ago
  96. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  97. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  98. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  99. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  100. 353c148 experiment: float color components by reed · 9 years ago