1. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 11 years ago
  2. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  3. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  4. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  5. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  6. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  7. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 11 years ago
  8. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  9. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
  10. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  11. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  12. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  13. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 11 years ago
  14. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 11 years ago
  15. 5cc2535 Add getClipStack method to lua SkCanvas by commit-bot@chromium.org · 11 years ago
  16. ab58273 override new virtual onDrawDRRect in util canvas subclasses by commit-bot@chromium.org · 11 years ago
  17. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  18. 2859f9f rename tracing parameter to be more consistent with other methods by commit-bot@chromium.org · 11 years ago
  19. 3458a17 clean up a couple of parameters in the tracing interface by commit-bot@chromium.org · 11 years ago
  20. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 11 years ago
  21. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  22. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
  23. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  24. d173b87 remove SkScalarMul macro by mike@reedtribe.org · 11 years ago
  25. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
  26. f3abaeb remove (now unused) Sk64 -- just use int64_t by reed@google.com · 11 years ago
  27. 2d1adf2 Reduce verbosity of SkGraphics::Init in default case. by halcanary@google.com · 11 years ago
  28. f5e1f63 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  29. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  30. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  31. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  32. 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
  33. b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
  34. d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
  35. 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
  36. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  37. e3bb3bc Add JSON output option to bench. by commit-bot@chromium.org · 11 years ago
  38. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  39. eddb02c Adding SkDeferredCanvas::NoticifationClient to the exported API. by commit-bot@chromium.org · 11 years ago
  40. be65a4c Add missing functions to SkNWayCanvas by commit-bot@chromium.org · 11 years ago
  41. 09a5383 Hide implementation details: SkFrontBufferedStream by scroggo@google.com · 11 years ago
  42. 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
  43. 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
  44. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  45. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  46. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  47. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  48. 6ee6858 SkThreadPool: allow for Runnables that add other Runnables to the pool. by commit-bot@chromium.org · 11 years ago
  49. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  50. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  51. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  52. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  53. bdecb68 handle configuration variables longer than 30 characters long by humper@google.com · 11 years ago
  54. a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
  55. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  56. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  57. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  58. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  59. edf2367 Fix race between ~SkThreadPool and SkThreadPool::Loop on fDone. by commit-bot@chromium.org · 11 years ago
  60. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
  61. e2419cc Add getFloat/setFloat funcs to SkMatrix44 by commit-bot@chromium.org · 11 years ago
  62. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  63. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  64. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
  65. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  66. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  67. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
  68. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  69. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  70. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  71. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  72. ffe95f5 Fix size_t to int conversion warning on Win64 in SkRTConf.h. by bungeman@google.com · 11 years ago
  73. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  74. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  75. 1c0ade7 Reverted r10654 (Fix crash when querying a runtime config that is defined in environment) due to compilation failure on Chromium win_layout bot by robertphillips@google.com · 11 years ago
  76. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  77. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  78. 14cec91 Add SkNWayCanvas comment API overrides. by commit-bot@chromium.org · 11 years ago
  79. e1a81d2 Export SkProxyCanvas and SkNWayCanvas for external use. by commit-bot@chromium.org · 11 years ago
  80. 8078638 avoid introducing duplicate const in release builds by humper@google.com · 11 years ago
  81. d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 11 years ago
  82. 293f019 Fix header guard typos. by tfarina@chromium.org · 11 years ago
  83. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  84. e3823fd add script to scrape glyph usage in drawText calls by reed@google.com · 11 years ago
  85. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  86. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  87. 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 11 years ago
  88. 2d816ad Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  90. 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 11 years ago
  91. f02fe3d support SkCanvas as a real lua object by mike@reedtribe.org · 11 years ago
  92. 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  93. dff7e11 add SkLuaCanvas by reed@google.com · 11 years ago
  94. 4bbc524 TTC support for DirectWrite. https://codereview.chromium.org/14600009/ by bungeman@google.com · 11 years ago
  95. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 11 years ago
  96. 44c661f Add thread-per-core setting to SkThreadPool. by commit-bot@chromium.org · 11 years ago
  97. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  98. 67d7422 Adding SkSurface support to SkDeferredCanvas by junov@chromium.org · 11 years ago
  99. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 11 years ago
  100. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 11 years ago