1. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  2. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  3. ac6a2f9 detect bad bitmaps during deserialization by reed · 10 years ago
  4. 257bf0f Revert of Sk4x_sse.h (patchset #18 id:330001 of https://codereview.chromium.org/698873003/) by mtklein · 10 years ago
  5. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  6. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  7. e4bf793 Sk4x_sse.h by mtklein · 10 years ago
  8. 74576eb Clean up CollectLayers code by robertphillips · 10 years ago
  9. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  10. 6a070dc experimental by reed · 10 years ago
  11. f539b8c modify nothingToDraw to notice filters by reed · 10 years ago
  12. c71ffd4 Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https://codereview.chromium.org/717753002/) by mtklein · 10 years ago
  13. d5688c5 modify nothingToDraw to notice filters by reed · 10 years ago
  14. 909b04b Fix Android framework build. by scroggo · 10 years ago
  15. 79c77a4 update dox by reed · 10 years ago
  16. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  17. c536942 initial checkin for experimenting by reed · 10 years ago
  18. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  19. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  20. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  21. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  22. a63f32e Address MSAA rendering in layer hoisting by robertphillips · 10 years ago
  23. f0de423 for X in {Dec,BigDec,Scalar}, SkWStream::write"X"AsText no longer mallocs by halcanary · 10 years ago
  24. 225fb98 Avoid dec = -dec overflow when appending most negative signed integers. by mtklein · 10 years ago
  25. e974c62 Whitelist intentionally racy TRACE_EVENT reads and writes. by mtklein · 10 years ago
  26. 9f2251c Crop the fast path dashed lines to the cull rect by robertphillips · 10 years ago
  27. 8f757f5 Add tracing to the SkCanvas drawFoo() methods to find long draw ops. by danakj · 10 years ago
  28. ccae588 Include SkTypes so that SK_SUPPORT_GPU is meaningful. by scroggo · 10 years ago
  29. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  30. 5698f91 remove dead SK_DISABLE_DASHING_OPTIMIZATION flag by reed · 10 years ago
  31. ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
  32. db8d0e5 Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP). by mtklein · 10 years ago
  33. d239d42 Add comments to SkRecordDraw to help people follow. by danakj · 10 years ago
  34. 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
  35. 66cad76 Always enable layer hoisting in Skia by robertphillips · 10 years ago
  36. e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
  37. 8b602dd Objects should be unrefed instead of deleted by sugoi · 10 years ago
  38. 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
  39. 9bde31e Trying to be consistent when members are allowed to be NULL by sugoi · 10 years ago
  40. 189fc98 Fix member variable naming by robertphillips · 10 years ago
  41. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  42. 7f36ae1 Disable SkTaskGroup in SkMultiPictureDraw temporarily. by mtklein · 10 years ago
  43. ed167ac Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #5 id:80001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  44. 67c7120 use SkTaskGroup::batch by reed · 10 years ago
  45. c51add6 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  46. e71cd54 SkTaskGroup::batch(fn, args, N) by mtklein · 10 years ago
  47. 4ab5a90 Discard atlas after every MultiPictureDraw::draw by robertphillips · 10 years ago
  48. 9c30ea4 remove now unused (by Chrome) ifdef by humper · 10 years ago
  49. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  50. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  51. 27f965a Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #3 id:40001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  52. 9f36b87 Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60001 of https://codereview.chromium.org/678403002/) by robertphillips · 10 years ago
  53. bf8dc34 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  54. 6d5b545 Discard atlas after every MultiPictureDraw::draw by robertphillips · 10 years ago
  55. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  56. 5ae89d1 Removing dead code from CanvasTest by piotaixr · 10 years ago
  57. fd61ed0 Alter layer hoisting to only hoist layers for one canvas at a time by robertphillips · 10 years ago
  58. d0f1969 Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) by hcm · 10 years ago
  59. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  60. 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
  61. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  62. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  63. 0deb2d9 Add some more volatile paths. by jvanverth · 10 years ago
  64. 60b6e9d Remove a pointless use of SkWeakRefCnt. by mtklein · 10 years ago
  65. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  66. 976386b Possible optimization to SkString by joshualitt · 10 years ago
  67. 14e4d39 Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/)" by mtklein · 10 years ago
  68. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  69. 08fa28c add float equivalent in dumpHex output as comment by caryclark · 10 years ago
  70. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  71. 4dca7a8 use SkMaskCache inside SkBlurMaskFilter by reed · 10 years ago
  72. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  73. e3aee8f Remove android specific genID from SkPaint. by djsollen · 10 years ago
  74. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago
  75. c20386e Update fontMgr to take list of bcp47 language tags. by bungeman · 10 years ago
  76. a0c814c Add SkTypeface::getBounds() by reed · 10 years ago
  77. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  78. 46c248d More genericity: overload isPaintOpaque(SkPaint, SkBitmap) by piotaixr · 10 years ago
  79. 23df2d6 Picture shader resource caching. by fmalita · 10 years ago
  80. e9e0dea SkLazyPtr follow ups by mtklein · 10 years ago
  81. 484bbe5 small tweaks to SkResourceCache::Key by mtklein · 10 years ago
  82. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  83. 1d93266 SkLazyPtr suitable as a local or class member. by mtklein · 10 years ago
  84. 41966d4 Dilate approximated text bounds to squelch recent assertion failure. by mtklein · 10 years ago
  85. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  86. c7eb58c Stop doing at-exit cleanup of lazy pointers. by mtklein · 10 years ago
  87. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  88. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  89. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  90. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  91. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  92. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  93. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  94. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  95. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  96. 4ba7686 Tweak out SkTileGrid::insert() loop. by mtklein · 10 years ago
  97. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  98. 826a503 Treat (private, internal) grid bounds as doubly-inclusive in SkTileGrid. by mtklein · 10 years ago
  99. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  100. 80a720e Remove unused NeedsDeepCopy. by scroggo · 10 years ago