1. 86ae3d1 make context() virtual on device by reed · 8 years ago
  2. 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 9 years ago
  3. 484b3d0 SkDefaultColorProfile: Hide gDefaultProfileIsSRGB by halcanary · 9 years ago
  4. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 9 years ago
  5. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 9 years ago
  6. edf7fcd Make SkDrawable an SkFlattenable by msarett · 9 years ago
  7. bb34a8a allow imagefilter to manage CTM decomposition by reed · 9 years ago
  8. 36736a2 Remove SkCanvas::LayerIter guard by robertphillips · 9 years ago
  9. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 9 years ago
  10. a3b3b23 Enable flattening/unflattening with custom unflatten procs by msarett · 9 years ago
  11. 99e2089 Optionally enable SkValidatingReadBuffer in SkPictureImageFilter by robertphillips · 9 years ago
  12. 7715e06 Retract SkDevice a bit more by robertphillips · 9 years ago
  13. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 9 years ago
  14. 6351640 Fixes for SkRWBuffer by scroggo · 9 years ago
  15. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 9 years ago
  16. cb61a64 Add compile guard for SkCanvas::LayerIter by robertphillips · 9 years ago
  17. b0d4352 Revise WSI setup. by jvanverth · 9 years ago
  18. da2cd8b Hide SkCanvas::LayerIter by robertphillips · 9 years ago
  19. 177f2f6 SkPathEffect.h: add SK_API where needed by halcanary · 9 years ago
  20. 6a6f3c5 Fix indentation and casts in SkTArray. by bungeman · 9 years ago
  21. e0c1d28 SkTArray: fix invalid reinterpret_casts over non-initialized memory. by krasin · 9 years ago
  22. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 9 years ago
  23. 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 9 years ago
  24. a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 9 years ago
  25. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 9 years ago
  26. a814000 Hide SkCanvas::LayerIter by robertphillips · 9 years ago
  27. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 9 years ago
  28. 650f9e9 SkOnce: 2 bytes -> 1 byte by mtklein · 9 years ago
  29. 9134686 Revert of SkOnce: 2 bytes -> 1 byte (patchset #4 id:60001 of https://codereview.chromium.org/1904483003/ ) by mtklein · 9 years ago
  30. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  31. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 9 years ago
  32. df02d33 SkOnce: 2 bytes -> 1 byte by mtklein · 9 years ago
  33. 0d9e9be SkTArray movable and swap for move only elements. by bungeman · 9 years ago
  34. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
  35. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 9 years ago
  36. 718a5ad Switch SkColorFilterImageFilter over to new onFilterImage interface (again) by robertphillips · 9 years ago
  37. be991ef Delete unused fNamedFactorySet from SkWriteBuffer by msarett · 9 years ago
  38. 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
  39. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  40. bde57ed Make SkImageFilter::Cache purging methods pure virtual by robertphillips · 9 years ago
  41. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 9 years ago
  42. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  43. d9dd428 Modernize and trim down SkOnce. by mtklein · 9 years ago
  44. f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 9 years ago
  45. 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
  46. 225db44 Outline SkImageFilter Make methods by robertphillips · 9 years ago
  47. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 9 years ago
  48. 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
  49. f230c6d Switch SkXfermodeImagerFilter over to new onFilterImage interface by robertphillips · 9 years ago
  50. 2a04104 exernalize imagefactory guard by reed · 9 years ago
  51. 6d7cd1f move static arrays into impl, to avoid multiple copies by reed · 9 years ago
  52. 6b13473 Move SkImageFilter over to storing sk_sps by robertphillips · 9 years ago
  53. 82497f9 Add option to specify font fallback when creating the skia font manager by kulshin · 9 years ago
  54. 938115c Remove asFragmentProcessor gpu-specific ImageFilter code path by robertphillips · 9 years ago
  55. 534c270 Update TileImageFilter to sk_sp by robertphillips · 9 years ago
  56. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 9 years ago
  57. 8c3fd4f spriteblitter for memcpy case (for all configs) by reed · 9 years ago
  58. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 9 years ago
  59. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 9 years ago
  60. a376099 Revert of Fixes for SkRWBuffer (patchset #5 id:80001 of https://codereview.chromium.org/1871953002/ ) by bungeman · 9 years ago
  61. d06920a Fixes for SkRWBuffer by scroggo · 9 years ago
  62. 3dc6aac remove U16 support, just support F16 by reed · 9 years ago
  63. b2a4dc6 Switch SkMagnifierImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  64. f9634b9 For GOOGLE3, add deref method to SkRefCnt. by benjaminwagner · 9 years ago
  65. 5092eac Fix legacy NewRenderTarget factory by bsalomon · 9 years ago
  66. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 9 years ago
  67. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 9 years ago
  68. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  69. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 9 years ago
  70. dada4dd Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  71. 58700da remove SK_SUPPORT_NEW_ONCREATESCALERCONTEXT, no longer needed in chdrome by reed · 9 years ago
  72. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
  73. af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 9 years ago
  74. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
  75. cbc060a SkWStream::writeText inlined. by halcanary · 9 years ago
  76. 74b8d32 Implement texel buffers by cdalton · 9 years ago
  77. c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  78. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  79. a6b92ad Infer sampler precision from pixel config by cdalton · 9 years ago
  80. fef2860 Switch SkPictureImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  81. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
  82. c791728 Pass effects directly to fontcache by reed · 9 years ago
  83. e6277de Switch SkDisplacementImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  84. 82b043e Fix roll bot's win gn build by robertphillips · 9 years ago
  85. 9d77d62 remove unused BML (binary xml) code by reed · 9 years ago
  86. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 9 years ago
  87. 377add7 Fix race condition in SkROBuffer. by reed · 9 years ago
  88. 0576aa9 Serialize invNormRotation in SkLightingShader. by mtklein · 9 years ago
  89. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 9 years ago
  90. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 9 years ago
  91. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 9 years ago
  92. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 9 years ago
  93. 23f9a84 Update Skia milestone to 52 by hcm · 9 years ago
  94. e736506 Revert of For *ToFixed, in debug mode, assert that the value is in range. (patchset #6 id:140001 of https://codereview.chromium.org/1824733002/ ) by fmalita · 9 years ago
  95. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  96. 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 9 years ago
  97. 70f1a6c Add pinned versions of *ToFixed. by benjaminwagner · 9 years ago
  98. 73add93 Appease valgrind wrt testing code initialization by robertphillips · 9 years ago
  99. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 9 years ago
  100. 6f01104 Revert conversion of SkColorFilterImageFilter to new API by robertphillips · 9 years ago