1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  3. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  4. 88d99df [Viewer] Preserve gesture transformation matrix on slide/backend change by Brian Salomon · 7 years ago
  5. 7edde23 don't include SkMalloc.h from SkTypes.h by Mike Reed · 7 years ago
  6. 8ceee43 Remove more views code, just to simplify things by Brian Osman · 7 years ago
  7. fa91627 Move some bits from views to sk_app by Brian Osman · 7 years ago
  8. ede860e Delete even more unused views code by Brian Osman · 7 years ago
  9. 4f99e58 Remove a huge pile of views code by Brian Osman · 7 years ago
  10. eff04b5 Remove SampleApp and convert HelloWorld to sk_app by Brian Osman · 7 years ago
  11. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  12. 1fbb07a Fix window origin on mac views by Chris Dalton · 7 years ago
  13. 6e3d995 Add width and height option to SampleApp by Yuqian Li · 7 years ago
  14. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  15. c722f79 clang on windows support by Mike Klein · 7 years ago
  16. 55963bc Revert "pass surface to device-manager" by Ben Wagner · 7 years ago
  17. 7b215bc pass surface to device-manager by Mike Reed · 7 years ago
  18. b53f48c Touch input support for Windows by Brian Osman · 7 years ago
  19. 42bb6ac Simplify some Viewer code, and fix a few bugs by Brian Osman · 7 years ago
  20. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  21. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  22. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  23. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  24. 04ef48c Fix warning in Clang 4.0 Mac build. by Mike Klein · 8 years ago
  25. 20de615 headers: forward declare SkDOM, and include SkClipOp by Hal Canary · 8 years ago
  26. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  27. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  28. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  29. 9e2a319 SK_USE_SDL is never defined by Hal Canary · 8 years ago
  30. 5d72f7d Remove SkTDict and calls from SkView. by Herb Derby · 8 years ago
  31. 072a198 Fix implicit nullability cast of [NSScreen mainScreen]. by Mike Klein · 8 years ago
  32. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  33. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  34. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  35. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  36. 57a98fc Add GN config for Mac SampleApp by Jim Van Verth · 8 years ago
  37. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  38. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  39. 7fd64e7 Supply a color space in sRGB/F16 mode of SampleApp by brianosman · 8 years ago
  40. 2ee6982 Sample app uses Ganesh before calling SkGraphics::Init(). by mtklein · 8 years ago
  41. 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
  42. ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
  43. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  44. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  45. 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
  46. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  47. 115e925 Added warning for variable-length arrays to GYP, since they are unsupprted under Win targets by dvonbeck · 8 years ago
  48. 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
  49. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  50. e46e4f0 Correct gesture scale and translation by liyuqian · 8 years ago
  51. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  52. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  53. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  54. 3ec5136 Change default window size on Windows. by brianosman · 8 years ago
  55. 7a9b9af Fix ANGLE in SampleApp by brianosman · 8 years ago
  56. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  57. 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
  58. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  59. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  60. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  61. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  62. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  63. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  64. e8f3062 switch surface to sk_sp by reed · 8 years ago
  65. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  66. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  67. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  68. 18300a3 detach -> release by mtklein · 9 years ago
  69. f9deeb6 Update android_make to support both --gcc and --clang options. by djsollen · 9 years ago
  70. ce56026 Force tiles in SampleApp to integer boundaries. by bungeman · 9 years ago
  71. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 9 years ago
  72. 856cc17 SampleApp now displays gamma-correct content in "S32" and "F16" modes. The default framebuffer is always (?) sRGB, but querying it to determine that is difficult or impossible. In addition, when running in "L32" mode, we stil want to exhibit the old behavior, where we pretended that it was not sRGB. Thus, set the pixel config of the render target based on the window's color and profile types. That triggers our code to turn on linear->sRGB conversion-on-write in flushRenderTarget. by brianosman · 9 years ago
  73. fa82348 remove unused view helpers by reed · 9 years ago
  74. 60d0259 remove unused view files by reed · 9 years ago
  75. 6b2af12 remove unneeded view subclasses by reed · 9 years ago
  76. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  77. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 9 years ago
  78. a34be68 blitters for sRGB and float16 by reed · 9 years ago
  79. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 9 years ago
  80. abc0c82 SampleApp: Cleanup SkOSWindow_SDL by kkinnunen · 9 years ago
  81. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  82. 04d52f3 Create a standalone example for using Skia with SDL by joshualitt · 9 years ago
  83. dad57c8 bring up SDL on windows by joshualitt · 9 years ago
  84. 47fdae9 Wire up SDL on mac by joshualitt · 9 years ago
  85. 474a9ea Wire up SDL on Android by joshualitt · 9 years ago
  86. 5d7a7fe Revert of Wire up SDL on Android (patchset #4 id:60001 of https://codereview.chromium.org/1415453009/ ) by joshualitt · 9 years ago
  87. a4d3797 Wire up SDL on Android by joshualitt · 9 years ago
  88. d975fc9 Add ifdef guard around gpu-specific code in native windows window. by plesner · 9 years ago
  89. 65d6fbb Create SDL backed SkOSWindow by joshualitt · 9 years ago
  90. fe68762 Make SkOSWindow windows implementation use CS_OWNDC in its window class by bsalomon · 9 years ago
  91. fb02cda Force VisualBench to reset GLContext on GrContext reset by joshualitt · 9 years ago
  92. 8b3eca9 Fix SkWindow.cpp includes for non-gpu mode by Brian Salomon · 9 years ago
  93. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  94. b906daf Have /src files use header directly. by herb · 9 years ago
  95. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  96. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  97. 1512029 skia: use msaaConfigAttribList for SkOSWindow_win by hendrikw · 9 years ago
  98. 1a9caff add interactive xfer sample by reed · 9 years ago
  99. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  100. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago