aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
...
* Make SkClipStack::Iter use SkClipStack::Element.Gravatar bsalomon@google.com2012-12-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-04
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* Reland r6649 with fix for build errors.Gravatar bsalomon@google.com2012-12-03
* Revert 6649 due to build breaks.Gravatar bsalomon@google.com2012-12-03
* Insert in middle of SkTInternalLList and SkTLList, in place cons for Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03
* Fixed remaining clang compiler warningsGravatar robertphillips@google.com2012-12-03
* Revert change accidentally committed.Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03
* Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...Gravatar bsalomon@google.com2012-12-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-30
* Remove SkClipStack::Iter::combinedNext.Gravatar bsalomon@google.com2012-11-29
* Create a factory to decode an SkBitmap from an SkData.Gravatar scroggo@google.com2012-11-29
* add SkPictureUtils::GatherPixelRefs()Gravatar reed@google.com2012-11-29
* Fix the gr/gl destruction order in Test.cppGravatar bsalomon@google.com2012-11-29
* Remove legacy flag for android from testsGravatar djsollen@google.com2012-11-29
* Fix test app to ensure that we destroy our GPU resources.Gravatar djsollen@google.com2012-11-29
* SkRoundRect startGravatar robertphillips@google.com2012-11-29
* Set empty/wide-open genID on clip stack in more places and fix a bug in GrRed...Gravatar bsalomon@google.com2012-11-28
* Temporarily disable clip stack reduce test while working on fix.Gravatar bsalomon@google.com2012-11-27
* Make the clip stack reduction test generate inverse filled paths.Gravatar bsalomon@google.com2012-11-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-27
* Actually fix GPU-less build.Gravatar bsalomon@google.com2012-11-26
* Fix GPU-less build.Gravatar bsalomon@google.com2012-11-26
* Add a function that computes a reduced representation of the clip stack.Gravatar bsalomon@google.com2012-11-26
* check for bad enum use when adding contoursGravatar reed@google.com2012-11-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-22
* Remove GrRandom API in favor of SkRandom.Gravatar tfarina@chromium.org2012-11-21
* Add self-test that reveals SkChecksum weaknessGravatar epoger@google.com2012-11-21
* Deferred canvas can now be flushed if an image is beyond a certain size to av...Gravatar sugoi@google.com2012-11-21
* Add isRect variant that returns path closure and direction.Gravatar caryclark@google.com2012-11-21
* detect wrapped rect in pathGravatar caryclark@google.com2012-11-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-21
* add specialty strokeRect() to SkStroke, which can return much cleaner resultsGravatar reed@google.com2012-11-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* Add SkMatrix44::setColMajord, etc.Gravatar vollick@chromium.org2012-11-19
* add two nested rect detector to pathGravatar caryclark@google.com2012-11-19
* In SkBitmapHeap, defer adding owners for new bitmaps.Gravatar scroggo@google.com2012-11-16
* remove unused (and undefined) SkColorSpace parameter.Gravatar mike@reedtribe.org2012-11-15
* Add SkMatrix44::setTransposeGravatar vollick@chromium.org2012-11-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-14
* Add a conservativelyContainsRect function to SkPath.Gravatar bsalomon@google.com2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-13
* Changing the visibility of SkMatrix44::determinant().Gravatar vollick@chromium.org2012-11-13
* Make SkPath cache the result of cheapComputeDirection.Gravatar bsalomon@google.com2012-11-13
* add tests for degenerate serifs to computeDirectionGravatar reed@google.com2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-10
* add explicit mapScalars and mapMScalars entry-points, instead of just map()Gravatar reed@google.com2012-11-09
* add quick-n-dirty test for concat on matrix44Gravatar reed@google.com2012-11-09