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