1. d9fcb23 Attempt to fix PixelC GLSL compilation error. by Ben Wagner · 8 years ago
  2. c509341 swap_src_dst -> move_src_dst by Mike Klein · 8 years ago
  3. e33998a Trim down quick start docs for a GN world. by Mike Klein · 8 years ago
  4. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  5. 125b2aa Detect pipelines which can compile to memsets. by mtklein · 8 years ago
  6. 2fd58a2 Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of https://codereview.chromium.org/2481463002/ ) by caryclark · 8 years ago
  7. fba1420 Avoid pretending to support CMYK color xforms in SkJpegCodec by Matt Sarett · 8 years ago
  8. a4a4488 skrpb: evaluate color filters for constant shaders once. by mtklein · 8 years ago
  9. d8db392 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  10. 8bd45cd Deferred image generator subsetting by fmalita · 8 years ago
  11. 795390b Improvements to build_command_buffer.py by bsalomon · 8 years ago
  12. 2550958 PixelC is also TegraX1, but doesn't have GL. by Ben Wagner · 8 years ago
  13. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  14. d49128a Add note about CQ_INCLUDE_TRYBOTS and -Trybot suffix. by Ben Wagner · 8 years ago
  15. 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
  16. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  17. 9598c2f Add the new buildbotless infra-tests bot to the CQ as an experiment by borenet · 8 years ago
  18. 12ae597 Use alignas to force alignment. by herb · 8 years ago
  19. bab7945 Add documentation for using testing using the command buffer by bsalomon · 8 years ago
  20. 37be4d0 Re-enable iOS testing by stephana · 8 years ago
  21. c05b2bf Clarify onCreateScalerContext failure modes. by Ben Wagner · 8 years ago
  22. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  23. 544da7a Avoid matrix inverse in SkBitmapProcInfo::init for translate-only cases by fmalita · 8 years ago
  24. 1b612a8 tools: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  25. 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  26. 6e437b7 more const SkOSMenus. by Mike Klein · 8 years ago
  27. 6805733 Remove SkAutoUnref. by Ben Wagner · 8 years ago
  28. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  29. 8b1fb74 Make more tests exercise rendertargetless textures. by Brian Salomon · 8 years ago
  30. 12e8dc2 Fix iOS and Angle builds. by Ben Wagner · 8 years ago
  31. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  32. 4ef986d Write transparent pixels more often in SkGifImageReader by Matt Sarett · 8 years ago
  33. f0348c2 Implement SkNx_fma() for Sk4f on ARMv8. by Mike Klein · 8 years ago
  34. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  35. b1c7f88 Fix kMediumQuality invMatrix setup for sizes == mip levels by fmalita · 8 years ago
  36. bdabcc4 Fix quad convexity with only one backward dir by liyuqian · 8 years ago
  37. 6b059bd Remove sk_linear_to_srgb_noclamp(). by Mike Klein · 8 years ago
  38. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  39. 89eda8a Streamline skia.h construction. by Mike Klein · 8 years ago
  40. 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 8 years ago
  41. 6686617 Basic pipeline blend mode strength reductions: by Mike Klein · 8 years ago
  42. 37d1b49 add include to remove legacy flag by Mike Reed · 8 years ago
  43. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  44. d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  45. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  46. 70ac8a9 Fix bitmap shaders gm by Matt Sarett · 8 years ago
  47. dc46bf1 Revert of Try to use only std::aligned_storage. (patchset #2 id:20001 of https://codereview.chromium.org/2468243002/ ) by benjaminwagner · 8 years ago
  48. e736e0c Try to use only std::aligned_storage. This does not change the API. by herb · 8 years ago
  49. 42cb490 Exclude Nexus Player from gpudft for flakiness by Brian Salomon · 8 years ago
  50. 1ec0dbe MatrixColorFilter: convert transpose to [0,1] while transposing. by Mike Klein · 8 years ago
  51. a9cc604 Fix case of hex number. by Ben Wagner · 8 years ago
  52. a222549 Omit msaa on iPad4. by Ben Wagner · 8 years ago
  53. a964a29 add fatstroke sample by Mike Reed · 8 years ago
  54. 13078c8 GN android flavor windows support by Mike Klein · 8 years ago
  55. 0d1708e Run gen_tasks.go for new package version. by Mike Klein · 8 years ago
  56. efd14d8 Trim unused files with long paths from Windows NDK package. by Mike Klein · 8 years ago
  57. ef07565 Blame this CL for GTX660 changes. by Ben Wagner · 8 years ago
  58. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  59. d5def99 Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER by Ben Wagner · 8 years ago
  60. eac8225 Add recipe support for PixelC and new Broadwell NUC. by Ben Wagner · 8 years ago
  61. 21f364d We don't need no SDK. by Mike Klein · 8 years ago
  62. cc34176 Fix GradientShaderBase4fContext::Interval fuzzer assert by fmalita · 8 years ago
  63. e9215f0 Shorten android_ndk_windows to n to save some precious path budget. by Mike Klein · 8 years ago
  64. 5224515 Freshen blacklists. by Ben Wagner · 8 years ago
  65. c3f4bf7 Fix memory leak in https://skia-review.googlesource.com/c/4227/ (Back SkSpecialImage_Gpu with a GrTextureProxy) by robertphillips · 8 years ago
  66. 86c2c0f Add a Windows Android builder. by Mike Klein · 8 years ago
  67. 2f04712 s/C++'s gmtime/POSIX's gmtime_r/ by Hal Canary · 8 years ago
  68. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  69. df70756 For debug builds, -O0 by default, adding -O1 only on bots. by Mike Klein · 8 years ago
  70. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  71. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  72. 9caeb0b Add a Windows Android NDK asset. by Mike Klein · 8 years ago
  73. eb21ef6 Loosen restriction on F16 surfaces - allow "legacy" F16 mode by Brian Osman · 8 years ago
  74. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  75. afac581 Sk4fLinearGradient fuzzer fixes by fmalita · 8 years ago
  76. 08ed0d4 remove legacy flags from g3 by Mike Reed · 8 years ago
  77. 2f535ce Make fuzzers use cleaner interface by Kevin Lubick · 8 years ago
  78. 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
  79. 4578a8e fixed skslc's handling of ivec(vec) by Ethan Nicholas · 8 years ago
  80. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  81. 10d665d Allow most third_party targets to use system libraries if asked. by Mike Klein · 8 years ago
  82. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  83. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  84. 7bb9301 SkPDF: Always individually position glyphs in Windows. by Hal Canary · 8 years ago
  85. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  86. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  87. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  88. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  89. 3c1b7db Add SkShadowMaskFilter by Jim Van Verth · 8 years ago
  90. 18b8490 Always write files in binary mode when unzipping by Brian Osman · 8 years ago
  91. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  92. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  93. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  94. 4d598a3 Fork skia_vulkan_sdk default value on is_android. by Mike Klein · 8 years ago
  95. 9e38047 Add GrNextSizePow2 by Robert Phillips · 8 years ago
  96. 0186661 Reject non-D50 matrices from ICC profiles by Matt Sarett · 8 years ago
  97. 6506ebf Update Nexus6p to MR1 build. by Ben Wagner · 8 years ago
  98. 32b6623 remove bunch of legacy flags by Mike Reed · 8 years ago
  99. 6ff1f33 remove legacy xfermode build flag by Mike Reed · 8 years ago
  100. ab563d4 Minor fix to GN for vulkan android builds by Greg Daniel · 8 years ago