1. b121be7 Use correct clang-format in BUILD.gn by Eric Boren · 7 years ago
  2. 4f101a7 Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  3. f7928b4 Add a bot to verify that generated SKSL files have not been hand-edited by Eric Boren · 7 years ago
  4. 3f6f965 Implement clone for 6 additional GrFragmentProcessor subclasses. by Brian Salomon · 7 years ago
  5. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  6. ce3f44a Don't re-enter mutex in SkFontMgr_fontconfig. by Ben Wagner · 7 years ago
  7. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  8. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  9. 23890a9 address brianosman feedback by Cary Clark · 7 years ago
  10. b9f6afb switched to infra version of clang-format for skslc by Ethan Nicholas · 7 years ago
  11. f8480b9 Implement clone() for Gradient GrFragmentProcessors by Brian Salomon · 7 years ago
  12. 2e2d34b Revert "Remove the temporary flag SK_NO_ANALYTIC_AA" by Yuqian Li · 7 years ago
  13. b4d1873 Remove GrTraceMarker and friends by Brian Osman · 7 years ago
  14. dbce07d Remove the temporary flag SK_NO_ANALYTIC_AA by Yuqian Li · 7 years ago
  15. f1b24e0 rearrange SkJumper registers on 32-bit x86 by Mike Klein · 7 years ago
  16. 7311b40 Make StencilPathArgs hold a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  17. cd924db clean up SK_SUPPORT_LEGACY_WIN32_JUMPER by Mike Klein · 7 years ago
  18. 216f2e0 Implement GrFragmentProcessor::clone for 6 additional subclasses. by Brian Salomon · 7 years ago
  19. b133ffe Remove Gr1DKernelEffect "helper" class. by Brian Salomon · 7 years ago
  20. 164f6ec Implement clone() for 4 additional GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  21. 57bc3ea Expose srgbDecodeDisableSupport in GrCaps by Brian Osman · 7 years ago
  22. 7d99dad Unify DAA and AAA usage decision by Yuqian Li · 7 years ago
  23. 41a930f Revert "Revert "Fix SkPathRef deserialization malloc crash"" by Mike Reed · 7 years ago
  24. 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
  25. 7f97f49 remove SK_SUPPORT_LEGACY_CODEC_NEW dead code by Mike Reed · 7 years ago
  26. 154e6da factor Engine out of ok core by Mike Klein · 7 years ago
  27. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  28. 480c90a moved changes out of autogenerated .cpp file and into source .fp file by Ethan Nicholas · 7 years ago
  29. 1e09686 Add --traceMatch argument to filter tracing categories by Brian Osman · 7 years ago
  30. f695b63 Don't clamp in GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  31. 789966d Update Debian GTX960 dimensions to match bot. by Ben Wagner · 7 years ago
  32. 4331e46 Implement GrFragmentProcessor::clone() for lighting and perlin noise classes by Brian Salomon · 7 years ago
  33. fb7c83a Compose and YUV fragment processor clone implementations by Brian Salomon · 7 years ago
  34. a4ce4b1 Revert "Fix SkPathRef deserialization malloc crash" by Mike Reed · 7 years ago
  35. 7371491 Revert "ok, exit() child processes instead of _exit()" by Mike Klein · 7 years ago
  36. 1a2a7ab More GrFragmentProcessor::clone() implementations. by Brian Salomon · 7 years ago
  37. df6660f Fix SkPathRef deserialization malloc crash by Adrienne Walker · 7 years ago
  38. fcc527b Implement clone for 4 additional GrFragmentProcessors. by Brian Salomon · 7 years ago
  39. e82a10b Use ifdef instead of ifndef by Yuqian Li · 7 years ago
  40. b4bd5ef SkPDF: Use DeviceGray for alpha masks. by Hal Canary · 7 years ago
  41. d902042 Fix viewer state that has empty state/option by Yuqian Li · 7 years ago
  42. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  43. 50fa3ff generated documentation for SkPaint by Cary Clark · 7 years ago
  44. 1cf276e remove codec-api flag by Mike Reed · 7 years ago
  45. 5e035ca Normalize canvas tracing by Brian Osman · 7 years ago
  46. 68dd2a2 Further reduce stack size according to -fstack-usage by Yuqian Li · 7 years ago
  47. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  48. 9ac801c ok, exit() child processes instead of _exit() by Mike Klein · 7 years ago
  49. bb2c14e Further reduce google3 stack size by Yuqian Li · 7 years ago
  50. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  51. 7a0ba1c guard SkTableColorFilter against out-of-range inputs by Mike Klein · 7 years ago
  52. 103611d Fix flutter and g3 build by Yuqian Li · 7 years ago
  53. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  54. 3f475d9 Update CrossContext Image test to fix memory leak by Greg Daniel · 7 years ago
  55. ffc2ec4 Implement clone() for GrDisplacementEffect by Brian Salomon · 7 years ago
  56. 816afd8 fix legacy compile by Mike Reed · 7 years ago
  57. 5127fcb Always postConcat() pipeline gradient matrices by Florin Malita · 7 years ago
  58. 4ed9ae4 Improve GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  59. c47f223 rename new GM by Mike Klein · 7 years ago
  60. 159db0a rough clamped tracking in SkRasterPipeline by Mike Klein · 7 years ago
  61. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  62. e4832b2 clean up check now done in Make() by Mike Klein · 7 years ago
  63. 9237601 add guard for google3 by Mike Reed · 7 years ago
  64. fa78ece Revert "Revert "Add GM to test SkToSRGBColorFilter"" by Mike Reed · 7 years ago
  65. 205c69d implement serialization for tosrgb by Mike Reed · 7 years ago
  66. a1fc471 Revert "Add GM to test SkToSRGBColorFilter" by Kevin Lubick · 7 years ago
  67. b663cb5 Fix ASAN bug in ProcessorCloneTest by Brian Salomon · 7 years ago
  68. 8c79194 Use unique_ptr[] for new[]. by Ben Wagner · 7 years ago
  69. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  70. fa3ed03 Add GM to test SkToSRGBColorFilter by Brian Osman · 7 years ago
  71. 323ae0e trim down colortable impl by Mike Reed · 7 years ago
  72. 92db5a3 CPU impl for ToSRGBColorFilter by Mike Klein · 7 years ago
  73. cc99f2f Add three more GrFragmentProcessor::clone() implementations by Brian Salomon · 7 years ago
  74. d89d7a7 Add clone() to three more fragment processor classes by Brian Salomon · 7 years ago
  75. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  76. 10b6ad1 sRGB color filter by Brian Osman · 7 years ago
  77. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  78. 0e05a82 Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and unit test. by Brian Salomon · 7 years ago
  79. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  80. 8661248 Translate index.md to Chinese by Yuqian Li · 7 years ago
  81. d3e247f Sixth small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  82. 56e2d94 remove orphaned file by Mike Reed · 7 years ago
  83. 6229b12 Control crash ArenaAlloc for unsatisfiable requests. by Ben Wagner · 7 years ago
  84. 7881409 Fifth small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  85. 8a90f50 Fourth fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  86. b323a5e sprinkle more tracing in GM, tests, and ok, and add TRACE_FUNC by Mike Klein · 7 years ago
  87. 019ff27 Third small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  88. 6de39c1 Remove Ci20 MIPS devices by Kevin Lubick · 7 years ago
  89. 3bf0042 ok, basic tracing support by Mike Klein · 7 years ago
  90. 89d9d95 Add temporary fix for DrawShadowRec bounds. by Jim Van Verth · 7 years ago
  91. 1431e5e ok, do not print time or memory use for skipped tests by Mike Klein · 7 years ago
  92. 1627c04 Quick documentation of tracing support in our tools by Brian Osman · 7 years ago
  93. bc8150f Faster, thread-safe implementation by Brian Osman · 7 years ago
  94. ff46ace remove guard for tiling by Mike Reed · 7 years ago
  95. 2112df0 Don't use fonts with many glyphs in fontmgr_bounds. by Ben Wagner · 7 years ago
  96. fd51b2b add suggested decode color type to colorspaceinfo by Mike Klein · 7 years ago
  97. 97d6a7a Don't write .pdfs in DM on the bots. by Mike Klein · 7 years ago
  98. bb155e2 SPIR-V geometry shader support by Ethan Nicholas · 7 years ago
  99. 1c05364 Make GrProcessorTestFactory be templated on smart ptr class rather than processor class. by Brian Salomon · 7 years ago
  100. 8e5be41 Align const pointer casts in SkRect by Kevin Lubick · 7 years ago