1. b92dc7a Add bench for image encodes by msarett · 8 years ago
  2. 35ad0fb fiddle_build_test: remove from most to fix build by halcanary · 8 years ago
  3. f0da138 experimental/fiddle -> tools/fiddle by halcanary · 8 years ago
  4. 382949d Update android toolchain variable to point to root dir and not the bin by djsollen · 8 years ago
  5. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  6. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  7. 7b8b237 experimental/fiddle: update to new SkImage API by halcanary · 8 years ago
  8. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  9. f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 8 years ago
  10. 5f80e8c Walk through files in parse_llvm_coverage.py instead of using 'git ls-files' by rmistry · 8 years ago
  11. 43e8f67 Do not do compile steps for Coverage by rmistry · 8 years ago
  12. eff1920 Add new coverage_skia.isolate by rmistry · 8 years ago
  13. 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
  14. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  15. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  16. 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
  17. b931336 Observe gTreatSkColorAsSRGB for 4f gradients. by fmalita · 8 years ago
  18. 4d1061c Add ability to default incoming image data as sRGB by default. by herb · 8 years ago
  19. f230c6d Switch SkXfermodeImagerFilter over to new onFilterImage interface by robertphillips · 8 years ago
  20. 2299ffa Revert of SkPDF: PDF/A runtime switch (patchset #1 id:100001 of https://codereview.chromium.org/1891873002/ ) by halcanary · 8 years ago
  21. 570f18b SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  22. 1c9f922 Fix skiaserve crash when displaying batch bounds by brianosman · 8 years ago
  23. 2a04104 exernalize imagefactory guard by reed · 8 years ago
  24. 87a0c22 WIP: runtime switch for how to interpret SkColor -vs- srgb by reed · 8 years ago
  25. 6d7cd1f move static arrays into impl, to avoid multiple copies by reed · 8 years ago
  26. 6b13473 Move SkImageFilter over to storing sk_sps by robertphillips · 8 years ago
  27. 86498fb Revert of Move CPU feature detection to its own file. (patchset #7 id:120001 of https://codereview.chromium.org/1890483002/ ) by mtklein · 8 years ago
  28. 2c7f240 Revert of skcpu: sse4.1 floor, f16c f16<->f32 (patchset #11 id:200001 of https://codereview.chromium.org/1891513002/ ) by mtklein · 8 years ago
  29. 82497f9 Add option to specify font fallback when creating the skia font manager by kulshin · 8 years ago
  30. 7a9b9af Fix ANGLE in SampleApp by brianosman · 8 years ago
  31. 938115c Remove asFragmentProcessor gpu-specific ImageFilter code path by robertphillips · 8 years ago
  32. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  33. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  34. 8c3fd4f spriteblitter for memcpy case (for all configs) by reed · 8 years ago
  35. 3faf74b skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  36. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  37. ad3dc0d Switch SkLightingImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  38. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  39. 834d9e1 Revert of skcpu: sse4.1 floor, f16c f16<->f32 (patchset #10 id:180001 of https://codereview.chromium.org/1891513002/ ) by mtklein · 8 years ago
  40. a376099 Revert of Fixes for SkRWBuffer (patchset #5 id:80001 of https://codereview.chromium.org/1871953002/ ) by bungeman · 8 years ago
  41. 567118f Graduate matrix map-point procs out of SkOpts. by mtklein · 8 years ago
  42. 149b47f Make sure the color profile propagetes through the system. by herb · 8 years ago
  43. a9eb626 add index in getPixels for F16 by reed · 8 years ago
  44. 6b08652 Several fixes for fp 16 rendering: by brianosman · 8 years ago
  45. cbe3c1a skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  46. d06920a Fixes for SkRWBuffer by scroggo · 8 years ago
  47. d5f2e2e Add F16 source to the linear pipelin. by herb · 8 years ago
  48. bc95173 Explain Rietveld patching better on site. by bungeman · 8 years ago
  49. a821af83 Put SkEmptyTypeface in anonymous namespace. by bungeman · 8 years ago
  50. fbcfd6d mojo -> nojo by mtklein · 8 years ago
  51. ccb0de6 Add doc instructions for multi-repo Chromium trybots. by bungeman · 8 years ago
  52. 872ea29 Move CPU feature detection to its own file. by mtklein · 8 years ago
  53. 3dc6aac remove U16 support, just support F16 by reed · 8 years ago
  54. 82a455f Remove requestedStyle from SkTypefaceCache. by bungeman · 8 years ago
  55. b2a4dc6 Switch SkMagnifierImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  56. e34635d Since PIEX can now return an uncompressed RGB thumbnail, check the type of the image before treating it as a JPEG. by yujieqin · 8 years ago
  57. 5280dcb Simplify gamma-correctness for text rendering. by brianosman · 8 years ago
  58. f9634b9 For GOOGLE3, add deref method to SkRefCnt. by benjaminwagner · 8 years ago
  59. 5092eac Fix legacy NewRenderTarget factory by bsalomon · 8 years ago
  60. 3f21a2e Only eglTerminate command buffer displays when no displays are in use by bsalomon · 8 years ago
  61. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  62. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  63. d3b63d3 Respect FC_MATRIX and FC_EMBOLDEN as extra font parameters. by bungeman · 8 years ago
  64. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  65. 54ef1a7 Add GM to prevent mis-drawing of LCD text in SkPictureImageFilters by robertphillips · 8 years ago
  66. 2892668 Fix ChromeOS Swarming bot compile by borenet · 8 years ago
  67. 33b6b8e Allow a small tolerance in GrAtlasTextBatch bounds test. by bsalomon · 8 years ago
  68. 09e127b Make build_shaderc.py blow away output dir and allow build_type arg to contain either Debug or Release by bsalomon · 8 years ago
  69. 0b7e5a1 Make SkSpecialSurfaces always use kUnknown for their pixel geometry by robertphillips · 8 years ago
  70. 903ec3c Fix CommandBuffer bot's DM config by borenet · 8 years ago
  71. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  72. dada4dd Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  73. 58700da remove SK_SUPPORT_NEW_ONCREATESCALERCONTEXT, no longer needed in chdrome by reed · 8 years ago
  74. 20efb41 distinguish distinct matrixconvolution benchmarks by mtklein · 8 years ago
  75. 69076fe Blitter for repeat RGBA8888->RGBA8888. by herb · 8 years ago
  76. 9ac5b91 Add missing F16 case to reverse pixel config conversion by brianosman · 8 years ago
  77. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  78. 0586f5c sRGB support for distance field text. by brianosman · 8 years ago
  79. 134ff5c Remove SimpleOffsetFilter by robertphillips · 8 years ago
  80. 247e534 Revert AlphaThresholdFilter to its old behavior wrt premul by robertphillips · 8 years ago
  81. 9fd07e5 Make fuzz builds set SK_FUZZ_LOGGING by kjlubick · 8 years ago
  82. af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 8 years ago
  83. 0a74c9d f16 and pm4f are always the same swizzle, so remove adaptor by reed · 8 years ago
  84. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  85. 71e185c GYP_DEFINES and DM flags for Vulkan bot by borenet · 8 years ago
  86. 134af6b Fix Vk build breakage due to new GrSLType by bsalomon · 8 years ago
  87. b8e0960 Make is_ktx safer by scroggo · 8 years ago
  88. 37798fb Implement initCopySurfaceDstDesc for Vulkan by egdaniel · 8 years ago
  89. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  90. ac8681b iOS: Tweak xcodebuild location by borenet · 8 years ago
  91. cbc060a SkWStream::writeText inlined. by halcanary · 8 years ago
  92. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  93. fda8807 Convert some unit tests from running on GL contexts to running on all contexts by bsalomon · 8 years ago
  94. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  95. 849b175 Separate private headers for condition inclusion in BUILD file. by iroth · 8 years ago
  96. f4ace41 Wait for all device work to finish before destroy VkDevice by egdaniel · 8 years ago
  97. c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  98. ad6a190 nullptr -> "sans-serif" fixes bold in gm/colorwheel by mtklein · 8 years ago
  99. f8a6ce8 Add GLSL support for texelFetch by cdalton · 8 years ago
  100. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago