1. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 7 years ago
  2. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  3. 38c7215 Fix iOS surface creation for SampleApp by jvanverth · 8 years ago
  4. 35a02a8 Support monitor profile in SampleApp (on Windows) by brianosman · 8 years ago
  5. 54dc487 add pipecanvas by reed · 8 years ago
  6. ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
  7. babc3de deferred canvas by reed · 8 years ago
  8. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  9. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  10. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  11. 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
  12. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  13. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  14. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  15. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  16. 676ab68 documentation: SkDocument::MakePDF() by halcanary · 8 years ago
  17. 5a59a42 Add 'P' to SampleApp to cycle through pixel geometries. by bungeman · 8 years ago
  18. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  19. ce56026 Force tiles in SampleApp to integer boundaries. by bungeman · 8 years ago
  20. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 8 years ago
  21. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 8 years ago
  22. a34be68 blitters for sRGB and float16 by reed · 8 years ago
  23. 91b4dfb remove MPD for now, to simplify things by reed · 9 years ago
  24. 7c55422 remove SkGPipe by reed · 9 years ago
  25. 8686a5e SampleApp: remove Picture_DeviceType by kkinnunen · 9 years ago
  26. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  27. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  28. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  29. 4d0d81a Add high resolution WallTimer to SampleApp by jvanverth · 9 years ago
  30. 093b4e8 - allow for stepping through a picture with 'n' and 'p' by reed · 9 years ago
  31. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  32. 822ace9 Use SkPaintFilterCanvas for SampleApp paint filtering by fmalita · 9 years ago
  33. beedb81 add DeferredCanvas mode to SampleApp by reed · 9 years ago
  34. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  35. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  36. f7f79d2 remove dead code from sampleapp, trim bad asserts by reed · 9 years ago
  37. bb0502e Support multiple null GL contexts on a thread. by bsalomon · 9 years ago
  38. 76113a9 add SkAnimTimer, SPACE = pause/resume, ESP = stop by reed · 9 years ago
  39. d9adfe6 allow GMs to animate by reed · 9 years ago
  40. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  41. ddb5eca use SkDocument to capture pdfs from SampleApp 'e' by reed · 10 years ago
  42. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  43. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  44. fd117d8 Port SampleApp to SkCommandLineFlags. by mtklein · 10 years ago
  45. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  46. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  47. bbe43a9 Add SkTileGridPicture SampleApp playback support. by commit-bot@chromium.org · 11 years ago
  48. 15bc13d change 'n' toggle to cycle through all filterlevels by reed@google.com · 11 years ago
  49. cc63b32 Additional SampleApp tiling options. by commit-bot@chromium.org · 11 years ago
  50. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  51. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  52. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  53. f8b6b01 Add an option to have a PdfViewer in SampleApp. Add a parameter --pdfDir to pass the dir with pdfs. Add flag --sort to sort samples acording to title, so foo.skp follows foo.pdf and we can quickly compare diffs. by edisonn@google.com · 11 years ago
  54. b178591 Make 'rotate' animate in SampleApp. by bungeman@google.com · 11 years ago
  55. 96aabc8 Fix hinting and add subpixel to SampleApp. by bungeman@google.com · 11 years ago
  56. 58c0aaa fix missing-case-statement warning by reed@google.com · 12 years ago
  57. 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 12 years ago
  58. 388974f Remove unused debugger code from SampleApp. by djsollen@google.com · 12 years ago
  59. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  60. 796763e Reapply (r6718) with fix for compiler error on linux. by djsollen@google.com · 12 years ago
  61. 570a48c revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  62. 57c29f7 Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  63. f97593c Revert "Added the following 3 features to sample app." by djsollen@google.com · 12 years ago
  64. bcedc22 Added the following 3 features to sample app. by djsollen@google.com · 12 years ago
  65. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  66. f726a1c samplecode: Remove duplicated include of SkWindow.h from SampleApp.h by tfarina@chromium.org · 12 years ago
  67. 85cade0 Move tiling up into SampleWindow. by scroggo@google.com · 12 years ago
  68. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  69. 67b89ee add 't' to toggle tiling modes by reed@google.com · 12 years ago
  70. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  71. 4605a3f Added --picture flag to SampleApp, loads individual skp. by chudy@google.com · 12 years ago
  72. b073d92 Add a tiled pipe mode to SampleApp. by scroggo@google.com · 12 years ago
  73. 1830c7a --pictureDir foo will load serialized pictures <>.skp from the foo directory by reed@google.com · 12 years ago
  74. 7265e72 Added "--list" command line option to SampleApp by robertphillips@google.com · 12 years ago
  75. 7dadc74 In SampleWindow, pass ownership of menus to SkWindow, so it can safely by scroggo@google.com · 12 years ago
  76. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  77. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 12 years ago
  78. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  79. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  80. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  81. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  82. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  83. 6f6e8c3 RETURN key now records default slide for startup by mike@reedtribe.org · 13 years ago
  84. e23f194 install drawfilter for the picture playback as well by reed@google.com · 13 years ago
  85. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  86. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  87. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  88. e8f0910 Add 'K' to SampleApp to trigger animated perspective rendering by bsalomon@google.com · 13 years ago
  89. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  90. db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 13 years ago
  91. 921091f Set up global options for SampleApp and now allows SampleApp to request menu items from the slides by yangsu@google.com · 13 years ago
  92. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  93. 098e96d Add DeviceManager to SampleWindow by bsalomon@google.com · 13 years ago
  94. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  95. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  96. 501775e Added helper methods for changing samples, getting sample titles, and extracting pdf Data by yangsu@google.com · 13 years ago
  97. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  98. 62b65b0 SampleApp fixes. by Scroggo · 13 years ago
  99. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  100. a54e2f6 Use SkTouchGesture to handle pinch events in Android SampleApp. by Scroggo · 13 years ago