1. 478c04e Update sample to use new perlin noise shader, and make cloud like by egdaniel · 9 years ago
  2. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  3. d75ccc6 Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ ) by jvanverth · 9 years ago
  4. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  5. fca294b Create Sample that combines combose shader and coons patch by egdaniel · 9 years ago
  6. 2f5bb3a Add ship sample by jvanverth · 9 years ago
  7. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  8. 94cf37f remove obsolete samples by reed · 9 years ago
  9. f4a6d30 remove duplicated sample (already have a gm) by reed · 9 years ago
  10. 1a9caff add interactive xfer sample by reed · 9 years ago
  11. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  12. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  13. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  14. 4d0d81a Add high resolution WallTimer to SampleApp by jvanverth · 9 years ago
  15. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 9 years ago
  16. 9f8754f Remove experimental/PdfViewer by halcanary · 9 years ago
  17. cd1f2da add -Iinclude/private anywhere we have -Isrc/core by mtklein · 9 years ago
  18. d17a329 Add normal map sample by jvanverth · 9 years ago
  19. 426388e Revert of Add normal map sample (patchset #6 id:100001 of https://codereview.chromium.org/1212813009/) by robertphillips · 9 years ago
  20. 8e0da72 Add normal map sample by jvanverth · 9 years ago
  21. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  22. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  23. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  24. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  25. 3fdde4e Remove old iOS porting files. by bungeman · 9 years ago
  26. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  27. 241b56d Allows windowed apps to be built on the Mac just by writing a SkOSWindow subclass without needing nib/plist files. by bsalomon · 9 years ago
  28. 48297f7 Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. by bsalomon · 9 years ago
  29. ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 9 years ago
  30. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 9 years ago
  31. aab35d9 remove unused (by clients) SkPathUtils by reed · 9 years ago
  32. 4808757 Remove all code related to NaCl by borenet · 10 years ago
  33. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 10 years ago
  34. 63c684a fuzzer fixes by caryclark · 10 years ago
  35. 0ab326f move GMSampleView into its own cpp by reed · 10 years ago
  36. 88c748a update sampleapp for stroking experiment by caryclark · 10 years ago
  37. 339cdbf migrate more samples over to SkAnimTImer by reed · 10 years ago
  38. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  39. 7defaa6 Add ClipDrawMatch SampleApp slide by robertphillips · 10 years ago
  40. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  41. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  42. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  43. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  44. afdbedb add sample for filter quality by reed · 10 years ago
  45. 63121f0 delete the dreaded TransitionView by reed · 10 years ago
  46. adc8d98 add sample to exercising hittesting by reed · 10 years ago
  47. ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
  48. e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
  49. 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
  50. 13a8de0 Revert harder, removing SkTaskGroup.cpp from core temporarily. by mtklein · 10 years ago
  51. d1d3bae add an animated test to verify that high-quality identity scaling doesn't change the image by humper · 10 years ago
  52. a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
  53. f568f6a git sample app working on iOS by caryclark · 10 years ago
  54. 2010891 Add GYP target for sk_tool_utils.* component. by tfarina · 10 years ago
  55. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  56. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  57. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  58. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  59. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  60. 66c9582 Fix a number of issues with iOS build. by jvanverth · 10 years ago
  61. 2dc337c Add non power of two gm for ETC1 bitmap by krajcevski · 10 years ago
  62. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  63. 1803f4e new animated sample to show subpixel translate bug with high quality scaling by commit-bot@chromium.org · 10 years ago
  64. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  65. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  66. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  67. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  68. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  69. ae0054e get iOS building again by commit-bot@chromium.org · 11 years ago
  70. b805fe5 Fix SampleApp build by bsalomon@google.com · 11 years ago
  71. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  72. b2c323a Remove unused SampleTests.cpp source file. by tfarina@chromium.org · 11 years ago
  73. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  74. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  75. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  76. 9092289 Pdfviewer refactoring. by scroggo@google.com · 11 years ago
  77. 22d69f9 I'm investigating how to make the IPC transfer a bit more secure on the by commit-bot@chromium.org · 11 years ago
  78. 4ea2878 Add string art GM and sample. by jvanverth@google.com · 11 years ago
  79. dcd36f3 Add Clock Sample. by jvanverth@google.com · 11 years ago
  80. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  81. 23e899b pdfviewer: fix typo in sample app by edisonn@google.com · 11 years ago
  82. 63ce82f pdfviewer: (cleanup) put the gyp for library code in a separate file by edisonn@google.com · 11 years ago
  83. 88876db remove dead SampleDecode.cpp by reed@google.com · 11 years ago
  84. ebed410 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  85. d1a874a (unreviewed) sample app: fix break in pdf viewer (podofo was replaced by native parser) by edisonn@google.com · 11 years ago
  86. 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
  87. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  88. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  89. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  90. 4df1673 Build fix after r9598. by fmalita@google.com · 11 years ago
  91. 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago
  92. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  93. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  94. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  95. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  96. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  97. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  99. 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
  100. c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago