1. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  2. 72708fa fix win build by reed@google.com · 12 years ago
  3. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  4. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  5. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  6. f7b62d6 Remove unused variable. by vandebo@chromium.org · 12 years ago
  7. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  8. 9c81bd5 Fix Windows warning: Changed implicit int32_t to SkScalar cast to explicit SkIntToScalar call. by jvanverth@google.com · 12 years ago
  9. 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. 3af2b8d fix warnings: by mike@reedtribe.org · 12 years ago
  11. 102b4d5 add const to unhide virtuals in custom colorfilter by mike@reedtribe.org · 12 years ago
  12. 61490fa fix warnings related to constness in overrides of SkColorFilter by mike@reedtribe.org · 12 years ago
  13. 15ed90f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. b563709 add test for large strokes on circles by mike@reedtribe.org · 12 years ago
  15. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  16. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  17. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  18. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  19. 796763e Reapply (r6718) with fix for compiler error on linux. by djsollen@google.com · 12 years ago
  20. 570a48c revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  21. 57c29f7 Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  22. f97593c Revert "Added the following 3 features to sample app." by djsollen@google.com · 12 years ago
  23. bcedc22 Added the following 3 features to sample app. by djsollen@google.com · 12 years ago
  24. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  25. 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
  26. 2cda387 Fix clang warning in GMSampleView.h by tfarina@chromium.org · 12 years ago
  27. 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. a4f8137 update srcmode GM to include aa/bw and gradients by reed@google.com · 12 years ago
  29. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  30. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 9eb9697 Update SampleApp to handle PNG encoded skps by robertphillips@google.com · 12 years ago
  32. 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. 9c0bef1 add 'c' toggle to test clipping by reed@google.com · 12 years ago
  34. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  35. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. ffe9d01 add label by reed@google.com · 12 years ago
  37. c892a15 support click-drag translate by mike@reedtribe.org · 12 years ago
  38. 45ba2f7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. cdbcb3e update by reed@google.com · 12 years ago
  40. c83e352 update by reed@google.com · 12 years ago
  41. 50e4c72 add sample to debug in fatbits mode by mike@reedtribe.org · 12 years ago
  42. fc84359 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. 6293820 Disable transitions for the Android SampleApp. by djsollen@google.com · 12 years ago
  44. 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
  45. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  46. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  47. 45369a3 samplecode: Avoid temporary variables of SkString type. by tfarina@chromium.org · 12 years ago
  48. f726a1c samplecode: Remove duplicated include of SkWindow.h from SampleApp.h by tfarina@chromium.org · 12 years ago
  49. 230504d Make SampleApp work on iPhone/iOS simulator. by bsalomon@google.com · 12 years ago
  50. 077b899 samplecode: Remove executable bit from SampleTextureDomain.cpp by tfarina@chromium.org · 12 years ago
  51. 3bd2173 SkCanvas::setDevice() must die, and so we begin by removing our own by mike@reedtribe.org · 12 years ago
  52. 7064e9a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  54. b1b7f707 Add a header for OverView.cpp as well. by tfarina@chromium.org · 12 years ago
  55. cbc4a5d Add file I forgot in https://code.google.com/p/skia/source/detail?r=5552 by epoger@google.com · 12 years ago
  56. 6a12178 Add a header file for TransitionView.cpp by epoger@google.com · 12 years ago
  57. 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
  58. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  59. 43e1014 update MS counter to show actual milliseconds by reed@google.com · 12 years ago
  60. 7c57e0e apend sample_grab file name with .png by reed@google.com · 12 years ago
  61. 8d88475 change duration of transition animation to 1, effectively removing it (for now) by reed@google.com · 12 years ago
  62. 11f8692 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 0a5c18b (disabled) option to re-record a picture when loading by reed@google.com · 12 years ago
  64. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  65. 85cade0 Move tiling up into SampleWindow. by scroggo@google.com · 12 years ago
  66. b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 12 years ago
  67. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  68. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  69. 56b64a5 change tiling to 16 tiles instead of 4 by reed@google.com · 12 years ago
  70. e2dd973 Provide a key to go to the previous slide in SampleApp. by scroggo@google.com · 12 years ago
  71. 67b89ee add 't' to toggle tiling modes by reed@google.com · 12 years ago
  72. bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 12 years ago
  73. 3d1cb97 move texteffects from Sample to gm by mike@reedtribe.org · 12 years ago
  74. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  75. e012e0a privatize SkEdgeClipper.h by mike@reedtribe.org · 12 years ago
  76. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  77. 2e40173 revert gpu-less mac sample app, remove busted sample (that has equivalent gm) by bsalomon@google.com · 12 years ago
  78. b196374 --picture foo now works if foo is an image (.png, .jpeg) or a picture (.skp) by reed@google.com · 12 years ago
  79. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  80. 4605a3f Added --picture flag to SampleApp, loads individual skp. by chudy@google.com · 12 years ago
  81. 622a170 Fixed minor memory leaks by robertphillips@google.com · 12 years ago
  82. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
  83. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  84. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  85. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 12 years ago
  86. 4f1f6bf Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. by scroggo@google.com · 12 years ago
  87. a23d048 remove SkInstCnt tracking of SkViewRegistry by reed@google.com · 12 years ago
  88. 814df5e don't add SkViewRegistry to SkInstCnt by reed@google.com · 12 years ago
  89. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  90. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  91. b073d92 Add a tiled pipe mode to SampleApp. by scroggo@google.com · 12 years ago
  92. e351050 one more warning suppressed (make unused code avoid bit rot) by caryclark@google.com · 12 years ago
  93. 02939ce fix warnings on Mac in ssamplecode by caryclark@google.com · 12 years ago
  94. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  95. 1830c7a --pictureDir foo will load serialized pictures <>.skp from the foo directory by reed@google.com · 12 years ago
  96. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  97. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  98. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  99. 67febd9 Converted AAClips SampleApp slide to GM:simpleaaclip by robertphillips@google.com · 12 years ago
  100. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago