1. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
  2. 285db44 Add support for Atrace and hook into SkEventTracer framework. by Greg Daniel · 8 years ago
  3. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  4. 2dbbfa5 Add infra_tests.py, recipe, buildbotless bot by borenet · 8 years ago
  5. 2eaef92 experimental: xps_to_png program (windows only) by Hal Canary · 8 years ago
  6. 703cf5a GN/Win: hook in GPU support by Mike Klein · 8 years ago
  7. 69f6ed4 GN/Win: suppport GDI, convert GDI bots to build with GN. by Mike Klein · 8 years ago
  8. 466ad99 Slightly generalize GPU hard stop gradient implementation. by Brian Salomon · 8 years ago
  9. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  10. 9e3dbdf Allow F16 color type on direct raster canvases by junov · 8 years ago
  11. e54c75f remove SkError by Mike Klein · 8 years ago
  12. b35a41e Add timestamp to bot ninja output. by Mike Klein · 8 years ago
  13. c756e86 GN/Win: quieter builds by Mike Klein · 8 years ago
  14. eaabe00 Workaround unreachable code warning in GrGLCaps by Brian Salomon · 8 years ago
  15. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  16. 16d2c67 Remove SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER. by Ben Wagner · 8 years ago
  17. 5286d6c GN/Win: pass /DEBUG to linker to get debug symbols. by Mike Klein · 8 years ago
  18. 2754b4e Stop rebooting Android devices during Swarming tasks by borenet · 8 years ago
  19. 55bc873 [task scheduler] Trybots assume rietveld for now by borenet · 8 years ago
  20. a634b74 SkXPS: compile under clang on win by halcanary · 8 years ago
  21. 1eab442 Output location of rankings CSV and a link to download SKPs by rank by Ravi Mistry · 8 years ago
  22. 8f2996c Revert of leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster (patchset #1 id:1 of https://codereview.chromium.org/2412633002/ ) by mtklein · 8 years ago
  23. 32b5e70 Preserve color space of images in deferred texture API by brianosman · 8 years ago
  24. 98b2e7a Recipe fixes to support try jobs in task scheduler by borenet · 8 years ago
  25. c7165c2 GN/Win: warnings and warn-as-error by Mike Klein · 8 years ago
  26. 0bc5a76 GN: naive attempt for 32-bit Windows support by Mike Klein · 8 years ago
  27. a213640 GN: take over Windows -Exceptions bot. by Mike Klein · 8 years ago
  28. 5d8cf29 GN: windows flags tweaks. by Mike Klein · 8 years ago
  29. c64ef35 leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster by lsalzman · 8 years ago
  30. 88fa747 Disable MSVC optimization of sk_tool_utils::make_big_path(). by Mike Klein · 8 years ago
  31. cc300a1 GN/Win: flesh out compiler flags. by Mike Klein · 8 years ago
  32. c9a9ca9 Fix double-accounting of SkPictureShader bitmap memory by fmalita · 8 years ago
  33. d301683 GN/Win: support win_toolchain asset? by Mike Klein · 8 years ago
  34. 71c5393 Update GN recipes for Windows. by Mike Klein · 8 years ago
  35. fbbbb9d fixed GLVec4ScalarBench by ethannicholas · 8 years ago
  36. 81f4b0d Remove hack allowing fRefCnt of 0. by Ben Wagner · 8 years ago
  37. 96b333a Add SkRasterPipeline support to SkModeColorFilter. by Mike Klein · 8 years ago
  38. c0708a4 Remove workaround for old compilers that do not support SSSE3. by Mike Klein · 8 years ago
  39. 2148052 GN/Win: everything links on my machine. by Mike Klein · 8 years ago
  40. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  41. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  42. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  43. 7ab96e9 GrTessellator: make inverse fill types more sane. by senorblanco · 8 years ago
  44. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  45. 5772eaa skpbench: add warmup run by csmartdalton · 8 years ago
  46. 768bdfc NDK Clang can build hb-icu.cc for mipsel now. by Mike Klein · 8 years ago
  47. 4b167fc GN/Win: everything but skiaserve links. by Mike Klein · 8 years ago
  48. ae7e671 GN/Windows: fiddle links and runs by Mike Klein · 8 years ago
  49. df44fc5 Add SkColorSpaceTransferFn to SkColorSpace by Matt Sarett · 8 years ago
  50. 3eb7121 More steps toward GN/Windows. by Mike Klein · 8 years ago
  51. a2415ac implement A8 destination fast-path for SkPixelInfo::CopyPixels by lsalzman · 8 years ago
  52. 0f61faa GN: windows compiles locally. by Mike Klein · 8 years ago
  53. 8c8fcef fix vertex alpha calculation in GrTesselator by lsalzman · 8 years ago
  54. ebcb8aa Add AA Analytic Compile Flag (and small fixes) by liyuqian · 8 years ago
  55. 2a96101 skpbench: add debug prints for thermal trip points by csmartdalton · 8 years ago
  56. bbdf45e Fix 32-bit Vulkan build by Brian Osman · 8 years ago
  57. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  58. 7a1c53d Fix GN formatting presubmit on Windows. by Mike Klein · 8 years ago
  59. 461d328 Make `gn gen` work on Windows again. by Mike Klein · 8 years ago
  60. 4fdc543 Update to Android NDK r13. by Mike Klein · 8 years ago
  61. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  62. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
  63. 1c7805b Remove restrictive format pattern for Fontconfig matching by drott · 8 years ago
  64. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  65. 568c986 Add new GM to demonstrates SkGaussianEdgeShader by Robert Phillips · 8 years ago
  66. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  67. 9d2b0fe fix 'GrClip::quickContains was hidden' warning in GrNoClip by lsalzman · 8 years ago
  68. 3831242 GN: build dump_record by Mike Klein · 8 years ago
  69. 7535867 More fixes for webpages_playback by borenet · 8 years ago
  70. ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 8 years ago
  71. 76bcd4f RecreateSKPs: Don't download and use the .boto file by borenet · 8 years ago
  72. e178818 Specify the Android build number as a swarming dimension by borenet · 8 years ago
  73. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  74. 95304e3 Update AndroidShadows slide with new stroking offset by Robert Phillips · 8 years ago
  75. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  76. e75c19f Update comment, move constant inside helper struct by Brian Osman · 8 years ago
  77. 1cebf7b webpages_playback: Fix GS path with extra '/' by borenet · 8 years ago
  78. f79d6a1 Add description to Gold by stephana · 8 years ago
  79. 38c7215 Fix iOS surface creation for SampleApp by jvanverth · 8 years ago
  80. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  81. e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 8 years ago
  82. c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 8 years ago
  83. bc4cc33 Update Perf docs and add a couple screenshots. by Joe Gregorio · 8 years ago
  84. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  85. 3f74860 Convert gradient params test helper to a struct by Brian Osman · 8 years ago
  86. 644638c webpages_playback: use gsutil instead of API, no shell_utils by borenet · 8 years ago
  87. 0a8f702 Roll recipe DEPS by borenet · 8 years ago
  88. 0871401 fix another fuzz by caryclark · 8 years ago
  89. 221a4bb fix fuzz busters by caryclark · 8 years ago
  90. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  91. 49df8d1 GrTessellator: refactor Line out of Edge. by senorblanco · 8 years ago
  92. 55865a2 Whitespace change to kick build. by Ben Wagner · 8 years ago
  93. 6ca4882 Reduce geometry size for circles to help fill rate. by jvanverth · 8 years ago
  94. 7fbacbb Disable svgs on nanobench when running on Valgrind by stephana · 8 years ago
  95. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
  96. 3786c77 Disable antialiasing on interior of filled RRects that need distance vectors by Robert Phillips · 8 years ago
  97. 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
  98. 2766cc5 Assorted Android fixes by fmalita · 8 years ago
  99. 388faa0 Auto re-gen for gn cmake generator. by Ben Wagner · 8 years ago
  100. 79839d4 Add distance values to interior of filled RRects by Robert Phillips · 8 years ago