1. 4d9ff62 Remove SkWriter32::contiguousArray(). by mtklein · 8 years ago
  2. e86e51f Add reminders that these classes have constexpr default constructors. by mtklein · 8 years ago
  3. b4c899d remove SkWriteBuffer::getWriter32(). by mtklein · 8 years ago
  4. 1b5dd88 remove SkWriteBuffer::reserve() by mtklein · 8 years ago
  5. b4d46f0 Remove skstd::is_function. by bungeman · 8 years ago
  6. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 8 years ago
  7. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  8. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  9. 801b44c Remove skstd::is_convertible. by bungeman · 8 years ago
  10. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  11. d77ac77 remove (now unused) SkDivBits by reed · 8 years ago
  12. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  13. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  14. 1541130 remove SK_SUPPORT_LEGACY_DIVBITS_UB -- chrome no longer defines this by reed · 8 years ago
  15. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  16. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  17. eabaf79 SkDocument::CreateXPS fix roll by halcanary · 8 years ago
  18. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  19. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  20. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  21. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  22. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  23. 86ae3d1 make context() virtual on device by reed · 8 years ago
  24. 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 8 years ago
  25. 484b3d0 SkDefaultColorProfile: Hide gDefaultProfileIsSRGB by halcanary · 8 years ago
  26. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 8 years ago
  27. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 8 years ago
  28. edf7fcd Make SkDrawable an SkFlattenable by msarett · 8 years ago
  29. bb34a8a allow imagefilter to manage CTM decomposition by reed · 8 years ago
  30. 36736a2 Remove SkCanvas::LayerIter guard by robertphillips · 8 years ago
  31. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  32. a3b3b23 Enable flattening/unflattening with custom unflatten procs by msarett · 8 years ago
  33. 99e2089 Optionally enable SkValidatingReadBuffer in SkPictureImageFilter by robertphillips · 8 years ago
  34. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  35. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 8 years ago
  36. 6351640 Fixes for SkRWBuffer by scroggo · 8 years ago
  37. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  38. cb61a64 Add compile guard for SkCanvas::LayerIter by robertphillips · 8 years ago
  39. b0d4352 Revise WSI setup. by jvanverth · 8 years ago
  40. da2cd8b Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  41. 177f2f6 SkPathEffect.h: add SK_API where needed by halcanary · 8 years ago
  42. 6a6f3c5 Fix indentation and casts in SkTArray. by bungeman · 8 years ago
  43. e0c1d28 SkTArray: fix invalid reinterpret_casts over non-initialized memory. by krasin · 8 years ago
  44. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  45. 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 8 years ago
  46. a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 8 years ago
  47. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 8 years ago
  48. a814000 Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  49. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  50. 650f9e9 SkOnce: 2 bytes -> 1 byte by mtklein · 8 years ago
  51. 9134686 Revert of SkOnce: 2 bytes -> 1 byte (patchset #4 id:60001 of https://codereview.chromium.org/1904483003/ ) by mtklein · 8 years ago
  52. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  53. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  54. df02d33 SkOnce: 2 bytes -> 1 byte by mtklein · 8 years ago
  55. 0d9e9be SkTArray movable and swap for move only elements. by bungeman · 8 years ago
  56. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  57. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  58. 718a5ad Switch SkColorFilterImageFilter over to new onFilterImage interface (again) by robertphillips · 8 years ago
  59. be991ef Delete unused fNamedFactorySet from SkWriteBuffer by msarett · 8 years ago
  60. 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 8 years ago
  61. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  62. bde57ed Make SkImageFilter::Cache purging methods pure virtual by robertphillips · 8 years ago
  63. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  64. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  65. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  66. f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 8 years ago
  67. cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 8 years ago
  68. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  69. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  70. 9d453b0 Revert of move static arrays into impl, to avoid multiple copies (patchset #3 id:40001 of https://codereview.chromium.org/1889793007/ ) by reed · 8 years ago
  71. f230c6d Switch SkXfermodeImagerFilter over to new onFilterImage interface by robertphillips · 8 years ago
  72. 2a04104 exernalize imagefactory guard by reed · 8 years ago
  73. 6d7cd1f move static arrays into impl, to avoid multiple copies by reed · 8 years ago
  74. 6b13473 Move SkImageFilter over to storing sk_sps by robertphillips · 8 years ago
  75. 82497f9 Add option to specify font fallback when creating the skia font manager by kulshin · 8 years ago
  76. 938115c Remove asFragmentProcessor gpu-specific ImageFilter code path by robertphillips · 8 years ago
  77. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  78. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  79. 8c3fd4f spriteblitter for memcpy case (for all configs) by reed · 8 years ago
  80. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  81. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  82. a376099 Revert of Fixes for SkRWBuffer (patchset #5 id:80001 of https://codereview.chromium.org/1871953002/ ) by bungeman · 8 years ago
  83. d06920a Fixes for SkRWBuffer by scroggo · 8 years ago
  84. 3dc6aac remove U16 support, just support F16 by reed · 8 years ago
  85. b2a4dc6 Switch SkMagnifierImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  86. f9634b9 For GOOGLE3, add deref method to SkRefCnt. by benjaminwagner · 8 years ago
  87. 5092eac Fix legacy NewRenderTarget factory by bsalomon · 8 years ago
  88. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  89. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  90. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  91. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  92. dada4dd Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  93. 58700da remove SK_SUPPORT_NEW_ONCREATESCALERCONTEXT, no longer needed in chdrome by reed · 8 years ago
  94. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  95. af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 8 years ago
  96. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  97. cbc060a SkWStream::writeText inlined. by halcanary · 8 years ago
  98. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  99. c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  100. f8a6ce8 Add GLSL support for texelFetch by cdalton · 8 years ago