1. 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 · 9 years ago
  2. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  3. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  4. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  5. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  6. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  7. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  8. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  9. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  10. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  11. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  12. 658650c Remove unused methods from SkWindow. by tfarina@chromium.org · 11 years ago
  13. 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
  14. 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
  15. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  16. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  17. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  18. 93c7ee3 Removed unused parameters by sugoi@google.com · 11 years ago
  19. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  21. ce9dce0 Fixed canvas creation in SampleApp by robertphillips@google.com · 12 years ago
  22. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  23. 200e53f fix win-only change (canvas -> rasterCanvas) by reed@google.com · 12 years ago
  24. 511aa0e doh(2) fix the other typo by reed@google.com · 12 years ago
  25. 4c9e2aa eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call. by reed@google.com · 12 years ago
  26. 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
  27. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  28. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  29. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  30. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  31. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  32. 261b8e2 fix warnings by reed@google.com · 13 years ago
  33. dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 13 years ago
  34. f9bb7a8 fix float->int warning by reed@google.com · 14 years ago
  35. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  36. e191b16 update windows port by reed@android.com · 15 years ago
  37. 0ae6b24 add mac image-encoding by reed@android.com · 16 years ago
  38. 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago
  39. 8a1c16f grab from latest android by reed@android.com · 16 years ago