1. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  2. 9acb8cd SampleApp Cleanup: by halcanary@google.com · 11 years ago
  3. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  4. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  5. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  6. e238057 SamplePicture no longer uses SkImageRef by halcanary@google.com · 11 years ago
  7. ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
  8. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  9. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  10. 4f3c305 Fix some presubmit warnings. by tfarina@chromium.org · 11 years ago
  11. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  12. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  13. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  14. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  15. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  16. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  17. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  18. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  19. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  20. 6de4a78 Fix SampleApp bounding box hierarchy shortcut collision. by commit-bot@chromium.org · 11 years ago
  21. 9a65e2c More signed/unsigned comparison warnings. by fmalita@google.com · 11 years ago
  22. e6a98d4 Fix warning after bbe43a9ce051. by fmalita@google.com · 11 years ago
  23. bbe43a9 Add SkTileGridPicture SampleApp playback support. by commit-bot@chromium.org · 11 years ago
  24. 15bc13d change 'n' toggle to cycle through all filterlevels by reed@google.com · 11 years ago
  25. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  26. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  27. cc63b32 Additional SampleApp tiling options. by commit-bot@chromium.org · 11 years ago
  28. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  29. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  30. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  31. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  32. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  33. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  34. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  36. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  37. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  38. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  39. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  40. 9092289 Pdfviewer refactoring. by scroggo@google.com · 11 years ago
  41. 21a0b10 Remove deprecated setIsOpaque() API from SkBitmap. by commit-bot@chromium.org · 11 years ago
  42. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  43. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  44. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  45. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  46. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  47. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  48. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  49. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  50. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  51. 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  52. bbe66f0 add triangles to fatbits sample ('t') by reed@google.com · 11 years ago
  53. 77e079a Enabling validation code in serialization and adding serialization to fuzzer by commit-bot@chromium.org · 11 years ago
  54. 3721ee6 Reverting r11968 (Enabling validation code in serialization and adding serialization to fuzzer - https://codereview.chromium.org/44573002) due to failure on Chromium AllQuads test. by robertphillips@google.com · 11 years ago
  55. d25d6c7 Enabling validation code in serialization and adding serialization to fuzzer by commit-bot@chromium.org · 11 years ago
  56. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  57. 805ca19 SampleApp - reduce unnecessary verbosity [with --picture $path] by halcanary@google.com · 11 years ago
  58. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  59. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  60. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  61. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  62. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  63. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  64. f91e3d4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. 191eaeb Fix for SampleFilterFuzz compiler warning/error by robertphillips@google.com · 11 years ago
  66. bb8148b Fixed warnings as error by sugoi@google.com · 11 years ago
  67. 22d69f9 I'm investigating how to make the IPC transfer a bit more secure on the by commit-bot@chromium.org · 11 years ago
  68. 417446a Type warning fix for: Add string art GM and sample. by jvanverth@google.com · 11 years ago
  69. 4ea2878 Add string art GM and sample. by jvanverth@google.com · 11 years ago
  70. 636d87a update devicelooper to skip internal tiles that are empty, and unittests by reed@google.com · 11 years ago
  71. dcd36f3 Add Clock Sample. by jvanverth@google.com · 11 years ago
  72. ab13167 Removes uses of unnamed namespace from samplecode. by commit-bot@chromium.org · 11 years ago
  73. 55ebe8e check for --resourcePath in addition to -i to match the --help string by reed@google.com · 11 years ago
  74. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  75. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  76. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  78. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  79. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  80. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  82. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  83. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  84. 3f2a2d5 Add Loop Blinn hairline conics to GPU by egdaniel@google.com · 11 years ago
  85. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. d9763a5 fix warning of implicit cast to float by reed@google.com · 11 years ago
  87. d94697c add mipmaps to scaledimagecache by reed@google.com · 11 years ago
  88. 88876db remove dead SampleDecode.cpp by reed@google.com · 11 years ago
  89. 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
  90. a308883 Add bench for hairline paths. by egdaniel@google.com · 11 years ago
  91. de36b69 fix build break on sample app by edisonn@google.com · 11 years ago
  92. 444e25a add ability to specify the DPI at which to render the page by edisonn@google.com · 11 years ago
  93. d1a874a (unreviewed) sample app: fix break in pdf viewer (podofo was replaced by native parser) by edisonn@google.com · 11 years ago
  94. 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
  95. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. b178591 Make 'rotate' animate in SampleApp. by bungeman@google.com · 11 years ago
  97. 64527e9 Fix Win7 compiler warnings/errors in r9934 by robertphillips@google.com · 11 years ago
  98. d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 11 years ago
  99. 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 95faedb Yet another attempt to fix Win7 warnings/errors by robertphillips@google.com · 11 years ago