1. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  2. 09c85a5 Remove dead code in SkBitmapProcLegacyShader::ContextSize by sylvestre.ledru · 8 years ago
  3. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  4. 451ceba Combine analytic edges with tolerance by liyuqian · 8 years ago
  5. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  6. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  7. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  8. 12313f0 Add/promote gamma helpers to SkColorSpace_Base by Brian Osman · 8 years ago
  9. 4351354 SkXPS: handle case where snapSpecial() returns null by Hal Canary · 8 years ago
  10. aeb7959 SkRasterPipelineBlitter: blitAntiH + full coverge --> blitH by Mike Klein · 8 years ago
  11. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  12. 51c5678 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  13. ad51279 Use perfect forwarding in createT of SkSmallAllocator. by herb · 8 years ago
  14. f98b730 Call ~SkRasterPipelineBlitter() on early out. by Mike Klein · 8 years ago
  15. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  16. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  17. 525e13c Fix the sum of alpha = 254 instead of 255 by rounding by liyuqian · 8 years ago
  18. d9fcb23 Attempt to fix PixelC GLSL compilation error. by Ben Wagner · 8 years ago
  19. c509341 swap_src_dst -> move_src_dst by Mike Klein · 8 years ago
  20. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  21. 125b2aa Detect pipelines which can compile to memsets. by mtklein · 8 years ago
  22. 2fd58a2 Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of https://codereview.chromium.org/2481463002/ ) by caryclark · 8 years ago
  23. fba1420 Avoid pretending to support CMYK color xforms in SkJpegCodec by Matt Sarett · 8 years ago
  24. a4a4488 skrpb: evaluate color filters for constant shaders once. by mtklein · 8 years ago
  25. d8db392 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  26. 8bd45cd Deferred image generator subsetting by fmalita · 8 years ago
  27. 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
  28. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  29. 12ae597 Use alignas to force alignment. by herb · 8 years ago
  30. c05b2bf Clarify onCreateScalerContext failure modes. by Ben Wagner · 8 years ago
  31. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  32. 544da7a Avoid matrix inverse in SkBitmapProcInfo::init for translate-only cases by fmalita · 8 years ago
  33. 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  34. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  35. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  36. f0348c2 Implement SkNx_fma() for Sk4f on ARMv8. by Mike Klein · 8 years ago
  37. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  38. b1c7f88 Fix kMediumQuality invMatrix setup for sizes == mip levels by fmalita · 8 years ago
  39. bdabcc4 Fix quad convexity with only one backward dir by liyuqian · 8 years ago
  40. 6b059bd Remove sk_linear_to_srgb_noclamp(). by Mike Klein · 8 years ago
  41. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  42. 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 8 years ago
  43. 6686617 Basic pipeline blend mode strength reductions: by Mike Klein · 8 years ago
  44. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  45. d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  46. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  47. 70ac8a9 Fix bitmap shaders gm by Matt Sarett · 8 years ago
  48. 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
  49. e736e0c Try to use only std::aligned_storage. This does not change the API. by herb · 8 years ago
  50. 1ec0dbe MatrixColorFilter: convert transpose to [0,1] while transposing. by Mike Klein · 8 years ago
  51. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  52. cc34176 Fix GradientShaderBase4fContext::Interval fuzzer assert by fmalita · 8 years ago
  53. c3f4bf7 Fix memory leak in https://skia-review.googlesource.com/c/4227/ (Back SkSpecialImage_Gpu with a GrTextureProxy) by robertphillips · 8 years ago
  54. 2f04712 s/C++'s gmtime/POSIX's gmtime_r/ by Hal Canary · 8 years ago
  55. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  56. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  57. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  58. eb21ef6 Loosen restriction on F16 surfaces - allow "legacy" F16 mode by Brian Osman · 8 years ago
  59. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  60. afac581 Sk4fLinearGradient fuzzer fixes by fmalita · 8 years ago
  61. 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
  62. 4578a8e fixed skslc's handling of ivec(vec) by Ethan Nicholas · 8 years ago
  63. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  64. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  65. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  66. 7bb9301 SkPDF: Always individually position glyphs in Windows. by Hal Canary · 8 years ago
  67. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  68. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  69. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  70. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  71. 3c1b7db Add SkShadowMaskFilter by Jim Van Verth · 8 years ago
  72. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  73. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  74. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  75. 9e38047 Add GrNextSizePow2 by Robert Phillips · 8 years ago
  76. 0186661 Reject non-D50 matrices from ICC profiles by Matt Sarett · 8 years ago
  77. a9fd106 Draw Alpha8 + color filter correctly in software by Matt Sarett · 8 years ago
  78. cd5e7d7 update SkFixed15 float conversion notes. by Mike Klein · 8 years ago
  79. 5de9afc Disable some SkDebugfs for dbg bots debugging by liyuqian · 8 years ago
  80. 94e1a2f SkPixmap::getColor() by Hal Canary · 8 years ago
  81. d280d42 SkFixed15 by Mike Klein · 8 years ago
  82. 9e2ed83 add isAlphaOnly() query by reed · 8 years ago
  83. 8981c35 Revert "Speculative fix for flaky webp encode/decode on Nexus 5" by Matt Sarett · 8 years ago
  84. a3316ad Prevent overflow by falling back to non-AA by liyuqian · 8 years ago
  85. 5011f85 Fix bounds updates in vulkan discards by Greg Daniel · 8 years ago
  86. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  87. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  88. 3affdc1 Fall back on stencil clip when SW mask fails to allocate by csmartdalton · 8 years ago
  89. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  90. 57a98fc Add GN config for Mac SampleApp by Jim Van Verth · 8 years ago
  91. 471e894 Reduced skslc memory consumption by ethannicholas · 8 years ago
  92. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  93. 0ea7d43 Blacklist blend equation advanced on Adreno 5xx devices by Greg Daniel · 8 years ago
  94. f0c38f5 Shared image generator by fmalita · 8 years ago
  95. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  96. 130863e Only clamp when we think our math requires it. by Mike Klein · 8 years ago
  97. 6fe16d3 Remove SkMovie and giflib by scroggo · 8 years ago
  98. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  99. b3d1c2e Improve comments describing common sRGB curves by Matt Sarett · 8 years ago
  100. cad6416 Added skslc parse recursion limit by ethannicholas · 8 years ago