1. 6be2aa9 wip for drawables by reed · 10 years ago
  2. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  3. a06a953 Prune SkRTree by mtklein · 10 years ago
  4. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  5. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  6. 9b1dd15 don't normalize after perspective concat by reed · 10 years ago
  7. f52a063 Fix yet another convexicator issue by robertphillips · 10 years ago
  8. 8910879 Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optional by robertphillips · 10 years ago
  9. c6ad9ee More SkPicture cleanup by mtklein · 10 years ago
  10. d489759 Don't pass null to memcmp. by mtklein · 10 years ago
  11. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  12. 112e7e2 Observe surface LCD settings in SkBaseDevice::drawTextBlob() by fmalita · 10 years ago
  13. 975ae5e Cap SkVarAlloc's desired block at 64K. by mtklein · 10 years ago
  14. bc97c93 Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX. by bungeman · 10 years ago
  15. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  16. f2950b1 Deparameterize SkVarAlloc. by mtklein · 10 years ago
  17. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  18. dfd5f6e Revert of Deparameterize SkVarAlloc. (patchset #6 id:100001 of https://codereview.chromium.org/721313002/) by mtklein · 10 years ago
  19. bc41538 Deparameterize SkVarAlloc. by mtklein · 10 years ago
  20. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  21. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  22. 8113dd1 SkVarAlloc by mtklein · 10 years ago
  23. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  24. e069400 Restore bitmap dedup in SkPictureRecord. Cuts RAM usage of DM by half. by mtklein · 10 years ago
  25. 09a79d0 cleanup comments by reed · 10 years ago
  26. 703d3c7 Followup: remove unnecessary SkTRefArray by mtklein · 10 years ago
  27. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  28. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  29. ac6a2f9 detect bad bitmaps during deserialization by reed · 10 years ago
  30. 257bf0f Revert of Sk4x_sse.h (patchset #18 id:330001 of https://codereview.chromium.org/698873003/) by mtklein · 10 years ago
  31. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  32. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  33. e4bf793 Sk4x_sse.h by mtklein · 10 years ago
  34. 74576eb Clean up CollectLayers code by robertphillips · 10 years ago
  35. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  36. 6a070dc experimental by reed · 10 years ago
  37. f539b8c modify nothingToDraw to notice filters by reed · 10 years ago
  38. c71ffd4 Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https://codereview.chromium.org/717753002/) by mtklein · 10 years ago
  39. d5688c5 modify nothingToDraw to notice filters by reed · 10 years ago
  40. 909b04b Fix Android framework build. by scroggo · 10 years ago
  41. 79c77a4 update dox by reed · 10 years ago
  42. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  43. c536942 initial checkin for experimenting by reed · 10 years ago
  44. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  45. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  46. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  47. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  48. a63f32e Address MSAA rendering in layer hoisting by robertphillips · 10 years ago
  49. f0de423 for X in {Dec,BigDec,Scalar}, SkWStream::write"X"AsText no longer mallocs by halcanary · 10 years ago
  50. 225fb98 Avoid dec = -dec overflow when appending most negative signed integers. by mtklein · 10 years ago
  51. e974c62 Whitelist intentionally racy TRACE_EVENT reads and writes. by mtklein · 10 years ago
  52. 9f2251c Crop the fast path dashed lines to the cull rect by robertphillips · 10 years ago
  53. 8f757f5 Add tracing to the SkCanvas drawFoo() methods to find long draw ops. by danakj · 10 years ago
  54. ccae588 Include SkTypes so that SK_SUPPORT_GPU is meaningful. by scroggo · 10 years ago
  55. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  56. 5698f91 remove dead SK_DISABLE_DASHING_OPTIMIZATION flag by reed · 10 years ago
  57. ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
  58. db8d0e5 Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP). by mtklein · 10 years ago
  59. d239d42 Add comments to SkRecordDraw to help people follow. by danakj · 10 years ago
  60. 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
  61. 66cad76 Always enable layer hoisting in Skia by robertphillips · 10 years ago
  62. e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
  63. 8b602dd Objects should be unrefed instead of deleted by sugoi · 10 years ago
  64. 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
  65. 9bde31e Trying to be consistent when members are allowed to be NULL by sugoi · 10 years ago
  66. 189fc98 Fix member variable naming by robertphillips · 10 years ago
  67. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  68. 7f36ae1 Disable SkTaskGroup in SkMultiPictureDraw temporarily. by mtklein · 10 years ago
  69. 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
  70. 67c7120 use SkTaskGroup::batch by reed · 10 years ago
  71. c51add6 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  72. e71cd54 SkTaskGroup::batch(fn, args, N) by mtklein · 10 years ago
  73. 4ab5a90 Discard atlas after every MultiPictureDraw::draw by robertphillips · 10 years ago
  74. 9c30ea4 remove now unused (by Chrome) ifdef by humper · 10 years ago
  75. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  76. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  77. 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
  78. 9f36b87 Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60001 of https://codereview.chromium.org/678403002/) by robertphillips · 10 years ago
  79. bf8dc34 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  80. 6d5b545 Discard atlas after every MultiPictureDraw::draw by robertphillips · 10 years ago
  81. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  82. 5ae89d1 Removing dead code from CanvasTest by piotaixr · 10 years ago
  83. fd61ed0 Alter layer hoisting to only hoist layers for one canvas at a time by robertphillips · 10 years ago
  84. 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
  85. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  86. 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
  87. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  88. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  89. 0deb2d9 Add some more volatile paths. by jvanverth · 10 years ago
  90. 60b6e9d Remove a pointless use of SkWeakRefCnt. by mtklein · 10 years ago
  91. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  92. 976386b Possible optimization to SkString by joshualitt · 10 years ago
  93. 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
  94. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  95. 08fa28c add float equivalent in dumpHex output as comment by caryclark · 10 years ago
  96. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  97. 4dca7a8 use SkMaskCache inside SkBlurMaskFilter by reed · 10 years ago
  98. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  99. e3aee8f Remove android specific genID from SkPaint. by djsollen · 10 years ago
  100. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago