aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* add (temporary) diagnostic code for normalize testGravatar reed@google.com2013-05-03
* add endian tests (reviewed by bungeman)Gravatar reed@google.com2013-05-03
* SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHashGravatar epoger@google.com2013-05-03
* trick the compiler into not knowning that I will generate an overflowGravatar reed@google.com2013-05-03
* change setLength and Normalize to handle when mag2 overflows a float, but theGravatar reed@google.com2013-05-03
* fix error that ran no tests if no options were passedGravatar caryclark@google.com2013-05-02
* Allow unit tests to include or exclude test sets.Gravatar caryclark@google.com2013-05-02
* Build fix for SurfaceTest on non-gpu platformsGravatar junov@chromium.org2013-05-01
* Adding public API method on SkImage for extracting the GPU texture handle.Gravatar junov@chromium.org2013-05-01
* Add FontMgr to DirectWrite.Gravatar bungeman@google.com2013-05-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-30
* add wacky random shift so I can generate some zeros (without the optimizer kn...Gravatar reed@google.com2013-04-29
* reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker)Gravatar reed@google.com2013-04-29
* add unittest for SkCLZGravatar reed@google.com2013-04-29
* path ops -- disable fail test for nowGravatar caryclark@google.com2013-04-26
* path ops -- handle non-finite numbersGravatar caryclark@google.com2013-04-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-26
* Avoid side effects related to skia error callbacks in the testing infrastructureGravatar humper@google.com2013-04-25
* Use SkError for a bitmap that could not be decoded.Gravatar scroggo@google.com2013-04-25
* disable checking the style name from fontmgr (not impl on some backends,Gravatar reed@google.com2013-04-25
* Added "SkRRect::contains(const SkRect&) const"Gravatar robertphillips@google.com2013-04-25
* path ops : fix empty-diff bug, op-in-placeGravatar caryclark@google.com2013-04-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-25
* Fixing numerical rounding edge case in SkTileGridGravatar junov@chromium.org2013-04-24
* Fix compile warning on mac that breaks a bot, and remove jpeg creation bitmap...Gravatar edisonn@google.com2013-04-24
* Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to Fl...Gravatar edisonn@google.com2013-04-24
* ARGB image encoder for checksums.Gravatar bungeman@google.com2013-04-23
* path ops -- use standard max, min, double-is-nanGravatar caryclark@google.com2013-04-23
* Also proxy bumpTestCount.Gravatar commit-bot@chromium.org2013-04-23
* fix asserts in SkMulDiv255Round, and add testGravatar reed@google.com2013-04-22
* Unbreak -z. The LocalReporter shim layer was forcing the pathops options bac...Gravatar commit-bot@chromium.org2013-04-22
* Make it clearer what's going on at the end of tests.Gravatar commit-bot@chromium.org2013-04-22
* Add thread-per-core setting to SkThreadPool.Gravatar commit-bot@chromium.org2013-04-22
* path ops : add support for inverse fillGravatar caryclark@google.com2013-04-22
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns)Gravatar rmistry@google.com2013-04-22
* remove printfGravatar mike@reedtribe.org2013-04-21
* pass 0 instead of NULL for size_t parameterGravatar mike@reedtribe.org2013-04-21
* specialize SkDataTable for arrays where all elements are the same size.Gravatar mike@reedtribe.org2013-04-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-20
* add SkDataTable, to efficiently store an immutable array. Includes a builderGravatar reed@google.com2013-04-19
* Add all remaining separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-19
* return empty fontstyleset instead of nullGravatar reed@google.com2013-04-19
* silence && || parens clang warning.Gravatar bsalomon@google.com2013-04-19
* Add --threads to tests binary, to run non-GPU tests on multiple cores.Gravatar commit-bot@chromium.org2013-04-19
* Perform coverage blend with the dst in the shader when using a dst-reading xf...Gravatar bsalomon@google.com2013-04-19
* ensure that negative zeros are still ignored when computing isIdentity()Gravatar reed@google.com2013-04-19
* path ops : remove countdown overkillGravatar caryclark@google.com2013-04-18
* allow tests to optionally use multiple threadsGravatar caryclark@google.com2013-04-18
* use SkAutoTDelete instead of SkTScopedPtrGravatar reed@google.com2013-04-18