aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Even when the pts are restricted to 32K values, we can still overflow computingGravatar reed@google.com2012-08-06
* If we lose precision computing sum of the dash intervals, then we can have theGravatar reed@google.com2012-08-06
* Add morphology, convolution, single texture, texture domain effects to new un...Gravatar bsalomon@google.com2012-08-03
* Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined...Gravatar bsalomon@google.com2012-08-03
* Fix includes files missing in release builds from GrCustomStageUnitTest.h.Gravatar bsalomon@google.com2012-08-03
* Registry-based unit test for custom effectsGravatar bsalomon@google.com2012-08-03
* Store more behavior of SkFlatDictionary in SkFlatController.Gravatar scroggo@google.com2012-08-02
* Move GL programs unit test code to tests project.Gravatar bsalomon@google.com2012-08-02
* Fixing leak of SkPixelRef object in CanvasTestGravatar junov@chromium.org2012-08-02
* Disable ReadWriteAlpha test on AndroidGravatar borenet@google.com2012-08-02
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Added check for aa/bw rect mergingGravatar robertphillips@google.com2012-08-02
* check that copied paths have the same segment-masks as their srcGravatar reed@google.com2012-08-01
* Pipe factory names independently from the flattenables using them.Gravatar scroggo@google.com2012-08-01
* Fix units per em test.Gravatar bungeman@google.com2012-07-31
* Replace GrClip with SkClipStackGravatar robertphillips@google.com2012-07-31
* add getUnitsPerEm() to SkTypefaceGravatar reed@google.com2012-07-31
* Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...Gravatar robertphillips@google.com2012-07-31
* GrClip no longer translates its clips (to better mimic SkClipStack's behavior)Gravatar robertphillips@google.com2012-07-31
* Added test to ensure getConservativeBounds' result is clamped to render targetGravatar robertphillips@google.com2012-07-31
* 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