aboutsummaryrefslogtreecommitdiff
path: root/tests/SerializationTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Staged removal of SkPicture-derived classescommit-bot@chromium.org2014-04-171-1/+1
* split SkPictureRecorder out of SkPicturerobertphillips@google.com2014-04-131-4/+3
* Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org2014-04-111-1/+1
* Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org2014-04-111-1/+1
* Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org2014-04-101-1/+1
* Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org2014-04-101-1/+1
* Rename kPMColor_SkColorType to kN32_SkColorType.commit-bot@chromium.org2014-04-091-1/+1
* fix a leakcommit-bot@chromium.org2014-03-141-3/+4
* fix memory leak introduced in 9e5f85e8commit-bot@chromium.org2014-03-131-2/+3
* Fixing SkPicture serializationcommit-bot@chromium.org2014-03-121-1/+81
* Factory methods for heap-allocated SkImageFilter objects.commit-bot@chromium.org2014-03-101-4/+5
* replace setConfig+allocPixels with single callmike@reedtribe.org2014-02-131-31/+7
* Set write buffer flags only in SkWriteBuffer and SkFlatController constructors.commit-bot@chromium.org2014-01-301-6/+3
* Refactor read and write buffers.commit-bot@chromium.org2014-01-301-16/+16
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-1/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Convert SkWriter32 to use an SkTDArray for its internal storage.commit-bot@chromium.org2014-01-141-3/+3
* assert in setPixelRef that the pr matches the bitmap's configreed@google.com2014-01-031-0/+4
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-12-161-2/+2
* Update all callsites to use info for pixelrefsreed@google.com2013-12-131-3/+16
* Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) ...robertphillips@google.com2013-12-131-16/+3
* Remvoe duplicate impl for SkImageInfo flatteningreed@google.com2013-12-131-3/+16
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-5/+3
* Revert "remvoe duplicate impl for SkImageInfo flattening"reed@google.com2013-12-111-16/+3
* remvoe duplicate impl for SkImageInfo flatteningreed@google.com2013-12-111-3/+16
* Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...reed@google.com2013-12-111-16/+3
* PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...reed@google.com2013-12-111-3/+16
* Revert "Revert "Revert "PixelRef now returns (nearly) everything that is curr...reed@google.com2013-12-061-16/+3
* Revert "Revert "PixelRef now returns (nearly) everything that is currently in...reed@google.com2013-12-061-3/+16
* Fixed a few places where uninitialized memory could have been readcommit-bot@chromium.org2013-12-061-5/+5
* Revert "PixelRef now returns (nearly) everything that is currently in SkBitma...reed@google.com2013-12-061-16/+3
* PixelRef now returns (nearly) everything that is currently in SkBitmap. The g...reed@google.com2013-12-061-3/+16
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-12-051-1/+1
* Fixed bad bitmap size crashescommit-bot@chromium.org2013-12-041-0/+103
* Reverting r12427rmistry@google.com2013-12-021-5/+11
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-12-021-11/+5
* Fix Valgrind reports of test branching on uninitialized data.bungeman@google.com2013-11-271-5/+11
* Adding error checks to SkRBuffercommit-bot@chromium.org2013-11-081-8/+8
* Checking structure sizes before reading them from memory to avoid overflowing...commit-bot@chromium.org2013-11-051-110/+172
* Revert "Checking structure sizes before reading them from memory to avoid ove...reed@google.com2013-11-041-172/+110
* Checking structure sizes before reading them from memory to avoid overflowing...sugoi@google.com2013-11-041-110/+172
* Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...epoger@google.com2013-11-041-171/+110
* Checking structure sizes before reading them from memory to avoid overflowing...sugoi@google.com2013-11-041-110/+171
* Adding size parameter to read array functionscommit-bot@chromium.org2013-10-311-0/+150