1. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  2. 9372420 Remove unused drawText code by Herb Derby · 6 years ago
  3. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  4. 63b3bfb Reland "Remove old references to SampleApp" by Brian Osman · 6 years ago
  5. 3ff2b20 Revert "Remove old references to SampleApp" by Brian Osman · 6 years ago
  6. 1c477fc Remove old references to SampleApp by Brian Osman · 6 years ago
  7. c00d862 Use x text skew to position text by Herb Derby · 6 years ago
  8. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  9. b831ea2 remove lowp bilerp_clamp_8888 stage by Mike Klein · 6 years ago
  10. e72e773 remove SkTCast by Mike Klein · 6 years ago
  11. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  12. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  13. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  14. ddc0c60 Always use dedicated VkImage memory on NexusPlayer and Mali. by Greg Daniel · 6 years ago
  15. e475d01 remove stray SkTLList includes by Mike Klein · 6 years ago
  16. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  17. 3567c14 Implement nonlinear (as-encoded) blending in GrColorSpaceXform by Brian Osman · 6 years ago
  18. 1bb47df fast path for pathops by Cary Clark · 6 years ago
  19. 7675b36 SkPDF: Annotations should be indirect objects by Hal Canary · 6 years ago
  20. 1adfbd5 Work around signed-unsigned comparison warning. by Ben Wagner · 6 years ago
  21. dde9b52 Work around signed-unsigned comparison warning. by Ben Wagner · 6 years ago
  22. 29f2eaf Remove string.h from SkTypes.h by Ben Wagner · 6 years ago
  23. 08a50e0 Include sRGB -> Linear in the cached "from sRGB" xform by Brian Osman · 6 years ago
  24. 397ee0e Work around signed-unsigned comparison warning. by Ben Wagner · 6 years ago
  25. 9bc36fd Work around signed-unsigned comparison warning. by Ben Wagner · 6 years ago
  26. 2f6e069 Fix unused propFlags in GrVkMemory. by Greg Daniel · 6 years ago
  27. 5540528 Revert "Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS"" by Ben Wagner · 6 years ago
  28. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 6 years ago
  29. 46f2563 Implement SkScalerContext_DW::generateColorMetrics(SkGlyph* glyph) on Windows. by Bruce Wang · 6 years ago
  30. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  31. 0513dd8 Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS" by Timothy Liang · 6 years ago
  32. c891b10 Simplify usage of GrGLSLColorSpaceXformHelper by Brian Osman · 6 years ago
  33. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  34. e39bc9f Implement tilted concave ambient shadow by Jim Van Verth · 6 years ago
  35. 33f920e SkImageInfo: make use of SkISize by Hal Canary · 6 years ago
  36. cf274da Revert "added 565 to 8888 conversion for gpu LCD text rendering for macOS" by Greg Daniel · 6 years ago
  37. 9414c96 ccpr: Generalize GrCCAtlas to work for cached atlases as well by Chris Dalton · 6 years ago
  38. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  39. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 6 years ago
  40. b141fcb GrTessellator: rename intersection check args. by Stephen White · 6 years ago
  41. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  42. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  43. bdde428 Add variable offset support by Jim Van Verth · 6 years ago
  44. 10a83da Add GrContext::MakeVulkan factory that doesn't take a ref'd GrVkBackendContext. by Greg Daniel · 6 years ago
  45. e6f2eca added 565 to 8888 conversion for gpu LCD text rendering for macOS by Timothy Liang · 6 years ago
  46. 861ea5b Remove const from (immutable) SkColorSpace args to some functions by Brian Osman · 6 years ago
  47. 8760e2f Add outline concave shadow support by Jim Van Verth · 6 years ago
  48. f018b7d SkColorSpaceXformSteps improvements and tests by Brian Osman · 6 years ago
  49. 082a7a7 Adjust FreeType matrix based on what came back. by Ben Wagner · 6 years ago
  50. 42c2115 ccpr: Initialize the atlas size more intelligently by Chris Dalton · 6 years ago
  51. f18c756 Pull non-substantive changes out of omnibus CL by Robert Phillips · 6 years ago
  52. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  53. 1e447df minor fixes to SkRRect by Cary Clark · 6 years ago
  54. 4010c79 fonts: Ignore re-initialization of fallback glyphs from the server. by Khushal · 6 years ago
  55. 02a18b6 Does everyone support __has_include() now? by Mike Klein · 6 years ago
  56. 6fbafc0 Remove SkMulDiv. by Ben Wagner · 6 years ago
  57. d34b8a8 Always FreeType autohint when requested. by Ben Wagner · 6 years ago
  58. dc89f19 consolidated writing fields logic and added more builtins for skslc msl backend by Timothy Liang · 6 years ago
  59. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  60. db3b979 Fix IsFunctionallyExact by Robert Phillips · 6 years ago
  61. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  62. cee46e5 Remove SkBool8. by Ben Wagner · 6 years ago
  63. 75e6490 Implement DWriteFontTypeface::onGetVariationDesignPosition on win10. by Bruce Wang · 6 years ago
  64. 8523b6b fonts: Fix memory allocation for fallback glyphs. by Khushal · 6 years ago
  65. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  66. d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 6 years ago
  67. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  68. 8ea971b avoid immintrin.h in SkNx_sse.h by Mike Klein · 6 years ago
  69. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  70. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  71. 7deacf4 More shadow tessellation cleanup. by Jim Van Verth · 6 years ago
  72. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  73. bf45c70 Clean up a few IWYU issues by Mike Klein · 6 years ago
  74. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  75. f7c380e try to remove workaround for VS 2010 by Mike Klein · 6 years ago
  76. 5ebb90d Revert "remove half float workaround in GrGLGpu::onReadPixels" by Stephen White · 6 years ago
  77. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  78. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  79. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  80. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  81. 65b7bfc Glyph search of desperation by Herb Derby · 6 years ago
  82. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  83. 4462c04 Avoid degenerate matrices (that trigger asserts) in test code by Brian Osman · 6 years ago
  84. 27dddae rebase by Cary Clark · 6 years ago
  85. a05a31a fonts: Perform blob analysis at SkBaseDevice layer instead of canvas. by Khushal · 6 years ago
  86. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  87. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  88. d0d409d Add a front() accessor to GrAllocator by Chris Dalton · 6 years ago
  89. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  90. f0aacaf Add SkTypeface::makeClone. by Bruce Wang · 6 years ago
  91. 17ee855 remove half float workaround in GrGLGpu::onReadPixels by Brian Salomon · 6 years ago
  92. 56893cd Fix A2B JPEG images on GPU backed xform or color-managed canvas by Brian Osman · 6 years ago
  93. 89c5e88 Implement Sk2f::floor by Chris Dalton · 6 years ago
  94. 76f5706 remove linear blending from SkWebpCodec by Mike Klein · 6 years ago
  95. 89042d5 GrTessellator: catch missing intersections. by Stephen White · 6 years ago
  96. 61e6686 Fix SkImageInfo::computeByteSize underflow by Adrienne Walker · 6 years ago
  97. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  98. fff1966 Revert "Reland "Workaround constexpr bug in MSVC 2015 in GrTextureOp"" by Brian Salomon · 6 years ago
  99. 5f444c9 remove final SkTypes dependencies in SkArenaAlloc by Mike Klein · 6 years ago
  100. 651286f fixed vec3 size differences and mod calculation of skslc msl backend by Timothy Liang · 6 years ago