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