1. 7017288 Fix valgrind issue in SkBase64Test.cpp by robertphillips@google.com · 11 years ago
  2. bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 11 years ago
  3. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
  4. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 11 years ago
  5. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
  6. ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 11 years ago
  7. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
  8. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  9. 5fbccb3 Suppress new valgrind complaint by robertphillips@google.com · 11 years ago
  10. 5a47b09 Reland "Add --skip_cpu and --skip_gpu options to tests" by commit-bot@chromium.org · 11 years ago
  11. 62c2ce8 GrRedBlackTree test is GPU specific. by tfarina@chromium.org · 11 years ago
  12. 68f3a3e Reland "Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT()." by tfarina@chromium.org · 11 years ago
  13. 11ea96c tests: add --veryVerbose / -V by commit-bot@chromium.org · 11 years ago
  14. 04bfdc3 Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview.chromium.org/144343004/) by commit-bot@chromium.org · 11 years ago
  15. 5683acd Add --skip_cpu and --skip_gpu options to tests by commit-bot@chromium.org · 11 years ago
  16. 01260b2 Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (https://codereview.chromium.org/147713002/) by commit-bot@chromium.org · 11 years ago
  17. 0fba151 Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). by tfarina@chromium.org · 11 years ago
  18. c2abd54 add alternative to isRect named asRect by commit-bot@chromium.org · 11 years ago
  19. 709ca75 SkOnce: add option to call another cleanup function once at exit. by commit-bot@chromium.org · 11 years ago
  20. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  21. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  22. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 11 years ago
  23. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  24. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  25. 6dda827 add leaks flag to show unref'd insts by commit-bot@chromium.org · 11 years ago
  26. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  27. 5867481 Remove unnamed namespace usage from tests/ by tfarina@chromium.org · 11 years ago
  28. bd58feb Speed up GrResourceCache add and lookup by using TDynamicHash by commit-bot@chromium.org · 11 years ago
  29. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  30. c665804 Move SkMessageBus::Get out of header, and retry crrev.com/106563002. by commit-bot@chromium.org · 11 years ago
  31. 05ec223 change isRect to return true for 3-sided rectangular paths by commit-bot@chromium.org · 11 years ago
  32. 5ccae2c Reland "Fix genID cloning bugs." by scroggo@google.com · 11 years ago
  33. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
  34. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  35. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  36. 2e9a715 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  38. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  39. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  40. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  41. 7a4b9fa Allocate memory in SkTDynamicHash on first use. by commit-bot@chromium.org · 11 years ago
  42. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  43. 0e4ce14 Fix for r13038 by robertphillips@google.com · 11 years ago
  44. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
  45. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  46. 2dc54c9 Remove printfs from FontHostTest when font is not sfnt. by bungeman@google.com · 11 years ago
  47. 5c6f1d4 Revert of https://codereview.chromium.org/112113005/ by commit-bot@chromium.org · 11 years ago
  48. 0f7e347 Revert of https://codereview.chromium.org/106563002/ by commit-bot@chromium.org · 11 years ago
  49. f2595e4 Fix genID cloning bugs. by commit-bot@chromium.org · 11 years ago
  50. 2b8aacb Delete all invalidated resources with same key by commit-bot@chromium.org · 11 years ago
  51. a9325fa Add REPORTF test macro. by halcanary@google.com · 11 years ago
  52. 856673a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. fe5824a Fix for Mac-specific compilation issue in r13000 by robertphillips@google.com · 11 years ago
  54. ed9866c Expand GatherPixelRefs unit test by robertphillips@google.com · 11 years ago
  55. 2b0f7c3 Convert Checksum test to DEF_TEST() macro. by commit-bot@chromium.org · 11 years ago
  56. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  57. 9109e18 Fix build warnings in SkAlphaThresholdFilter by commit-bot@chromium.org · 11 years ago
  58. 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
  59. 452eecb Convert two more tests to DEF_TEST() macro. by tfarina@chromium.org · 11 years ago
  60. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  61. dcea530 assert in setPixelRef that the pr matches the bitmap's config by reed@google.com · 11 years ago
  62. 8620207 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. 07adb63 Function pointers -> templates in SkPictureFlat. by commit-bot@chromium.org · 11 years ago
  64. 78e7b4e Get rid of DEFINE_TESTCLASS_SHORT() macro. by tfarina@chromium.org · 11 years ago
  65. 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
  66. 261c666 Make tests output spin on the same line by default. by commit-bot@chromium.org · 11 years ago
  67. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  68. f5e1f63 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. 4856964 ComputeRowBytes must not overflow width when it shifts by reed@google.com · 11 years ago
  70. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  71. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  72. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  73. dedd44a Fix Red/Blue decoding problem in WebP. by halcanary@google.com · 11 years ago
  74. 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
  75. b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
  76. 8d7ed84 use LL suffix for 64bit literal by reed@google.com · 11 years ago
  77. d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
  78. 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
  79. 4fa237f Yet another round of valgrind suppressions by robertphillips@google.com · 11 years ago
  80. 9f9d582 Get rid of DEFINE_TESTCLASS() macro. by tfarina@chromium.org · 11 years ago
  81. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  82. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  83. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  84. 45e01c3 Suppress questionable gpu errors by robertphillips@google.com · 11 years ago
  85. 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
  86. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  87. 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 4f3c305 Fix some presubmit warnings. by tfarina@chromium.org · 11 years ago
  89. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  90. 0efb21b Improved SkPathRef interface security by robertphillips@google.com · 11 years ago
  91. 2af6c12 Fix win7 BitmapTest by halcanary@google.com · 11 years ago
  92. 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
  93. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  94. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  95. 6b8dbb6 Move segment mask from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  96. 1d0654f be sure to unlock the discardablememory before deleting it by reed@google.com · 11 years ago
  97. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  98. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  99. 1236d8e [PDF] Fix bug in ToUnicode table generation for Type 3 fonts. by commit-bot@chromium.org · 11 years ago
  100. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago