1. a70ae1a drawText Cleanup, part 5 by Hal Canary · 5 years ago
  2. a6d1c0a start to build with no paint-text fields by Mike Reed · 5 years ago
  3. f8a131d Compile with GCC 7.2.0. by Ben Wagner · 6 years ago
  4. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  5. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  6. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  7. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  8. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  9. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  10. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  11. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 6 years ago
  12. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 6 years ago
  13. 80fc07e Create a Window::Layer interface to reduce sk_app glue code by Brian Osman · 6 years ago
  14. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 6 years ago
  15. eff04b5 Remove SampleApp and convert HelloWorld to sk_app by Brian Osman · 7 years ago
  16. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  17. c1720d4 Get HelloWorld example running again by Jim Van Verth · 7 years ago
  18. 2259bd4 More iOS Fixes for SkiaSDLExample. by Jim Van Verth · 7 years ago
  19. ecfed2b Add iOS support for SkiaSDLExample. by Jim Van Verth · 7 years ago
  20. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  21. 4c70c75 Update SkiaSDLExample to latest Ganesh interfaces. by Jim Van Verth · 7 years ago
  22. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  23. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  24. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  25. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 7 years ago
  26. 2db8361 bench, samples, etc: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  27. 5cf7b61 simplify composing raster surface into window by Mike Reed · 8 years ago
  28. 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
  29. 12e9662 Remove some ancillary users of SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  30. ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
  31. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  32. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  33. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  34. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  35. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  36. e8f3062 switch surface to sk_sp by reed · 8 years ago
  37. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  38. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  39. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  40. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  41. 18300a3 detach -> release by mtklein · 8 years ago
  42. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  43. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 8 years ago
  44. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 8 years ago
  45. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  46. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 8 years ago
  47. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 8 years ago
  48. 04d52f3 Create a standalone example for using Skia with SDL by joshualitt · 9 years ago
  49. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  50. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  51. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  52. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  53. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  54. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  55. 52edc4d move HelloWorld to be a peer of SampleApp by caryclark · 9 years ago