aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Start fresh on swizzlesGravatar mtklein2015-03-23
* Replace _mm_cvtps_epi32(x) with _mm_cvttps_epi32(_mm_add_ps(0.5f), x).Gravatar mtklein2015-03-23
* remove meaningless matrix benches, add mapPts() and add new benchesGravatar reed2015-03-23
* Preserve texture compression when saving a revised skp from debuggerGravatar robertphillips2015-03-23
* Do not playback pending commands for full deferred canvas writePixelsGravatar kkinnunen2015-03-23
* Some usability ideas around SkTHash.Gravatar mtklein2015-03-20
* use Sk2s for conicsGravatar reed2015-03-20
* Sk2x::invert() and Sk2x::approxInvert()Gravatar mtklein2015-03-20
* Hack around skia:3570 for now.Gravatar mtklein2015-03-20
* Add divide to Sk2x, use native vdiv and vsqrt on ARM 64.Gravatar mtklein2015-03-20
* Allow negative error for Sk4f::sqrt() test.Gravatar mtklein2015-03-20
* Sk2x/Sk4x: add negate(), operator -()Gravatar mtklein2015-03-20
* Move SkMatrixImageFilter into core, and add a factory fn for it.Gravatar senorblanco2015-03-20
* use Sk2s for EvalQuadTangent and ChopQuadAtGravatar reed2015-03-20
* operator overloads for Sk4x, use them all where possibleGravatar mtklein2015-03-20
* add SkMatrix::decomposeScaleGravatar reed2015-03-19
* Try out operator overloads for Sk2x.Gravatar mtklein2015-03-19
* Port to real Sk2f.Gravatar mtklein2015-03-19
* Sk2xGravatar mtklein2015-03-19
* alt SkEvalQuadAt that returns its answer, using Sk2fGravatar reed2015-03-19
* guarded change to SkImageGenerator to make getInfo() constGravatar reed2015-03-19
* Add Load2/store2 to Sk4x (dumb impl for now)Gravatar reed2015-03-18
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* Let's find out what's up with the TSAN bot test failures.Gravatar mtklein2015-03-18
* Indexed PNG decoding: Ensure color table is large enough that the bit depth o...Gravatar dml2015-03-18
* Revert "Indexed PNG decoding: Ensure color table is large enough that the bit...Gravatar scroggo2015-03-17
* Indexed PNG decoding: Ensure color table is large enough that the bit depth o...Gravatar Leon Scroggins III2015-03-17
* Option for SkCodec to treat dst as all zeroes.Gravatar scroggo2015-03-17
* Fix build for UCLIBC platformsGravatar smcgruer2015-03-16
* Move GrAutoLocaleSetter to new file and fix issue with null localeGravatar bsalomon2015-03-16
* Use C locale for numerics when emitting shaders.Gravatar bsalomon2015-03-16
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Fix bug with very large round rects with large radiiGravatar robertphillips2015-03-13
* Handle paths that do not report empty, but have no edges.Gravatar reed2015-03-13
* Ico security issues fixGravatar msarett2015-03-13
* Fix Windows build.Gravatar scroggo2015-03-11
* Fix a memory leak when decoding corrupted indexed PNGs.Gravatar dml2015-03-11
* optimization/fix: dirty the clip-bounds when we mod the clip in savelayerGravatar reed2015-03-11
* Use ComposColorFilter to collaps hierarchy (when possible).Gravatar reed2015-03-08
* Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #...Gravatar reed2015-03-07
* Fix a memory leak when decoding corrupted indexed PNGs.Gravatar dml2015-03-06
* Update SkPicture cull rects with RTree informationGravatar schenney2015-03-06
* Make Sk4f(float) constructor explicit.Gravatar mtklein2015-03-06
* Read pixels in BGRA non-premul mode in few testsGravatar kkinnunen2015-03-06
* Revert of check for inputs before reporting asColorFilter (patchset #7 id:110...Gravatar reed2015-03-05
* Revert of Update SkPicture cull rects with RTree information (patchset #6 id:...Gravatar joshualitt2015-03-05
* 4-at-a-time SkPMColor -> SkPMFloat API.Gravatar mtklein2015-03-05
* Use ComposeColorFilter in factory to collapse consecutive filters (when possi...Gravatar reed2015-03-05
* Update SkPicture cull rects with RTree informationGravatar schenney2015-03-05
* add impl limit for number of leaf-nodes in composecolorfilterGravatar reed2015-03-05