1. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  2. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  3. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  4. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  5. 94b4ee8 (starting with mtklein's 966503002 mod to 963593003) fix casts by caryclark · 9 years ago
  6. a84cff9 Revert of fix casts (patchset #1 id:1 of https://codereview.chromium.org/979453004/) by mtklein · 9 years ago
  7. 9e73a84 (starting with mtklein's 966503002 mod to 963593003) fix casts by caryclark · 9 years ago
  8. 63c684a fuzzer fixes by caryclark · 9 years ago
  9. 1297ecf flip stroke to chrome compatible define by caryclark · 9 years ago
  10. 0ab326f move GMSampleView into its own cpp by reed · 9 years ago
  11. f7f79d2 remove dead code from sampleapp, trim bad asserts by reed · 9 years ago
  12. 04e4d08 This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well. by caryclark · 9 years ago
  13. 25d9c15 Pass Rendertarget into context. by joshualitt · 9 years ago
  14. 88c748a update sampleapp for stroking experiment by caryclark · 9 years ago
  15. 9e447c0 remove unneeded preroll by reed · 9 years ago
  16. bb0502e Support multiple null GL contexts on a thread. by bsalomon · 9 years ago
  17. 61adb1b more gms for conics by reed · 9 years ago
  18. c89f6fb Salvage the SampleApp portion of the ill-fated "nudge" CL by robertphillips · 9 years ago
  19. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 9 years ago
  20. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 9 years ago
  21. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 9 years ago
  22. 339cdbf migrate more samples over to SkAnimTImer by reed · 9 years ago
  23. bf015c3 add textual overview by reed · 9 years ago
  24. 76113a9 add SkAnimTimer, SPACE = pause/resume, ESP = stop by reed · 9 years ago
  25. d9adfe6 allow GMs to animate by reed · 9 years ago
  26. 7f14c9b Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of https://codereview.chromium.org/877473005/) by robertphillips · 9 years ago
  27. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 9 years ago
  28. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 9 years ago
  29. b932999 Add device space "nudge" to gpu draws by robertphillips · 9 years ago
  30. f75a130 enable subpixel text on the subpixel translate sample by humper · 9 years ago
  31. 9cc2f26 Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of https://codereview.chromium.org/877473005/) by robertphillips · 9 years ago
  32. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 9 years ago
  33. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 9 years ago
  34. 7defaa6 Add ClipDrawMatch SampleApp slide by robertphillips · 9 years ago
  35. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 9 years ago
  36. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 9 years ago
  37. 42dbfa8 Add patheffects to debugger printout by robertphillips · 9 years ago
  38. 96a857e initial preroll api by reed · 9 years ago
  39. 7a2c8f3 Fix SampleApp picture-mode transform. by fmalita · 9 years ago
  40. a1193e4 Make SkStream *not* ref counted. by scroggo · 9 years ago
  41. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 9 years ago
  42. 2d02df7 remove unused SkAvoidXfermode by reed · 9 years ago
  43. 09519db fatbits for all 4 views by reed · 9 years ago
  44. afdbedb add sample for filter quality by reed · 9 years ago
  45. 63121f0 delete the dreaded TransitionView by reed · 9 years ago
  46. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 9 years ago
  47. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 9 years ago
  48. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 9 years ago
  49. aa458fb Cleanup: More override fixes - another round. by tfarina · 9 years ago
  50. c4fda92 remove unused drawData by reed · 10 years ago
  51. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  52. 8b57524 add arcto patheffect by reed · 10 years ago
  53. a7a8b10 add sample for arcTo by reed · 10 years ago
  54. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  55. 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
  56. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  57. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  58. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  59. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  60. adc8d98 add sample to exercising hittesting by reed · 10 years ago
  61. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  62. 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
  63. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  64. 6be2aa9 wip for drawables by reed · 10 years ago
  65. 6a070dc experimental by reed · 10 years ago
  66. 7a72c67 add patch and clicktracking to lua by reed · 10 years ago
  67. 789e327 tell our grcontext to abandon its backend by reed · 10 years ago
  68. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  69. f11c574 Adding color cube to fuzzer by sugoi · 10 years ago
  70. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  71. f0b1710 fix some bit-rot in the ios port of sampleapp by reed · 10 years ago
  72. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  73. 9fbc3f3 add gradients and drawPaint to lua by reed · 10 years ago
  74. bdc49ae create and modify matrices in lua by reed · 10 years ago
  75. 0d76b95 add fade_slide transition to lua slides by reed · 10 years ago
  76. 09a1d67 add key handlers to lua by reed · 10 years ago
  77. 18ea777 allow for lua click handlers by reed · 10 years ago
  78. 09445a4 move test for lua into separate resource file by reed · 10 years ago
  79. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  80. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  81. ddb5eca use SkDocument to capture pdfs from SampleApp 'e' by reed · 10 years ago
  82. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  83. 59c01e0 extra call to flush until brian can figure it out by reed · 10 years ago
  84. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  85. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  86. 85d3427 Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/) by bsalomon · 10 years ago
  87. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  88. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  89. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  90. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  91. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  92. 5d9ab28 enable conservative clips for gpudevice by reed · 10 years ago
  93. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  94. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  95. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  96. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  97. 8482504 make allocPixels throw on failure by reed · 10 years ago
  98. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  99. 23b406c Make SkGpuDevice constructors private. by bsalomon · 10 years ago
  100. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago