1. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  2. 23bd7e9 Delete unused code from SkColorSpace by msarett · 8 years ago
  3. 85def2e Parse A2B0 tag on ICC profiles by msarett · 8 years ago
  4. d77ac77 remove (now unused) SkDivBits by reed · 8 years ago
  5. 5e410b4 Detect empty (r)rects in GrShape. by bsalomon · 8 years ago
  6. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  7. 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
  8. 9fbee84 Revert of fix build by using ifdef instead of if for SK_DEBUG (patchset #1 id:1 of https://codereview.chromium.org/1924943003/ ) by reed · 8 years ago
  9. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  10. b849882 BUG=skia: by reed · 8 years ago
  11. 95416f4 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  12. 80f5ea0 skip unneeded header from writeFlattenable when building font-cache-key. Saves ~30% in size by reed · 8 years ago
  13. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  14. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  15. 77a8ab2 Simplify style handling in custom font manager. by bungeman · 8 years ago
  16. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 8 years ago
  17. c355bc8 Add work around for vulkan copies on the 5X by egdaniel · 8 years ago
  18. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  19. f8e8d5e SkPDF/None: fix compilation by halcanary · 8 years ago
  20. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  21. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  22. 569b021 Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of https://codereview.chromium.org/1913843002/ ) by mtklein · 8 years ago
  23. d636950 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  24. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  25. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  26. 72dc51c Add support for building GrShape from SkPath and more tests by bsalomon · 8 years ago
  27. 92bd2e8 Add comments and sanity checks to parsing of ICC headers by msarett · 8 years ago
  28. 3ec5136 Change default window size on Windows. by brianosman · 8 years ago
  29. adf4fa6 Ensure we're operating on the correct texture when generating mipmaps. by brianosman · 8 years ago
  30. ed086ca Revert of Remove gpu-specialization of SkSpecialImage (patchset #5 id:80001 of https://codereview.chromium.org/1918993002/ ) by robertphillips · 8 years ago
  31. 0533d6e Remove gpu-specialization of SkSpecialImage by robertphillips · 8 years ago
  32. 8349642 pathops: Split loop type cubics only when there is a self-intersection. by deanm · 8 years ago
  33. b77821c pathops: Cosmetic only change, update comments around ComplexBreak(). by deanm · 8 years ago
  34. 12670eb pathops: Add missing header guards in two files. by deanm · 8 years ago
  35. 47cc769 Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  36. 82ecc57 Revert of Add initial implementation of GrShape and GrStyle classes and tests (patchset #11 id:280001 of https://codereview.chromium.org/1822723003/ ) by bsalomon · 8 years ago
  37. 5d4943c Add guards for edge cases. by herb · 8 years ago
  38. b1b5957 Remove unnessary uniform barriers in Vulkan. by egdaniel · 8 years ago
  39. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  40. 86ae3d1 make context() virtual on device by reed · 8 years ago
  41. 824e58f Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  42. 83af0a6 Revert of Add initial implementation of GrShape and GrStyle classes and tests (patchset #10 id:260001 of https://codereview.chromium.org/1822723003/ ) by robertphillips · 8 years ago
  43. c885dac Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  44. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  45. 1eca116 share code with drawSpriteWithFilter by reed · 8 years ago
  46. 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 8 years ago
  47. 484b3d0 SkDefaultColorProfile: Hide gDefaultProfileIsSRGB by halcanary · 8 years ago
  48. 1e90304 SkMD5: .update() -> .write() by halcanary · 8 years ago
  49. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 8 years ago
  50. d51bdae SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 8 years ago
  51. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 8 years ago
  52. 9f666a1 Whitespace change. by herb · 8 years ago
  53. 98ab040 Revert of Call SkGraphics::Init() automatically for Google3 processes. (patchset #1 id:1 of https://codereview.chromium.org/1906813002/ ) by benjaminwagner · 8 years ago
  54. 1dc1721 Revert of Batch multiple single NVPR draw paths to instanced draws (patchset #5 id:80001 of https://codereview.chromium.org/1908433002/ ) by stephana · 8 years ago
  55. 3c33c38 Batch multiple single NVPR draw paths to instanced draws by kkinnunen · 8 years ago
  56. c4ce72f Compute bounds union while combining path range draw path batches by kkinnunen · 8 years ago
  57. bb34a8a allow imagefilter to manage CTM decomposition by reed · 8 years ago
  58. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  59. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  60. a3b3b23 Enable flattening/unflattening with custom unflatten procs by msarett · 8 years ago
  61. 99e2089 Optionally enable SkValidatingReadBuffer in SkPictureImageFilter by robertphillips · 8 years ago
  62. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  63. 272aa12 SkMD5: cleanup header and minor refactor by halcanary · 8 years ago
  64. 3361e62 Revert of SkStringPrintf and SkString::printf now are no longer limted by a static buffer (patchset #5 id:80001 of https://codereview.chromium.org/1403803002/ ) by halcanary · 8 years ago
  65. 606cadd SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 8 years ago
  66. ada338a utils.gypi: remove empty file SkMD5.cpp by halcanary · 8 years ago
  67. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 8 years ago
  68. 6351640 Fixes for SkRWBuffer by scroggo · 8 years ago
  69. 488165e SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  70. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  71. b0d4352 Revise WSI setup. by jvanverth · 8 years ago
  72. fa7ff47 Guard against FramebufferStatus checks in GrGLRenderTarget by robertphillips · 8 years ago
  73. eb85fd7 SkCpu w/o static initializer by mtklein · 8 years ago
  74. 730058f gDefaultProfileIsSRGB symbol must exist in .so by halcanary · 8 years ago
  75. 0370712 Remove obsolete image codec colorspace hacks. by brianosman · 8 years ago
  76. b5d7468 Fix code regression to more precise call. by herb · 8 years ago
  77. 8d7ffce Include scaler context flags (gamma and contrast boost) in the text blob cache key. by brianosman · 8 years ago
  78. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  79. d37fe76 Fix data parameter for createBuffer by cdalton · 8 years ago
  80. 8680606 Call SkGraphics::Init() automatically for Google3 processes. by mtklein · 8 years ago
  81. 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 8 years ago
  82. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 8 years ago
  83. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  84. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  85. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  86. 9ca06c4 Fix ImageFilter fuzzer issue by robertphillips · 8 years ago
  87. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 8 years ago
  88. f8c74a1 SkFontHost/FreeType/ToUnicode: add an assert by halcanary · 8 years ago
  89. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  90. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  91. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  92. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  93. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  94. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  95. 4c13db2 Add explicit clip to SkSpecialSurface's SkCanvas by robertphillips · 8 years ago
  96. 244a653 skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  97. 4311f01 Move CPU feature detection to its own file. by mtklein · 8 years ago
  98. 05db63b Remove static initializer for SkOpts::Init() by mtklein · 8 years ago
  99. a7c9d63 Add onImageInfo call to SkImage_Base. by herb · 8 years ago
  100. e05bbbb Fix createBuffer in Vulkan by egdaniel · 8 years ago