1. 45fa447 new files for pathops geometric intersection by caryclark · 10 years ago
  2. 678c1b0 Fold alpha to the draw in savelayer-draw-restore patterns with non-opaque draw by kkinnunen · 10 years ago
  3. 0c27897 Why are we afraid of saveLayer() bounds? by mtklein · 10 years ago
  4. 1a178ca Use device-space stroke width for SkDraw::drawRect() quick-reject by fmalita · 10 years ago
  5. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  6. 7c348a8 DM can see into src/gpu. No need for relative include. by mtklein · 10 years ago
  7. 2c0e8f1 Remove self-assignment in a test. by mtklein · 10 years ago
  8. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  9. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  10. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  11. f361b71 In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. by halcanary · 10 years ago
  12. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  13. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  14. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  15. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  16. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  17. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  18. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  19. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  20. c4bd39c Require explicit disabling of cross process pictureimagefilters by robertphillips · 10 years ago
  21. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  22. 91b0a35 Cleanup isRect variants by robertphillips · 10 years ago
  23. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  24. 49aabde Clean up dead clear() code in SkRecord. by mtklein · 10 years ago
  25. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  26. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  27. c4fda92 remove unused drawData by reed · 10 years ago
  28. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  29. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  30. fe7c427 Fix bound returned by SkPath::isRect when the path contains a trailing moveTo by robertphillips · 10 years ago
  31. b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago
  32. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  33. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  34. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  35. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
  36. 438b0d7 Enable new gradients + suppress gms for now by reed · 10 years ago
  37. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  38. 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
  39. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  40. 220f926 use conics by reed · 10 years ago
  41. 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
  42. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  43. 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
  44. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  45. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  46. 9a5380d Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (patchset #1 id:1 of https://codereview.chromium.org/805983003/) by mtklein · 10 years ago
  47. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  48. f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
  49. 5bcbe91 Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate. by reed · 10 years ago
  50. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  51. 7534cf1 ensure 4-byte alignment for storage, as SkWriterBuffer requires it by reed · 10 years ago
  52. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  53. 43893e4 GLPrograms leak fix by joshualitt · 10 years ago
  54. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  55. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  56. 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
  57. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  58. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  59. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  60. b5f4961 Fix GpuLayerCacheTest compile error by kkinnunen · 10 years ago
  61. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  62. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  63. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  64. 7bc0b42 update test after I added a clip call, making the count odd by reed · 10 years ago
  65. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  66. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  67. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  68. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  69. 96472de dd readPixels to SkImage by reed · 10 years ago
  70. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  71. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  72. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  73. 67f2eb4 fix surface test for gpu and codecs by reed · 10 years ago
  74. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  75. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  76. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  77. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  78. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  79. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  80. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  81. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  82. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  83. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  84. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  85. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  86. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  87. eb2a676 Remove backend factories by joshualitt · 10 years ago
  88. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  89. c88ceda Fix up RecordReplaceDrawTest memory leak. by mtklein · 10 years ago
  90. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  91. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  92. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  93. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  94. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  95. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  96. 3729469 Change clear() to respect the clip by reed · 10 years ago
  97. d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
  98. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  99. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  100. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago