1. 970225b SkPDF: paths as rects when possible by Hal Canary · 8 years ago
  2. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  3. e13a69b Simplify SkBitmapProvider by Florin Malita · 8 years ago
  4. ca85fc3 Snug the clip with path bounds inside SkAAClip by Yuqian Li · 8 years ago
  5. 3f32135 Make SSE2/Neon convolution functions not to read extra bytes by xiangze.zhang · 8 years ago
  6. aa34f7e Clamp parametric gamma values to 0-1 range by Matt Sarett · 8 years ago
  7. 03c9f56 Remove call to getMetrics from GlyphGenerator. by Ben Wagner · 8 years ago
  8. 7c59116 Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (patchset #6 id:100001 of https://codereview.chromium.org/2488523003/ ) by mtklein · 8 years ago
  9. 08a9211 added constant folding & branch elimination to skslc by ethannicholas · 8 years ago
  10. 072a198 Fix implicit nullability cast of [NSScreen mainScreen]. by Mike Klein · 8 years ago
  11. d5dc657 Make SkSmallAllocator obey the RAII invariants and move to heap structures when needed. by herb · 8 years ago
  12. 28930b4 add debugging wrapper blitter to ensure unclipped scan-conversion is safe by Mike Reed · 8 years ago
  13. 8a1036c Include what you use with signbit. by Ben Wagner · 8 years ago
  14. 6e4b594 Revert of added constant folding & branch elimination to skslc (patchset #3 id:40001 of https://codereview.chromium.org/2489673002/ ) by scroggo · 8 years ago
  15. 8ffb3e5 Fix fuzzer assert in GradientShaderBase4fContext::TSampler by fmalita · 8 years ago
  16. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  17. c78eff9 Do not call blitV with 0 height by liyuqian · 8 years ago
  18. 6136310 added constant folding & branch elimination to skslc by ethannicholas · 8 years ago
  19. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  20. d3ea9b7 Enable SkImage_pinAsTexture to signal if the operation succeeded. by Derek Sollenberger · 8 years ago
  21. 3ce89da Fix the meaning of stop_y by liyuqian · 8 years ago
  22. 671ce62 Check negative overflow of quickSkFDot6Div by liyuqian · 8 years ago
  23. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  24. 68b7a52 Fix fuzzer bug by Robert Phillips · 8 years ago
  25. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  26. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  27. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  28. 1d3ab12 Relax the extra span's alpha by liyuqian · 8 years ago
  29. f6bddfd Do not call blitAntiRect for empty rect by liyuqian · 8 years ago
  30. dbdf6d2 Fail jpeg decodes on too many progressive scans by Matt Sarett · 8 years ago
  31. 2c3db32 Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable by bsalomon · 8 years ago
  32. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  33. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 8 years ago
  34. 93b0650 Change code to not store Sk4* in data structures. by herb · 8 years ago
  35. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  36. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  37. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  38. d3a2af7 minor simplification: use SkBitmapCacheDesc by Mike Reed · 8 years ago
  39. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  40. ad48a70 Give memset lambdas explicit names. by Mike Klein · 8 years ago
  41. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  42. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  43. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  44. e9592f5 remove obsolete flags by Mike Reed · 8 years ago
  45. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  46. 09c85a5 Remove dead code in SkBitmapProcLegacyShader::ContextSize by sylvestre.ledru · 8 years ago
  47. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  48. 451ceba Combine analytic edges with tolerance by liyuqian · 8 years ago
  49. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  50. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  51. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  52. 12313f0 Add/promote gamma helpers to SkColorSpace_Base by Brian Osman · 8 years ago
  53. 4351354 SkXPS: handle case where snapSpecial() returns null by Hal Canary · 8 years ago
  54. aeb7959 SkRasterPipelineBlitter: blitAntiH + full coverge --> blitH by Mike Klein · 8 years ago
  55. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  56. 51c5678 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  57. ad51279 Use perfect forwarding in createT of SkSmallAllocator. by herb · 8 years ago
  58. f98b730 Call ~SkRasterPipelineBlitter() on early out. by Mike Klein · 8 years ago
  59. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  60. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  61. 525e13c Fix the sum of alpha = 254 instead of 255 by rounding by liyuqian · 8 years ago
  62. d9fcb23 Attempt to fix PixelC GLSL compilation error. by Ben Wagner · 8 years ago
  63. c509341 swap_src_dst -> move_src_dst by Mike Klein · 8 years ago
  64. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  65. 125b2aa Detect pipelines which can compile to memsets. by mtklein · 8 years ago
  66. 2fd58a2 Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of https://codereview.chromium.org/2481463002/ ) by caryclark · 8 years ago
  67. fba1420 Avoid pretending to support CMYK color xforms in SkJpegCodec by Matt Sarett · 8 years ago
  68. a4a4488 skrpb: evaluate color filters for constant shaders once. by mtklein · 8 years ago
  69. d8db392 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  70. 8bd45cd Deferred image generator subsetting by fmalita · 8 years ago
  71. 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
  72. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  73. 12ae597 Use alignas to force alignment. by herb · 8 years ago
  74. c05b2bf Clarify onCreateScalerContext failure modes. by Ben Wagner · 8 years ago
  75. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  76. 544da7a Avoid matrix inverse in SkBitmapProcInfo::init for translate-only cases by fmalita · 8 years ago
  77. 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  78. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  79. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  80. f0348c2 Implement SkNx_fma() for Sk4f on ARMv8. by Mike Klein · 8 years ago
  81. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  82. b1c7f88 Fix kMediumQuality invMatrix setup for sizes == mip levels by fmalita · 8 years ago
  83. bdabcc4 Fix quad convexity with only one backward dir by liyuqian · 8 years ago
  84. 6b059bd Remove sk_linear_to_srgb_noclamp(). by Mike Klein · 8 years ago
  85. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  86. 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 8 years ago
  87. 6686617 Basic pipeline blend mode strength reductions: by Mike Klein · 8 years ago
  88. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  89. d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  90. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  91. 70ac8a9 Fix bitmap shaders gm by Matt Sarett · 8 years ago
  92. 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
  93. e736e0c Try to use only std::aligned_storage. This does not change the API. by herb · 8 years ago
  94. 1ec0dbe MatrixColorFilter: convert transpose to [0,1] while transposing. by Mike Klein · 8 years ago
  95. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  96. cc34176 Fix GradientShaderBase4fContext::Interval fuzzer assert by fmalita · 8 years ago
  97. c3f4bf7 Fix memory leak in https://skia-review.googlesource.com/c/4227/ (Back SkSpecialImage_Gpu with a GrTextureProxy) by robertphillips · 8 years ago
  98. 2f04712 s/C++'s gmtime/POSIX's gmtime_r/ by Hal Canary · 8 years ago
  99. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  100. abacf09 Update ProxyTests by Robert Phillips · 8 years ago