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