1. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years ago
  2. edcd431 Retract the SDC from GMs where possible (take 2) by Robert Phillips · 3 years, 1 month ago
  3. 7d05cda Revert "Retract the SDC from GMs where possible" by Robert Phillips · 3 years, 1 month ago
  4. b8416d2 Retract the SDC from GMs where possible by Robert Phillips · 3 years, 1 month ago
  5. b746b1f Pass sampling to surface.draw by Mike Reed · 3 years, 6 months ago
  6. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 7 months ago
  7. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  8. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  9. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years ago
  10. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years ago
  11. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years ago
  12. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 1 month ago
  13. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  14. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  16. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  17. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 5 years ago
  18. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 5 years ago
  19. 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  20. 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  21. f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 5 years ago
  22. d7a5a1d Add a central skiagm::GM::DrawFailureMessage for error messages by Chris Dalton · 5 years ago
  23. a70ae1a drawText Cleanup, part 5 by Hal Canary · 6 years ago
  24. ea8900e use fonts when making blobs by Mike Reed · 6 years ago
  25. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  26. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  27. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  28. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  29. 30f64e4 Clean up textblobrandomfont. by Jim Van Verth · 6 years ago
  30. 20fa1e9 Update SkRandomScalerContext to handle mask filters. by Ben Wagner · 6 years ago
  31. 46596ae use tool_utils to encapsulate checking for recording canvas and makeSurface by Mike Reed · 7 years ago
  32. b251b72 add platform_font_manager() by Mike Klein · 7 years ago
  33. 10d66cc move Sk{Test,Random}ScalerContext to tools by Mike Klein · 7 years ago
  34. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  35. 89cd357 Fix recipes/tests for new Debian bots by Eric Boren · 7 years ago
  36. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  37. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  38. f941280 Fix textblobrandomfont GM in F16 configs by Brian Osman · 8 years ago
  39. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  40. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  41. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  42. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  43. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  44. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  45. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  46. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  47. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  48. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  49. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  50. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  51. e8f3062 switch surface to sk_sp by reed · 8 years ago
  52. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  53. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  54. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  55. d45fb5a Add BW masks to random scaler context by joshualitt · 9 years ago
  56. 2a6f747 Revert of Add BW masks to random scaler context (patchset #1 id:1 of https://codereview.chromium.org/1270793003/) by joshualitt · 9 years ago
  57. a4a5306 Add BW masks to random scaler context by joshualitt · 9 years ago
  58. 44c4851 adding gm to use random scaler context by joshualitt · 9 years ago
  59. d164a71 Revert of adding gm to use random scaler context (patchset #4 id:60001 of https://codereview.chromium.org/1268853008/) by joshualitt · 9 years ago
  60. 853336c adding gm to use random scaler context by joshualitt · 9 years ago