1. 951d4e1 exclude src/splicer from g3 by Mike Klein · 8 years ago
  2. f9f2723 Various memory leak fixes in Vulkan by Greg Daniel · 8 years ago
  3. d4ed326 Improve quad edges' smoothness in non-AA cases by Yuqian Li · 8 years ago
  4. 2e2cb9b GrTessellator: fix compile when LOGGING_ENABLED. by Stephen White · 8 years ago
  5. 92d2eda Omit flaky tests. by Ben Wagner · 8 years ago
  6. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  7. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  8. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  9. a708026 SkSplicer by Mike Klein · 8 years ago
  10. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  11. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  12. c083e4f Mark flatennable macros as block beginning/ending in .clang-format by Brian Salomon · 8 years ago
  13. e980155 Fix SkColorSpaceXform F16 behavior by Matt Sarett · 8 years ago
  14. 9a34b8c xbyak -> skia mirror, pin version by Mike Klein · 8 years ago
  15. 1026ccf make SkRBuffer always validate by Mike Reed · 8 years ago
  16. 5cb9a4e move SkBlitRow.h out of public by Mike Reed · 8 years ago
  17. 4ee4dc4 Update SKP version by UpdateSKPs · 8 years ago
  18. f4c5ce9 fix to not assign uninitialized array to string by Mike Reed · 8 years ago
  19. ff80c2a remove SkMemoryWStream -- unused externally by Mike Reed · 8 years ago
  20. 1523dbd SkXbyak: loop inside, only body by Mike Klein · 8 years ago
  21. 86d55b3 Revert "Retry "SkRasterPipelineBlitter: support A8"..." by Mike Klein · 8 years ago
  22. c3063e5 remove SkDebugWStream and other cleanups by Mike Reed · 8 years ago
  23. d052042 Fix Sk8f::Store4 (for HSW) by Matt Sarett · 8 years ago
  24. f8a64b0 try harder to exclude SkXbyak.cpp from Google3 build by Mike Klein · 8 years ago
  25. 058e747 zero fBuf in new SkXbyakBench by Mike Klein · 8 years ago
  26. c747bb6 Make all GrXPFactory instances statics. by Brian Salomon · 8 years ago
  27. 83f532e Add a real SkXbyak bench, implement enough to run it. by Mike Klein · 8 years ago
  28. fa71067 exclude src/opts/SkXbyak.cpp from g3 build by Mike Klein · 8 years ago
  29. f04c50a Add in Path fuzzer by Kevin Lubick · 8 years ago
  30. bfd2db8 Add support for 64-bit devices when using gdb on Android by Derek Sollenberger · 8 years ago
  31. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  32. 9953737 Avoid SkFixed overflow in decal bitmap procs by Florin Malita · 8 years ago
  33. 1c4717b Remove arithmetic mode GrXP code. by Brian Salomon · 8 years ago
  34. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  35. 7f71d88 SkXbyak basics by Mike Klein · 8 years ago
  36. f55ea6a Retry "SkRasterPipelineBlitter: support A8"... by Mike Klein · 8 years ago
  37. c4bb2b9 Revert "Get latest ANGLE as of January 6, 2017" by Mike Klein · 8 years ago
  38. 6172d43 Add a script and documentation for building the Viewer APK. by Derek Sollenberger · 8 years ago
  39. 151d3b1 Get latest ANGLE as of January 6, 2017 by Brian Osman · 8 years ago
  40. e070727 Get Debugger app compiling again by Robert Phillips · 8 years ago
  41. 8c8cb5b simplify by removing _d stages by Mike Klein · 8 years ago
  42. a3fa2ef Revert "Revert "Hard code bicubic coefficients in the shader"" by Brian Osman · 8 years ago
  43. f80f115 Be able to fuzz a directory of input by Kevin Lubick · 8 years ago
  44. b38db9a Revert "Hard code bicubic coefficients in the shader" by Brian Osman · 8 years ago
  45. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  46. 81ad5f7 Hard code bicubic coefficients in the shader by Brian Osman · 8 years ago
  47. a2d25ec Use stack instead of malloc() for most calls to SkRasterPipeline::run(). by Mike Klein · 8 years ago
  48. 4a224f6 Revert "SkRasterPipelineBlitter: support A8" by Mike Klein · 8 years ago
  49. f44373c SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  50. ecea86a Cleanup ops that are storing GrPipelineOptimizations. by Brian Salomon · 8 years ago
  51. ef6bbbd monobench: don't sort the Bench vector while iterating through it... by Mike Klein · 8 years ago
  52. 7c6bc46 monobench: shuffle benchmark order between samples by Mike Klein · 8 years ago
  53. f09492b Rename batch->op in GrAuditTrail json and skiaserver's url handlers by Brian Salomon · 8 years ago
  54. 7d92103 GN: add skia_android_serial and push_$foo targets when it's set by Mike Klein · 8 years ago
  55. 9079852 clamp to 1.0f in sk_linear_to_srgb_needs_round() by Mike Klein · 8 years ago
  56. d63c102 Minor fixes for the Linux viewer by Jim Van Verth · 8 years ago
  57. d463198 ignore max curvature at end point by Cary Clark · 8 years ago
  58. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  59. 08d57e6 Remove SK_SUPPORT_LEGACY_EVAL_CUBIC-guarded code by Florin Malita · 8 years ago
  60. 4d5e65d Use nullptr to indicate C locale when using xlocale by Brian Salomon · 8 years ago
  61. 70120c7 Add tools to support gdb and simpleperf for android executables. by Derek Sollenberger · 8 years ago
  62. a9e3266 Remove Perf-Android-Clang-NexusPlayer-CPU-Moorefield-x86-Release-Android. by Ben Wagner · 8 years ago
  63. e6682eb GN: add test_app template by Mike Klein · 8 years ago
  64. ac1f09d Delete SkMakeImageFromPixelRef by Matt Sarett · 8 years ago
  65. 5677075 -Fast bot upgrades by Mike Klein · 8 years ago
  66. c65386a Remove DMSrcSinkAndroid. by Derek Sollenberger · 8 years ago
  67. d4e75e2 Omit GPUMemoryTest for GTX1070 Windows Vulkan. by Ben Wagner · 8 years ago
  68. 26a0543 Merge SkColorSpaceXform_XYZ and SkColorSpaceXform_Pipeline by Matt Sarett · 8 years ago
  69. d3ed402 Disable clang -Wsigned-enum-bitfield warnings by Matt Sarett · 8 years ago
  70. 68dd8d0 add writePixels to SkBitmap by Mike Reed · 8 years ago
  71. bf6137e Modify GrTessellator to use a VertexList where possible. by Stephen White · 8 years ago
  72. 464e6a1 Retry trim another instruction off SkRasterPipeline overhead by Mike Klein · 8 years ago
  73. 07792b2 Add context markup to integer texture test by Brian Osman · 8 years ago
  74. dc71e15 Update Android Apps to work with GN. by Derek Sollenberger · 8 years ago
  75. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  76. 0bd783f Clamp premul colors correctly after a gamut change by Brian Osman · 8 years ago
  77. e151bdb Fix color space matrix hashing to avoid hashing the typemask by Matt Sarett · 8 years ago
  78. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  79. 1e85424 Improve detection of color space transfer fns by Matt Sarett · 8 years ago
  80. e2b66a7 auto-generate _d stages by Mike Klein · 8 years ago
  81. 2be687a fix skslc crash when ternary parameter types don't match by Ethan Nicholas · 8 years ago
  82. 5dfb4e4 Use shared toSRGBD50 matrix in SkPngCodec by Matt Sarett · 8 years ago
  83. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
  84. 8bc9f7b Remove SkImageShader -> SkColorShader optimization. by Mike Klein · 8 years ago
  85. b60e864 Scale the result of TightBounds when path was inverse-scaled by Fredrik Söderquist · 8 years ago
  86. 6711638 fix fuzz by Cary Clark · 8 years ago
  87. 9ea894b Revert "trim another instruction off SkRasterPipeline overhead" by Mike Klein · 8 years ago
  88. e6b274e Specify "/utf-8" with Visual C++. by Ben Wagner · 8 years ago
  89. 2f4686f Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  90. 021f927 Revert "Quality and performance fixes for AA tessellating path renderer." by Stephan White · 8 years ago
  91. d4b2155 Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  92. 9a5610e fixed a divide-by-zero bug in skslc by Ethan Nicholas · 8 years ago
  93. 87f340e switched GrVkPipelineStateCache over to use SkLRUCache by Ethan Nicholas · 8 years ago
  94. 428dfe0 Fix: when pos is not finite, text pointer not advanced. by Herb Derby · 8 years ago
  95. e3374d6 validate deserialized path verbs by Mike Reed · 8 years ago
  96. b0b625b GIF: Better check for frame dependency by Leon Scroggins III · 8 years ago
  97. e337b18 Force classic locale when parsing floats in skslc. by Ethan Nicholas · 8 years ago
  98. 613a697 fix for Vulkan SPIR-V crash on some systems by Ethan Nicholas · 8 years ago
  99. e61c407 trim another instruction off SkRasterPipeline overhead by Mike Klein · 8 years ago
  100. 7551898 Make C API compatible with -Wstrict-prototypes by Brian Salomon · 8 years ago