1. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  2. 7bfc08b Focus -Wno-over-aligned to just 32-bit x86 Android. (2) by Mike Klein · 8 years ago
  3. 75d6ffb Revert "Focus -Wno-over-aligned to just 32-bit x86 Android." by Mike Reed · 8 years ago
  4. ed924ce Focus -Wno-over-aligned to just 32-bit x86 Android. by Mike Klein · 8 years ago
  5. 6a259bf Revert of My take on SkAlign changes. (patchset #3 id:40001 of https://codereview.chromium.org/2368293002/ ) by mtklein · 8 years ago
  6. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  7. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  8. 414c429 allow conic chop to fail by caryclark · 8 years ago
  9. 19eb843 -Wcomma may be good to go now. by Mike Klein · 8 years ago
  10. e1a5f4e My take on SkAlign changes. by mtklein · 8 years ago
  11. a8a9dde add tiger tests by caryclark · 8 years ago
  12. b252604 Fix some fuzzer complaints by Robert Phillips · 8 years ago
  13. 6c3b9cd fix tiger b by caryclark · 8 years ago
  14. 97bbf82 Add SkColor4f serialization by brianosman · 8 years ago
  15. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  16. aa84064 Don't compute path keys for volatile paths in GrShape. by bsalomon · 8 years ago
  17. 68c3d30 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  18. cc09372 fix msan bug in pathops by caryclark · 8 years ago
  19. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  20. 1cd88c4 use SkCanvas::ClipOp by Mike Reed · 8 years ago
  21. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  22. 27c015d split tight quads and conics by caryclark · 8 years ago
  23. d14df7c document.close from bool to void by reed · 8 years ago
  24. ae6e486 Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https://codereview.chromium.org/2356343003/ ) by jvanverth · 8 years ago
  25. 1c10607 don't close a contour with a line if nothing's there by caryclark · 8 years ago
  26. c5850e9 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  27. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  28. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  29. bac1046 Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium.org/2361473004/ ) by caryclark · 8 years ago
  30. 08b3455 Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chromium.org/2350263003/ ) by caryclark · 8 years ago
  31. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  32. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  33. e7bb5b2 fix next kevin fuzz by caryclark · 8 years ago
  34. ac78863 fix for conic fuzz by caryclark · 8 years ago
  35. 605d952 GN: take over CommandBuffer bot by mtklein · 8 years ago
  36. 45f04b8 fix skia pathops fuzzers by caryclark · 8 years ago
  37. 67fa4e3 Make GrShape compute keys for short paths from path data instead of using the gen id. by bsalomon · 8 years ago
  38. 65b8cb0 Fix VkWrapTests by jvanverth · 8 years ago
  39. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  40. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  41. 4562f6e Add ability to pick a different gamut in GPU f16 or sRGB configs by brianosman · 8 years ago
  42. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  43. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  44. bbfe92b fix fuzzer bugs by caryclark · 8 years ago
  45. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  46. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  47. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  48. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  49. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  50. 262052c test/fix/tweak writePicture/readPicture by reed · 8 years ago
  51. 7bffcd2 Fix key computation for GrPaths by bsalomon · 8 years ago
  52. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  53. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  54. e839e78 quad and conic do not intersect by caryclark · 8 years ago
  55. a17411f Improved optional command handling in SkParsePath::FromSVGString() by fmalita · 8 years ago
  56. eed356d Rewriting path writer by caryclark · 8 years ago
  57. 7e3ba9f change write-image to use pipeverbs like everyone else, and add test by reed · 8 years ago
  58. 6270e55 Add ContextOptions field to SkCommandLineConfigGpu by csmartdalton · 8 years ago
  59. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  60. 54dc487 add pipecanvas by reed · 8 years ago
  61. f17b71f Support RGBA/BGRA Premul/Unpremul from SkPNGImageEncoder by msarett · 8 years ago
  62. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  63. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  64. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  65. 57f744e SkPDF/Tests: imporve test coverage. by halcanary · 8 years ago
  66. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  67. 81a478c Skip adding coincident edges found by caryclark · 8 years ago
  68. 55bcc8e Delete some LUTs from SkColorSpaceXform by msarett · 8 years ago
  69. c9b90d1 fix fuzzer by caryclark · 8 years ago
  70. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  71. 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
  72. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  73. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  74. 51761d1 Tests: DiscardableMemory test no longer relies on global state by halcanary · 8 years ago
  75. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  76. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  77. ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
  78. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  79. b393a49 fix pathops fuzzers by caryclark · 8 years ago
  80. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  81. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  82. 47ae5c5 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  83. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  84. ef7cee4 provide safe exit for runaway intersections by caryclark · 8 years ago
  85. e97fe83 compare degenerates with tolerance by caryclark · 8 years ago
  86. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  87. 5a3c528 test picture-ops for savelayer by reed · 8 years ago
  88. 8016b26 interpolation of coincidence must be local to a single span by caryclark · 8 years ago
  89. 008fbd1 Revert of Delete SkColorSpace::kUnknown_Named, remove fNamed field (patchset #1 id:20001 of https://codereview.chromium.org/2302413002/ ) by mgiuca · 8 years ago
  90. 54682e8 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  91. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  92. 022c2bd SkMakeUnique.h defines skstd::make_unique<T>(Args...) by halcanary · 8 years ago
  93. 30b9fdd pathops coincident work by caryclark · 8 years ago
  94. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  95. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  96. 3d01c62 SkPDF: Fix Type3 ToUnicode table. by halcanary · 8 years ago
  97. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  98. 33e0cb5 Store mipmap levels in deferred texture image by cblume · 8 years ago
  99. 4f0a23a SkTextBlob: Begin implementing Extended TextBlob API by halcanary · 8 years ago
  100. 752f6ea Remove unneeded variables from ResourceCache test by bsalomon · 8 years ago