1. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 9 years ago
  2. 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
  3. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 9 years ago
  4. 339cdbf migrate more samples over to SkAnimTImer by reed · 9 years ago
  5. bf015c3 add textual overview by reed · 9 years ago
  6. 76113a9 add SkAnimTimer, SPACE = pause/resume, ESP = stop by reed · 9 years ago
  7. d9adfe6 allow GMs to animate by reed · 9 years ago
  8. 7f14c9b Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  9. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  10. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  11. b932999 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  12. f75a130 enable subpixel text on the subpixel translate sample by humper · 10 years ago
  13. 9cc2f26 Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  14. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  15. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 10 years ago
  16. 7defaa6 Add ClipDrawMatch SampleApp slide by robertphillips · 10 years ago
  17. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  18. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  19. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  20. 96a857e initial preroll api by reed · 10 years ago
  21. 7a2c8f3 Fix SampleApp picture-mode transform. by fmalita · 10 years ago
  22. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  23. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  24. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  25. 09519db fatbits for all 4 views by reed · 10 years ago
  26. afdbedb add sample for filter quality by reed · 10 years ago
  27. 63121f0 delete the dreaded TransitionView by reed · 10 years ago
  28. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  29. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  30. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  31. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  32. c4fda92 remove unused drawData by reed · 10 years ago
  33. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  34. 8b57524 add arcto patheffect by reed · 10 years ago
  35. a7a8b10 add sample for arcTo by reed · 10 years ago
  36. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  37. 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
  38. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  39. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  40. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  41. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  42. adc8d98 add sample to exercising hittesting by reed · 10 years ago
  43. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  44. 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
  45. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  46. 6be2aa9 wip for drawables by reed · 10 years ago
  47. 6a070dc experimental by reed · 10 years ago
  48. 7a72c67 add patch and clicktracking to lua by reed · 10 years ago
  49. 789e327 tell our grcontext to abandon its backend by reed · 10 years ago
  50. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  51. f11c574 Adding color cube to fuzzer by sugoi · 10 years ago
  52. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  53. f0b1710 fix some bit-rot in the ios port of sampleapp by reed · 10 years ago
  54. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  55. 9fbc3f3 add gradients and drawPaint to lua by reed · 10 years ago
  56. bdc49ae create and modify matrices in lua by reed · 10 years ago
  57. 0d76b95 add fade_slide transition to lua slides by reed · 10 years ago
  58. 09a1d67 add key handlers to lua by reed · 10 years ago
  59. 18ea777 allow for lua click handlers by reed · 10 years ago
  60. 09445a4 move test for lua into separate resource file by reed · 10 years ago
  61. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  62. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  63. ddb5eca use SkDocument to capture pdfs from SampleApp 'e' by reed · 10 years ago
  64. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  65. 59c01e0 extra call to flush until brian can figure it out by reed · 10 years ago
  66. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  67. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  68. 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
  69. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  70. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  71. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  72. 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
  73. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  74. 5d9ab28 enable conservative clips for gpudevice by reed · 10 years ago
  75. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  76. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  77. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  78. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  79. 8482504 make allocPixels throw on failure by reed · 10 years ago
  80. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  81. 23b406c Make SkGpuDevice constructors private. by bsalomon · 10 years ago
  82. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  83. 99ae881 remove (unused) scale parameter from measureText by reed · 10 years ago
  84. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  85. d1d3bae add an animated test to verify that high-quality identity scaling doesn't change the image by humper · 10 years ago
  86. cdf2db9 parameterize tesselation params by reed · 10 years ago
  87. 147476d fix hittest in Patch sample by reed · 10 years ago
  88. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  89. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  90. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  91. 17f0b6d share dm and command flags by caryclark · 10 years ago
  92. f568f6a git sample app working on iOS by caryclark · 10 years ago
  93. 285d375 remove dead code from sample by reed · 10 years ago
  94. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  95. b17c764 Handle NULL typeface in SampleApp. by Ben Wagner · 10 years ago
  96. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  97. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  98. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  99. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  100. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago