1. 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
  2. 85cade0 Move tiling up into SampleWindow. by scroggo@google.com · 12 years ago
  3. b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 12 years ago
  4. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  5. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  6. 56b64a5 change tiling to 16 tiles instead of 4 by reed@google.com · 12 years ago
  7. e2dd973 Provide a key to go to the previous slide in SampleApp. by scroggo@google.com · 12 years ago
  8. 67b89ee add 't' to toggle tiling modes by reed@google.com · 12 years ago
  9. bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 12 years ago
  10. 3d1cb97 move texteffects from Sample to gm by mike@reedtribe.org · 12 years ago
  11. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  12. e012e0a privatize SkEdgeClipper.h by mike@reedtribe.org · 12 years ago
  13. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  14. 2e40173 revert gpu-less mac sample app, remove busted sample (that has equivalent gm) by bsalomon@google.com · 12 years ago
  15. b196374 --picture foo now works if foo is an image (.png, .jpeg) or a picture (.skp) by reed@google.com · 12 years ago
  16. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  17. 4605a3f Added --picture flag to SampleApp, loads individual skp. by chudy@google.com · 12 years ago
  18. 622a170 Fixed minor memory leaks by robertphillips@google.com · 12 years ago
  19. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
  20. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  21. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  22. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 12 years ago
  23. 4f1f6bf Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. by scroggo@google.com · 12 years ago
  24. a23d048 remove SkInstCnt tracking of SkViewRegistry by reed@google.com · 12 years ago
  25. 814df5e don't add SkViewRegistry to SkInstCnt by reed@google.com · 12 years ago
  26. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  27. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  28. b073d92 Add a tiled pipe mode to SampleApp. by scroggo@google.com · 12 years ago
  29. e351050 one more warning suppressed (make unused code avoid bit rot) by caryclark@google.com · 12 years ago
  30. 02939ce fix warnings on Mac in ssamplecode by caryclark@google.com · 12 years ago
  31. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  32. 1830c7a --pictureDir foo will load serialized pictures <>.skp from the foo directory by reed@google.com · 12 years ago
  33. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  34. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  35. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  36. 67febd9 Converted AAClips SampleApp slide to GM:simpleaaclip by robertphillips@google.com · 12 years ago
  37. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago
  38. 2470b25 Updated AAClips Sample slide and complexclip2 GM to exercise AA clipping by robertphillips@google.com · 12 years ago
  39. 706f621 Fixes for Windows Release compiler complaints (overflow in const arith) by robertphillips@google.com · 12 years ago
  40. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  41. 963a8fa remove (unused) reference to SkStrokePathEffect by reed@google.com · 12 years ago
  42. c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 12 years ago
  43. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  44. 7265e72 Added "--list" command line option to SampleApp by robertphillips@google.com · 12 years ago
  45. 67a6db3 Made "Clip" sample use AA clipping by robertphillips@google.com · 12 years ago
  46. 4b5894c show contains and intersects predicates in sample by reed@google.com · 12 years ago
  47. 47ab504 Fixed usage info for SampleApp's msaa flag by robertphillips@google.com · 12 years ago
  48. 7460b37 Fixed minor Release & fixed point compiler warnings on Linux by robertphillips@google.com · 12 years ago
  49. 7dadc74 In SampleWindow, pass ownership of menus to SkWindow, so it can safely by scroggo@google.com · 12 years ago
  50. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  51. ddd40e5 Tear down Gr stuff before GL context in SampleApp by bsalomon@google.com · 12 years ago
  52. 4750fa5 Minor bug fix in SampleApp by robertphillips@google.com · 12 years ago
  53. 59ed2c2 safely handle null blur filter by reed@google.com · 12 years ago
  54. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  55. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  56. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 12 years ago
  57. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  58. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  59. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  60. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  61. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  62. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  63. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  64. 8500322 disable GPU blur on small paths by bsalomon@google.com · 12 years ago
  65. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  66. 76d4021 Fix for SampleApp command line parsing issue. by robertphillips@google.com · 12 years ago
  67. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  68. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  69. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  70. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  71. ae8ae3d Cleanup sample slide for drawTextOnPath by djsollen@google.com · 12 years ago
  72. c9fa63c don't draw in constructor (makes debugging harder) by reed@google.com · 12 years ago
  73. 7b18590 add init() method, so we don't draw in our constructor (makes debugging harder) by reed@google.com · 12 years ago
  74. ab9e2c6 by bsalomon@google.com · 12 years ago
  75. 84ef10f cast to double http://codereview.appspot.com/5645064/ by reed@google.com · 12 years ago
  76. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  77. 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 12 years ago
  78. 2c1eb6f Landing change from http://codereview.appspot.com/5540063/ by epoger@google.com · 12 years ago
  79. dd52caa return -1 if we failed to find by title by mike@reedtribe.org · 13 years ago
  80. 6fc7cc2 Fix Windows build breakage in http://code.google.com/p/skia/source/detail?r=2925 by epoger@google.com · 13 years ago
  81. 6f6e8c3 RETURN key now records default slide for startup by mike@reedtribe.org · 13 years ago
  82. 4d4f281 Fix int->float conversion warning in VS2010 by bsalomon@google.com · 13 years ago
  83. e9f091d Use : as separator between "GM" and slide name in SampleApp. This makes it easier to jump to a GM slide using command line args on windows. by bsalomon@google.com · 13 years ago
  84. e23f194 install drawfilter for the picture playback as well by reed@google.com · 13 years ago
  85. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  86. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  87. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  88. 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
  89. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  90. 2072db8 post event to ourself to update the title after our constructor by reed@google.com · 13 years ago
  91. ac7aa1b prefix GM names with "GM " so I know that's what they are. by reed@google.com · 13 years ago
  92. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  93. 6ff8255 Add support for building Android SampleApp. by djsollen@google.com · 13 years ago
  94. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  95. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  96. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  97. fad4510 Move the Android sample app into the android repo. by djsollen@google.com · 13 years ago
  98. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  99. 8301de1 Remove SK_OVERRIDE from func defn by bsalomon@google.com · 13 years ago
  100. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago