1. 963a8fa remove (unused) reference to SkStrokePathEffect by reed@google.com · 12 years ago
  2. c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 12 years ago
  3. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  4. 7265e72 Added "--list" command line option to SampleApp by robertphillips@google.com · 12 years ago
  5. 67a6db3 Made "Clip" sample use AA clipping by robertphillips@google.com · 12 years ago
  6. 4b5894c show contains and intersects predicates in sample by reed@google.com · 12 years ago
  7. 47ab504 Fixed usage info for SampleApp's msaa flag by robertphillips@google.com · 12 years ago
  8. 7460b37 Fixed minor Release & fixed point compiler warnings on Linux by robertphillips@google.com · 12 years ago
  9. 7dadc74 In SampleWindow, pass ownership of menus to SkWindow, so it can safely by scroggo@google.com · 12 years ago
  10. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  11. ddd40e5 Tear down Gr stuff before GL context in SampleApp by bsalomon@google.com · 12 years ago
  12. 4750fa5 Minor bug fix in SampleApp by robertphillips@google.com · 12 years ago
  13. 59ed2c2 safely handle null blur filter by reed@google.com · 12 years ago
  14. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  15. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  16. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 12 years ago
  17. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  18. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  19. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  20. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago
  21. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  22. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  23. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  24. 8500322 disable GPU blur on small paths by bsalomon@google.com · 12 years ago
  25. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  26. 76d4021 Fix for SampleApp command line parsing issue. by robertphillips@google.com · 12 years ago
  27. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  28. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  29. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  30. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  31. ae8ae3d Cleanup sample slide for drawTextOnPath by djsollen@google.com · 12 years ago
  32. c9fa63c don't draw in constructor (makes debugging harder) by reed@google.com · 12 years ago
  33. 7b18590 add init() method, so we don't draw in our constructor (makes debugging harder) by reed@google.com · 12 years ago
  34. ab9e2c6 by bsalomon@google.com · 12 years ago
  35. 84ef10f cast to double http://codereview.appspot.com/5645064/ by reed@google.com · 12 years ago
  36. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  37. 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 13 years ago
  38. 2c1eb6f Landing change from http://codereview.appspot.com/5540063/ by epoger@google.com · 13 years ago
  39. dd52caa return -1 if we failed to find by title by mike@reedtribe.org · 13 years ago
  40. 6fc7cc2 Fix Windows build breakage in http://code.google.com/p/skia/source/detail?r=2925 by epoger@google.com · 13 years ago
  41. 6f6e8c3 RETURN key now records default slide for startup by mike@reedtribe.org · 13 years ago
  42. 4d4f281 Fix int->float conversion warning in VS2010 by bsalomon@google.com · 13 years ago
  43. 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
  44. e23f194 install drawfilter for the picture playback as well by reed@google.com · 13 years ago
  45. 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
  46. f03bb56 land http://codereview.appspot.com/5244058/ - add matrix to SkView by reed@google.com · 13 years ago
  47. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  48. 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
  49. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  50. 2072db8 post event to ourself to update the title after our constructor by reed@google.com · 13 years ago
  51. ac7aa1b prefix GM names with "GM " so I know that's what they are. by reed@google.com · 13 years ago
  52. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  53. 6ff8255 Add support for building Android SampleApp. by djsollen@google.com · 13 years ago
  54. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  55. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  56. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  57. fad4510 Move the Android sample app into the android repo. by djsollen@google.com · 13 years ago
  58. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  59. 8301de1 Remove SK_OVERRIDE from func defn by bsalomon@google.com · 13 years ago
  60. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  61. 6151d1d be sure to erase complete (i.e. before the softclip) by mike@reedtribe.org · 13 years ago
  62. 67f11b1 clean up, add test for soft-clip by reed@google.com · 13 years ago
  63. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  64. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  65. 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
  66. 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
  67. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  68. 29ffc03 update to use new api (offset -> translate) by reed@google.com · 13 years ago
  69. bb3f4a8 Bug fixes: by suyang1 · 13 years ago
  70. 3bcf8d3 add sample for clipping by reed@google.com · 13 years ago
  71. a310826 Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 13 years ago
  72. f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
  73. 1c04bf9 implement region-ops by reed@google.com · 13 years ago
  74. 47ac84e check-point for aaclip by reed@google.com · 13 years ago
  75. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
  76. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  77. 021b405 splitscreen for black and white versions by reed@google.com · 13 years ago
  78. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  79. f3cf942 SampleApp: fixing bad ref counting on non dynamically allocated object by junov@google.com · 13 years ago
  80. e8f0910 Add 'K' to SampleApp to trigger animated perspective rendering by bsalomon@google.com · 13 years ago
  81. 4ee1433 fix INHERITED to match class by reed@google.com · 13 years ago
  82. 1ec27a0 add test for hairlines and xfermodes by reed@google.com · 13 years ago
  83. e4123e9 Revert accidental change to sample code by bsalomon@google.com · 13 years ago
  84. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  85. 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
  86. b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 13 years ago
  87. 40a3772 update sample to test stretching + and - amounds by reed@google.com · 13 years ago
  88. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
  89. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  90. fa51041 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 13 years ago
  91. 3299260 Remove compiler warnings (gcc on Linux). codereview.appspot.com/4922052/ by tomhudson@google.com · 13 years ago
  92. 00245c9 test subpixeltext by reed@google.com · 13 years ago
  93. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  94. 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago
  95. b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago
  96. 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago
  97. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  98. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
  99. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  100. f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 13 years ago