1. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  2. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  3. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  4. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  5. 3452426 Rename VulkanViewer to Viewer, take 2. by jvanverth · 8 years ago
  6. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  7. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  8. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  9. f5bf578 experimental/tools/coreGraphicsPdf2png: fix by halcanary · 8 years ago
  10. 00d44e0 Start building HarfBuzz+Skia example by halcanary · 8 years ago
  11. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  12. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  13. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  14. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  15. 444f1ba Remove SkBitmapHeap and SkBitmapHeapReader. They're unused. by brianosman · 8 years ago
  16. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  17. 6536ae5 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  18. 0265707 Clean up SkFontConfigInterface implementation. by bungeman · 8 years ago
  19. b917e04 Update libjpeg-turbo to 1.4.90 by msarett · 8 years ago
  20. a13efa6 Revert of Update libjpeg-turbo to 1.4.90 (patchset #1 id:20001 of https://codereview.chromium.org/1940903002/ ) by msarett · 8 years ago
  21. 3994c16 Update libjpeg-turbo to 1.4.90 by msarett · 8 years ago
  22. aad1f8f Disable yet another GCC warning in Release_Developer mode. by djsollen · 8 years ago
  23. 43bf511 Delete ChromeOS code by borenet · 8 years ago
  24. 2f12463 Fix warnings that were exposed when running with SK_DEBUG enable on an optimized release build. by djsollen · 8 years ago
  25. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  26. 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
  27. 95416f4 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  28. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  29. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  30. 569b021 Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of https://codereview.chromium.org/1913843002/ ) by mtklein · 8 years ago
  31. d636950 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  32. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  33. 47cc769 Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  34. 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
  35. 824e58f Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  36. 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
  37. c885dac Add initial implementation of GrShape and GrStyle classes and tests by bsalomon · 8 years ago
  38. 460f405 Make clang the default Android compiler. by djsollen · 8 years ago
  39. 8d965a6 Test decoding and output failures to JSON in get_images_from_skps. by rmistry · 8 years ago
  40. ada338a utils.gypi: remove empty file SkMD5.cpp by halcanary · 8 years ago
  41. 488165e SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  42. b0d4352 Revise WSI setup. by jvanverth · 8 years ago
  43. 12d62a7 VulkanViewer on Android by djsollen · 8 years ago
  44. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  45. 82996b8 Get skiaserve working on Windows. by brianosman · 8 years ago
  46. 9060213 gyp: add osmesa target to factor out common code by halcanary · 8 years ago
  47. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  48. 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
  49. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  50. 4311f01 Move CPU feature detection to its own file. by mtklein · 8 years ago
  51. 7831295 Adding support for playback to L32/S32/F16 canvas. by brianosman · 8 years ago
  52. 3c579dc Move DM png code to picture_utils, for use by other tools. by brianosman · 8 years ago
  53. 7e66954 fiddle_build_test/gyp: fix mac mesa build (2) by halcanary · 8 years ago
  54. 98dffbc fiddle_build_test/gyp: fix mac mesa build by halcanary · 8 years ago
  55. 9df5d07 Cleanup android build files and tools by djsollen · 8 years ago
  56. 63677f4 fiddle_build_test depends on skia_mesa by halcanary · 8 years ago
  57. 35ad0fb fiddle_build_test: remove from most to fix build by halcanary · 8 years ago
  58. f0da138 experimental/fiddle -> tools/fiddle by halcanary · 8 years ago
  59. f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 8 years ago
  60. 2299ffa Revert of SkPDF: PDF/A runtime switch (patchset #1 id:100001 of https://codereview.chromium.org/1891873002/ ) by halcanary · 8 years ago
  61. 570f18b SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  62. 2a04104 exernalize imagefactory guard by reed · 8 years ago
  63. 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
  64. fbcfd6d mojo -> nojo by mtklein · 8 years ago
  65. 872ea29 Move CPU feature detection to its own file. by mtklein · 8 years ago
  66. 3dc6aac remove U16 support, just support F16 by reed · 8 years ago
  67. 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
  68. 9fd07e5 Make fuzz builds set SK_FUZZ_LOGGING by kjlubick · 8 years ago
  69. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  70. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  71. 9d77d62 remove unused BML (binary xml) code by reed · 8 years ago
  72. ff36811 Add SkFUZZF to help whitelist imagefilter fuzz failures by robertphillips · 8 years ago
  73. 3d6ed3a Some more improvements/fixes to the VulkanViewer by jvanverth · 8 years ago
  74. 4334ff2 Enable RAW codec for Windows by yujieqin · 8 years ago
  75. 9f37246 First pass at VulkanViewer by jvanverth · 8 years ago
  76. 59dc542 remove avoid and pixelxor xfermodes by reed · 8 years ago
  77. 8ef9108 Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  78. b0fabd4 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  79. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  80. c03afd6 Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  81. 47a2dc8 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  82. e5adad4 Add CreatePlatformGLTestContext_none.cpp for Google3 build by bsalomon · 8 years ago
  83. 062bd86 Expose GrGLAssembleInterface by bsalomon · 8 years ago
  84. 142659c Make skgputest target depend on gl/glx/glu or egl/gles2 libs on linux by Brian Salomon · 8 years ago
  85. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  86. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  87. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  88. 7c9c4a7 Force include test to run on every compile. by djsollen · 8 years ago
  89. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  90. 6e26205 SkPDF: skia_pdf_less_compression - for debugging only by halcanary · 8 years ago
  91. 02b2f19 We meant these to be YES... sigh. by mtklein · 8 years ago
  92. 2be7e01 SkPDF: PDFDevice::ContentEntry now implemented with SinglyLinkedList by halcanary · 8 years ago
  93. dfed06f Make SkFixed private. by benjaminwagner · 8 years ago
  94. c61edcc rm src/ports/SkTime_*.cpp by halcanary · 8 years ago
  95. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 8 years ago
  96. fdc88b5 rm src/animator/SkTime.cpp by halcanary · 8 years ago
  97. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  98. a50151d SkPDF: draw{Image,Bitmap} always serializes early by halcanary · 8 years ago
  99. 1514257 Delete SkPageFlipper by msarett · 8 years ago
  100. ff65952 Turn off Discardable scaled image cache by robertphillips · 8 years ago