1. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 8 years ago
  2. 2f12463 Fix warnings that were exposed when running with SK_DEBUG enable on an optimized release build. by djsollen · 8 years ago
  3. 5ee89a6 Unbreak vulkan after stencil constant name changes by bsalomon · 8 years ago
  4. 817fed3 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #5 id:80001 of https://codereview.chromium.org/1924183003/ ) by benjaminwagner · 8 years ago
  5. a2ffa98 Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ ) by msarett · 8 years ago
  6. 7b2c6dd Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  7. b138fdc Fix Vulkan Build in Android by liyuqian · 8 years ago
  8. fb59164 Don't mark mipmaps dirty if uploading > 1 levels by jvanverth · 8 years ago
  9. 1b5dd88 remove SkWriteBuffer::reserve() by mtklein · 8 years ago
  10. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  11. cfeb85f Revert of Adjust tolerance to fix bezier glitches issue (patchset #1 id:1 of https://codereview.chromium.org/1926063002/ ) by jvanverth · 8 years ago
  12. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 8 years ago
  13. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  14. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  15. fe635fd Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  16. 45a6f49 Adjust tolerance to fix bezier glitches issue by xidachen · 8 years ago
  17. 4df1656 Tighten up SkSpecialSurface factory functions by robertphillips · 8 years ago
  18. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  19. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  20. 23bd7e9 Delete unused code from SkColorSpace by msarett · 8 years ago
  21. 85def2e Parse A2B0 tag on ICC profiles by msarett · 8 years ago
  22. d77ac77 remove (now unused) SkDivBits by reed · 8 years ago
  23. 5e410b4 Detect empty (r)rects in GrShape. by bsalomon · 8 years ago
  24. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  25. 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
  26. 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
  27. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  28. b849882 BUG=skia: by reed · 8 years ago
  29. 95416f4 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  30. 80f5ea0 skip unneeded header from writeFlattenable when building font-cache-key. Saves ~30% in size by reed · 8 years ago
  31. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  32. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  33. 77a8ab2 Simplify style handling in custom font manager. by bungeman · 8 years ago
  34. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 8 years ago
  35. c355bc8 Add work around for vulkan copies on the 5X by egdaniel · 8 years ago
  36. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  37. f8e8d5e SkPDF/None: fix compilation by halcanary · 8 years ago
  38. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  39. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  40. 569b021 Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of https://codereview.chromium.org/1913843002/ ) by mtklein · 8 years ago
  41. d636950 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  42. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  43. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  44. 72dc51c Add support for building GrShape from SkPath and more tests by bsalomon · 8 years ago
  45. 92bd2e8 Add comments and sanity checks to parsing of ICC headers by msarett · 8 years ago
  46. 3ec5136 Change default window size on Windows. by brianosman · 8 years ago
  47. adf4fa6 Ensure we're operating on the correct texture when generating mipmaps. by brianosman · 8 years ago
  48. ed086ca Revert of Remove gpu-specialization of SkSpecialImage (patchset #5 id:80001 of https://codereview.chromium.org/1918993002/ ) by robertphillips · 8 years ago
  49. 0533d6e Remove gpu-specialization of SkSpecialImage by robertphillips · 8 years ago
  50. 8349642 pathops: Split loop type cubics only when there is a self-intersection. by deanm · 8 years ago
  51. b77821c pathops: Cosmetic only change, update comments around ComplexBreak(). by deanm · 8 years ago
  52. 12670eb pathops: Add missing header guards in two files. by deanm · 8 years ago
  53. 47cc769 Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  54. 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
  55. 5d4943c Add guards for edge cases. by herb · 8 years ago
  56. b1b5957 Remove unnessary uniform barriers in Vulkan. by egdaniel · 8 years ago
  57. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  58. 86ae3d1 make context() virtual on device by reed · 8 years ago
  59. 824e58f Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  60. 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
  61. c885dac Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  62. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  63. 1eca116 share code with drawSpriteWithFilter by reed · 8 years ago
  64. 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 8 years ago
  65. 484b3d0 SkDefaultColorProfile: Hide gDefaultProfileIsSRGB by halcanary · 8 years ago
  66. 1e90304 SkMD5: .update() -> .write() by halcanary · 8 years ago
  67. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 8 years ago
  68. d51bdae SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 8 years ago
  69. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 8 years ago
  70. 9f666a1 Whitespace change. by herb · 8 years ago
  71. 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
  72. 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
  73. 3c33c38 Batch multiple single NVPR draw paths to instanced draws by kkinnunen · 8 years ago
  74. c4ce72f Compute bounds union while combining path range draw path batches by kkinnunen · 8 years ago
  75. bb34a8a allow imagefilter to manage CTM decomposition by reed · 8 years ago
  76. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  77. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  78. a3b3b23 Enable flattening/unflattening with custom unflatten procs by msarett · 8 years ago
  79. 99e2089 Optionally enable SkValidatingReadBuffer in SkPictureImageFilter by robertphillips · 8 years ago
  80. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  81. 272aa12 SkMD5: cleanup header and minor refactor by halcanary · 8 years ago
  82. 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
  83. 606cadd SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 8 years ago
  84. ada338a utils.gypi: remove empty file SkMD5.cpp by halcanary · 8 years ago
  85. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 8 years ago
  86. 6351640 Fixes for SkRWBuffer by scroggo · 8 years ago
  87. 488165e SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  88. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  89. b0d4352 Revise WSI setup. by jvanverth · 8 years ago
  90. fa7ff47 Guard against FramebufferStatus checks in GrGLRenderTarget by robertphillips · 8 years ago
  91. eb85fd7 SkCpu w/o static initializer by mtklein · 8 years ago
  92. 730058f gDefaultProfileIsSRGB symbol must exist in .so by halcanary · 8 years ago
  93. 0370712 Remove obsolete image codec colorspace hacks. by brianosman · 8 years ago
  94. b5d7468 Fix code regression to more precise call. by herb · 8 years ago
  95. 8d7ffce Include scaler context flags (gamma and contrast boost) in the text blob cache key. by brianosman · 8 years ago
  96. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  97. d37fe76 Fix data parameter for createBuffer by cdalton · 8 years ago
  98. 8680606 Call SkGraphics::Init() automatically for Google3 processes. by mtklein · 8 years ago
  99. 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 8 years ago
  100. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 8 years ago