1. 55ebe8e check for --resourcePath in addition to -i to match the --help string by reed@google.com · 11 years ago
  2. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  3. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  4. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  6. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  7. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  8. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  10. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  11. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  12. 3f2a2d5 Add Loop Blinn hairline conics to GPU by egdaniel@google.com · 11 years ago
  13. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  14. d9763a5 fix warning of implicit cast to float by reed@google.com · 11 years ago
  15. d94697c add mipmaps to scaledimagecache by reed@google.com · 11 years ago
  16. 88876db remove dead SampleDecode.cpp by reed@google.com · 11 years ago
  17. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  18. a308883 Add bench for hairline paths. by egdaniel@google.com · 11 years ago
  19. de36b69 fix build break on sample app by edisonn@google.com · 11 years ago
  20. 444e25a add ability to specify the DPI at which to render the page by edisonn@google.com · 11 years ago
  21. d1a874a (unreviewed) sample app: fix break in pdf viewer (podofo was replaced by native parser) by edisonn@google.com · 11 years ago
  22. 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
  23. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  24. b178591 Make 'rotate' animate in SampleApp. by bungeman@google.com · 11 years ago
  25. 64527e9 Fix Win7 compiler warnings/errors in r9934 by robertphillips@google.com · 11 years ago
  26. d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 11 years ago
  27. 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 95faedb Yet another attempt to fix Win7 warnings/errors by robertphillips@google.com · 11 years ago
  29. 7d5758d Fixed Win7 compiler warning/error by robertphillips@google.com · 11 years ago
  30. 74887b6 Fixed the bugs that crashed the build bots by dierk@google.com · 11 years ago
  31. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  32. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  33. b8b830e dump strokeWidth in SkDumpCanvas by reed@google.com · 11 years ago
  34. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  35. f85693d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 11 years ago
  37. 24d6454 Prototype for build warning as error. by scroggo@google.com · 11 years ago
  38. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  39. 792bbd1 add drawImage to lua by mike@reedtribe.org · 11 years ago
  40. fb85824 add pdf lib to lua_pictures to fix linker error by mike@reedtribe.org · 11 years ago
  41. 09efb17 Revert "add document and textAlign support to lua" by mike@reedtribe.org · 11 years ago
  42. bdf59df add document and textAlign support to lua by mike@reedtribe.org · 11 years ago
  43. e6469f1 add drawtext to lua by mike@reedtribe.org · 11 years ago
  44. 7d05ac9 if you use --picture in SampleApp, make that sample come up first by reed@google.com · 11 years ago
  45. a9133bb Fix hinting menu in SampleApp. by bungeman@google.com · 11 years ago
  46. 055aa52 Fix signed/unsigned comparison warning as error from r9421. by bungeman@google.com · 11 years ago
  47. 96aabc8 Fix hinting and add subpixel to SampleApp. by bungeman@google.com · 11 years ago
  48. 84cfce1 use SkStream factory for files, and check for null (file-not-found) speedup sampleapp's animation by reed@google.com · 11 years ago
  49. 2d816ad Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  50. fd34587 use macro to encapsulate building get_mtname() specializations by reed@google.com · 11 years ago
  51. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  52. cefd981 Fix vertical text scaling and clipping on Mac. by bungeman@google.com · 11 years ago
  53. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  54. 770ab36 Remove deprecated/obsolete Makefiles. by tfarina@chromium.org · 11 years ago
  55. 7731ead Fix more clang errors. by tfarina@chromium.org · 11 years ago
  56. e80c2bc Fix more clang tautological-constant-out-of-range-compare errors. by tfarina@chromium.org · 11 years ago
  57. 8eaddb0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  58. 0bd80fa Added toString to SkMaskFilter-derived classes by robertphillips@google.com · 11 years ago
  59. 93c7ee3 Removed unused parameters by sugoi@google.com · 11 years ago
  60. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  61. 64494e9 add 'o' option to show fat-oval by mike@reedtribe.org · 11 years ago
  62. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 11 years ago
  63. bb963e2 remove obsolete mac-font-cruft by mike@reedtribe.org · 11 years ago
  64. 92abe48 move SampleTypeface into gm/typefacestyles by reed@google.com · 11 years ago
  65. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  66. dd0c3a5 fix signature for onFindClickHandler by mike@reedtribe.org · 11 years ago
  67. 9053c2e Add animated line chart sample by bsalomon@google.com · 11 years ago
  68. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 11 years ago
  69. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 11 years ago
  70. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 11 years ago
  71. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 11 years ago
  72. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 11 years ago
  73. d11c91e Fix unused var warning-as-error by bsalomon@google.com · 11 years ago
  74. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 11 years ago
  75. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 11 years ago
  76. 093455c add missing parameter to overridden onFindClickHandler by mike@reedtribe.org · 11 years ago
  77. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  78. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 11 years ago
  79. 58c0aaa fix missing-case-statement warning by reed@google.com · 11 years ago
  80. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 11 years ago
  81. 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 11 years ago
  82. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 11 years ago
  83. 388974f Remove unused debugger code from SampleApp. by djsollen@google.com · 11 years ago
  84. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 11 years ago
  85. 72708fa fix win build by reed@google.com · 12 years ago
  86. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  87. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  88. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  89. f7b62d6 Remove unused variable. by vandebo@chromium.org · 12 years ago
  90. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  91. 9c81bd5 Fix Windows warning: Changed implicit int32_t to SkScalar cast to explicit SkIntToScalar call. by jvanverth@google.com · 12 years ago
  92. 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. 3af2b8d fix warnings: by mike@reedtribe.org · 12 years ago
  94. 102b4d5 add const to unhide virtuals in custom colorfilter by mike@reedtribe.org · 12 years ago
  95. 61490fa fix warnings related to constness in overrides of SkColorFilter by mike@reedtribe.org · 12 years ago
  96. 15ed90f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  97. b563709 add test for large strokes on circles by mike@reedtribe.org · 12 years ago
  98. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  99. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  100. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago