1. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  2. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
  3. 438b0d7 Enable new gradients + suppress gms for now by reed · 10 years ago
  4. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  5. 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
  6. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  7. 220f926 use conics by reed · 10 years ago
  8. 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
  9. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  10. 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
  11. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  12. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  13. 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
  14. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  15. f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
  16. 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
  17. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  18. 7534cf1 ensure 4-byte alignment for storage, as SkWriterBuffer requires it by reed · 10 years ago
  19. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  20. 43893e4 GLPrograms leak fix by joshualitt · 10 years ago
  21. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  22. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  23. 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
  24. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  25. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  26. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  27. b5f4961 Fix GpuLayerCacheTest compile error by kkinnunen · 10 years ago
  28. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  29. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  30. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  31. 7bc0b42 update test after I added a clip call, making the count odd by reed · 10 years ago
  32. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  33. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  34. 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
  35. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  36. 96472de dd readPixels to SkImage by reed · 10 years ago
  37. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  38. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  39. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  40. 67f2eb4 fix surface test for gpu and codecs by reed · 10 years ago
  41. 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
  42. 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
  43. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  44. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  45. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  46. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  47. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  48. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  49. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  50. 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
  51. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  52. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  53. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  54. eb2a676 Remove backend factories by joshualitt · 10 years ago
  55. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  56. c88ceda Fix up RecordReplaceDrawTest memory leak. by mtklein · 10 years ago
  57. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  58. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  59. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  60. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  61. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  62. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  63. 3729469 Change clear() to respect the clip by reed · 10 years ago
  64. d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
  65. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  66. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  67. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  68. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  69. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  70. f0090cb add basic tests for save/restore counting by reed · 10 years ago
  71. 267ce48 remove proc key by joshualitt · 10 years ago
  72. b116619 Sk4x_sse.h by mtklein · 10 years ago
  73. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  74. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  75. afa278e more c by reed · 10 years ago
  76. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  77. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  78. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  79. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  80. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  81. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  82. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  83. 77d77f4 Add pop_back to GrTRecorder.h by bsalomon · 10 years ago
  84. 4af267b add SkImage::newSurface by reed · 10 years ago
  85. 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
  86. 8ebaa71 Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/) by fmalita · 10 years ago
  87. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  88. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  89. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  90. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  91. 7cc1a34 Make sure pictures draw Clears even when the clip is empty. by mtklein · 10 years ago
  92. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  93. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  94. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  95. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  96. 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
  97. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  98. 6be2aa9 wip for drawables by reed · 10 years ago
  99. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  100. a06a953 Prune SkRTree by mtklein · 10 years ago