1. 55963bc Revert "pass surface to device-manager" by Ben Wagner · 7 years ago
  2. 7b215bc pass surface to device-manager by Mike Reed · 7 years ago
  3. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 8 years ago
  4. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 8 years ago
  5. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 8 years ago
  6. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  7. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  8. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  9. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  10. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  11. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  12. 7fd64e7 Supply a color space in sRGB/F16 mode of SampleApp by brianosman · 8 years ago
  13. ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
  14. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  15. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  16. 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
  17. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  18. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  19. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  20. 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
  21. e8f3062 switch surface to sk_sp by reed · 9 years ago
  22. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  23. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  24. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  25. 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
  26. a34be68 blitters for sRGB and float16 by reed · 9 years ago
  27. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 9 years ago
  28. 8b3eca9 Fix SkWindow.cpp includes for non-gpu mode by Brian Salomon · 9 years ago
  29. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  30. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  31. 028205b Remove SK_BUILD_FOR_WINCE. by bungeman · 9 years ago
  32. 030dc84 Visual bench on native android by joshualitt · 9 years ago
  33. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
  34. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  35. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  36. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  37. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  38. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  39. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  40. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  41. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  42. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  43. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  44. 658650c Remove unused methods from SkWindow. by tfarina@chromium.org · 11 years ago
  45. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  46. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  47. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  48. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  49. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  50. 93c7ee3 Removed unused parameters by sugoi@google.com · 12 years ago
  51. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  53. ce9dce0 Fixed canvas creation in SampleApp by robertphillips@google.com · 12 years ago
  54. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  55. 200e53f fix win-only change (canvas -> rasterCanvas) by reed@google.com · 12 years ago
  56. 511aa0e doh(2) fix the other typo by reed@google.com · 12 years ago
  57. 4c9e2aa eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call. by reed@google.com · 12 years ago
  58. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  59. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  60. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  61. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  62. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  63. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  64. 261b8e2 fix warnings by reed@google.com · 14 years ago
  65. dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 14 years ago
  66. f9bb7a8 fix float->int warning by reed@google.com · 14 years ago
  67. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  68. e191b16 update windows port by reed@android.com · 15 years ago
  69. 0ae6b24 add mac image-encoding by reed@android.com · 16 years ago
  70. 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago
  71. 8a1c16f grab from latest android by reed@android.com · 16 years ago