1. 3a4818d Move mask rendering to its own routine by Herb Derby · 6 years ago
  2. b2c7216 Simplify lifetime of scaler context for remote cache by Herb Derby · 6 years ago
  3. 5e81a12 Add support for dynamic state GP textures in Vulkan backend. by Brian Salomon · 6 years ago
  4. fd7957c Make create_test_font less global-ish. by Ben Wagner · 6 years ago
  5. 3dfc752 Revert "match sRGB primaries with skcms" by Mike Klein · 6 years ago
  6. 90f10ef don't recurse forever by Mike Reed · 6 years ago
  7. 90552a0 Missing Makefile by Allan MacKinnon · 6 years ago
  8. 1dd2b87 Fix HotSort benchmark and typo by Allan MacKinnon · 6 years ago
  9. afcef4b Make calling convention usable by remote cache by Herb Derby · 6 years ago
  10. 66567d8 match sRGB primaries with skcms by Mike Klein · 6 years ago
  11. 46a1338 Switch GrTextTarget from drawPath to drawShape by Robert Phillips · 6 years ago
  12. a522d66 Fold directFilterRRectMaskGPU into directFilterMaskGPU by Robert Phillips · 6 years ago
  13. 4f169ec Introduce SkGlyphCacheInterface by Herb Derby · 6 years ago
  14. 4c65144 fix dashimpl underflow by Mike Reed · 6 years ago
  15. ea045b5 fix clamp_0/clamp_1 stages in lowp by Mike Klein · 6 years ago
  16. 31c080b Add GPU-side caching of mask-filtered path masks (take 2) by Robert Phillips · 6 years ago
  17. 3b83afe Try again to fix leak of SkSL parser map when built standalone by Brian Salomon · 6 years ago
  18. 6f6a835 Add 0-blur-sigma check to directFilterMaskGPU by Robert Phillips · 6 years ago
  19. 140f3da Revert "Fix leak in SkSLParser" by Brian Salomon · 6 years ago
  20. e82ef48 Fix leak in SkSLParser by Brian Salomon · 6 years ago
  21. 6f72bbc Revert "Add GPU-side caching of mask-filtered path masks" by Greg Daniel · 6 years ago
  22. 0b4a253 Add GPU-side caching of mask-filtered path masks by Robert Phillips · 6 years ago
  23. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  24. 70e468f Add disable_texture_storage workaround by Adrienne Walker · 6 years ago
  25. 2f4c09b Add remove_pow_with_constant_exponent workaround by Adrienne Walker · 6 years ago
  26. 8b23ca6 Add rewrite_do_while_loops workaround by Adrienne Walker · 6 years ago
  27. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  28. 73653b4 Address perf regression due adding GrRenderTargetContext::drawShape method by Robert Phillips · 6 years ago
  29. f8ae5ce Fix CMYK handling in JPEG codec by Brian Osman · 6 years ago
  30. d22a023 Reland "Disable GPU clip masks" by Chris Dalton · 6 years ago
  31. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  32. e84fb19 Add reset and findLastOf to SkSLString. by Michael Ludwig · 6 years ago
  33. 4798576 Pull SkSpan into its own header file by Herb Derby · 6 years ago
  34. 92b161f Add emulate_abs_int_function workaround by Adrienne Walker · 6 years ago
  35. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  36. 82cf64a Remove unused sRGB mip-map support by Brian Osman · 6 years ago
  37. e03a176 streamline interface to GrColorSpaceXform::Make() by Mike Klein · 6 years ago
  38. fbc6d7f Make SkColor4f <-> SkColor skip sRGB conversion by Brian Osman · 6 years ago
  39. c02165f Add unfold_short_circuit_as_ternary workaround by Adrienne Walker · 6 years ago
  40. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  41. 66bc524 Rename SkCodec::kNone to SkCodec::kNoFrame by Nigel Tao · 6 years ago
  42. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  43. 12d4b6e let's like, chill out about all these rules, man by Mike Klein · 6 years ago
  44. 6595687 Rename SkGlyphRunListDrawer to SkGlyphRunListPainter by Herb Derby · 6 years ago
  45. ee8295c Add add_and_true_to_loop_condition workaround by Adrienne Walker · 6 years ago
  46. 48aed85 Use SkGlyphRun directly in SkRemoteGlyphCache by Herb Derby · 6 years ago
  47. 1734dd3 Address fuzzer issue by Robert Phillips · 6 years ago
  48. d8c5b43 Disable FB Fetch in metal ios by Greg Daniel · 6 years ago
  49. 20a6332 Check for too small rect for path by Herb Derby · 6 years ago
  50. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  51. b85fc3b treat opaque dsts as src alpha type by Mike Klein · 6 years ago
  52. 764e546 Fix op chaining painter's order violation in GrRenderTargetOpList. by Brian Salomon · 6 years ago
  53. a5a2622 Fix possible nullptr deref by Herb Derby · 6 years ago
  54. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  55. bfd900f Encapsulate the SDF loop by Herb Derby · 6 years ago
  56. 4d727c5 Add dummy SkEncodedInfo.cpp by Leon Scroggins III · 6 years ago
  57. ca0cdef Add flush_on_framebuffer_change workaround by Adrienne Walker · 6 years ago
  58. ad031f5 Improve name table handling. by Ben Wagner · 6 years ago
  59. e163969 ccpr: Rename GrCCPathParser to GrCCFiller by Chris Dalton · 6 years ago
  60. 27927a5 Change drawPathWithMaskFilter to drawShapeWithMaskFilter by Robert Phillips · 6 years ago
  61. 20390c3 Pull non-substantive changes out of GrShape mask drawing CL by Robert Phillips · 6 years ago
  62. 50e9efe try to help res-scaling in perspective by Mike Reed · 6 years ago
  63. b889f20 Reland "Make directFilterMaskGPU & directFilterRRectMaskGPU no longer require canFilterMaskGPU's permission" by Robert Phillips · 6 years ago
  64. 54ff302 avoid degenerate point in addPath extend mode by Cary Clark · 6 years ago
  65. 98900b5 pathops remove degenerate line on close by Cary Clark · 6 years ago
  66. e65dd58 Documentation updates and improved gcc compatibility. by Allan MacKinnon · 6 years ago
  67. 12d13ae Revert "Make directFilterMaskGPU & directFilterRRectMaskGPU no longer require canFilterMaskGPU's permission" by Robert Phillips · 6 years ago
  68. 557aad7 Remove occluder feature from blur mask filter by Robert Phillips · 6 years ago
  69. 7d06e26 fixup winding contours by Cary Clark · 6 years ago
  70. d74f2c8 After call 'va_start',some place not call 'va_end' by z102.zhang · 6 years ago
  71. 937efc3 BAD_COPY_PASTE in SkSLLayout.h by z102.zhang · 6 years ago
  72. da135c3 Make directFilterMaskGPU & directFilterRRectMaskGPU no longer require canFilterMaskGPU's permission by Robert Phillips · 6 years ago
  73. 40adb3c fonts: Fix UAF bug in SkRemoteGlyphCache. by Khushal · 6 years ago
  74. ab5fec9 Revert "avoid illegal enum values in GrGLGpu" by Mike Klein · 6 years ago
  75. d63feaa Documentation update. by Allan MacKinnon · 6 years ago
  76. 1aced50 can't normalize non-finites by Mike Reed · 6 years ago
  77. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  78. d221adb Adjust canFilterMaskGPU to only reject small rect blurs by Robert Phillips · 6 years ago
  79. 7ca217b avoid illegal enum values in GrGLGpu by Mike Klein · 6 years ago
  80. ed5e73c Merge Vulkan Compute work into master. by Allan MacKinnon · 6 years ago
  81. 6d10f8b move patheffect virtuals to protected and rename by Mike Reed · 6 years ago
  82. 340818e add more tests for SkCubicMap by Mike Reed · 6 years ago
  83. 04d1632 Add internal tree implementation to EdgeList. by Jim Van Verth · 6 years ago
  84. b631742 return this from maker calls, so we can chain the calls by Mike Reed · 6 years ago
  85. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  86. 137ca52 Remove prePathMatrix from SkDevice::drawPath by Robert Phillips · 6 years ago
  87. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  88. 0d4a183 add tests for cubicmap by Mike Reed · 6 years ago
  89. 6a2a197 implement SkConvertPixels color xform with steps by Mike Klein · 6 years ago
  90. 0edad3e inline strcmp for faster json parsing by Mike Reed · 6 years ago
  91. aa166bd Update FreeType to use isSubpixel and isVertical. by Ben Wagner · 6 years ago
  92. ba6f533 Implement SubPixel mode support for FreeType COLR/CPAL by Bruce Wang · 6 years ago
  93. e4643cc Remove unused parameter from drawPathWithMaskFilter by Robert Phillips · 6 years ago
  94. e28c791 pass sprite opacity to color xform when blitting. by Mike Klein · 6 years ago
  95. 8f3d36c add dstAT param to xform steps by Mike Klein · 6 years ago
  96. d4322a8 Change cubicmap to eval directly (no table) by Mike Reed · 6 years ago
  97. 1b95ef9 SkRegion: Do not assume good input. by Hal Canary · 6 years ago
  98. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  99. 26f9b10 check for overflow in maxedgecount by Mike Reed · 6 years ago
  100. f3ca1c6 Implement FreeType COLR/CPAL support. by Bruce Wang · 6 years ago