aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Always store pixels of mutable bitmaps when recording a SkPicture.Gravatar djsollen@google.com2012-07-27
* Split SkGradientShader into separate files for each gradient subclass.Gravatar rileya@google.com2012-07-26
* Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.Gravatar scroggo@google.com2012-07-26
* Added ctor to SkClipStack and isEmpty methodGravatar robertphillips@google.com2012-07-26
* explicitly track if a path is finite or notGravatar reed@google.com2012-07-26
* Refactoring how SkDeferredCanvas manages mutable bitmapsGravatar junov@chromium.org2012-07-25
* Added isIntersectionOfRects to SkClipStackGravatar robertphillips@google.com2012-07-24
* Avoid a loop in writeString and writePad by zeroing padding first.Gravatar scroggo@google.com2012-07-24
* Added bound computation to SkClipStackGravatar robertphillips@google.com2012-07-24
* add protected method for internal_dispose overrides to jam fRefCnt beforeGravatar reed@google.com2012-07-23
* In SkWriter32::writeString, initialize all memory reserved.Gravatar scroggo@google.com2012-07-23
* Fix unbound memory consumption problem with run away deferred canvases.Gravatar junov@chromium.org2012-07-23
* check for memory leaks in debug-buildGravatar reed@google.com2012-07-22
* add SkTRefArray, in hopes that it will enable more sharing between picturepla...Gravatar reed@google.com2012-07-21
* Made clarifying renamings to SkClipStack's iterators (and added to unit test)Gravatar robertphillips@google.com2012-07-20
* Adding new steps to Canvas unit test to validate that the deferredGravatar junov@chromium.org2012-07-20
* Improving CanvasTest to verify that the destination canvas of an SkDeferredCa...Gravatar junov@chromium.org2012-07-18
* Need to apply matrix to advance in generateAdvance (as we already were in gen...Gravatar reed@google.com2012-07-18
* fix for non-Windows-specific compiler error in r4624Gravatar robertphillips@google.com2012-07-16
* Refactor SkDeque's iterator and allocation methodGravatar robertphillips@google.com2012-07-16
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* Adding bracketing save/restore calls to SkPicture at record time andGravatar junov@chromium.org2012-07-16
* Revert "Add a method to atomic add."Gravatar scroggo@google.com2012-07-16
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* [PDF] Add link annotations.Gravatar vandebo@chromium.org2012-07-13
* Updated make_filepath test to reflect changes in picture_utils. TBRGravatar keyar@chromium.org2012-07-13
* Disable WritePixelsTest on AndroidGravatar borenet@google.com2012-07-12
* Cleanup restore offsets at end of SkPicture recordingGravatar junov@chromium.org2012-07-12
* idea: add annotation to SkPaintGravatar reed@google.com2012-07-11
* remove debugging printfsGravatar reed@google.com2012-07-11
* add SkDataSet class, so SkAnnotation can be more immutable-likeGravatar reed@google.com2012-07-11
* Change SkFlatData to have a sentinel value, allowing the Compare function toGravatar reed@google.com2012-07-10
* Handle convex paths with degeneracies in cheap direction computationGravatar bsalomon@google.com2012-07-10
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* Allow specific files and multiple inputs for picture testing tools.Gravatar keyar@chromium.org2012-07-09
* add test for SkChecksumGravatar mike@reedtribe.org2012-07-09
* update test for new NewFromCString behaviorGravatar reed@google.com2012-07-02
* add SkData::NewFromCString()Gravatar reed@google.com2012-06-28
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* Fix metrics test to no longer include the cpp.Gravatar djsollen@google.com2012-06-25
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* add test for http://code.google.com/p/chromium/issues/detail?id=131181Gravatar reed@google.com2012-06-15
* Really fix the build.Gravatar schenney@chromium.org2012-06-13
* Speculative build fix. Tests do not fail locally.Gravatar schenney@chromium.org2012-06-13
* Fix the problem of rendering closePath not properly after a moveTo call inGravatar schenney@chromium.org2012-06-13
* add readPtr and writePtr to SkReader32 and SkWriter32Gravatar reed@google.com2012-06-12
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07