aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Implicit constructors for SkFunction are much more readable.Gravatar mtklein2015-04-01
* Ico test with embedded pngGravatar msarett2015-04-01
* Constructor and call argument forwarding for SkFunction.Gravatar mtklein2015-04-01
* SkCodec::onGetScanlineDecoder must call rewind.Gravatar scroggo2015-04-01
* Add SkTHashSet::find()Gravatar mtklein2015-04-01
* Acknowledge that SkIcoCodec can rewind and test it.Gravatar scroggo2015-04-01
* Make SkPngCodec support rewinding properly.Gravatar scroggo2015-04-01
* small-object optimization for SkFunctionGravatar mtklein2015-04-01
* Handle rewinds in SkBmpCodec.Gravatar scroggo2015-04-01
* Sketch SkFunctionGravatar mtklein2015-03-31
* SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMapGravatar halcanary2015-03-31
* SkPDF: remove SK_NO_FLATE & dead code in SkPDFStreamGravatar halcanary2015-03-31
* back to Sk4f for SkPMColorGravatar mtklein2015-03-31
* Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T>Gravatar mtklein2015-03-30
* use Sk4f for matrix mathGravatar reed2015-03-29
* SkCodec: add wbmp classGravatar halcanary2015-03-27
* impl SkConvertQuadToCubic w/ Sk2sGravatar reed2015-03-26
* Revert of Make the canvas draw looper setup update the canvas save count (pat...Gravatar reed2015-03-26
* Make the canvas draw looper setup update the canvas save countGravatar reed2015-03-26
* SkPMFloat::trunc()Gravatar mtklein2015-03-26
* use new faster/vector impl for chopping conicsGravatar reed2015-03-26
* cumulative pathops patchGravatar caryclark2015-03-26
* remove slower scalar code in favor of vectorsGravatar reed2015-03-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Update 4-at-a-time APIs.Gravatar mtklein2015-03-25
* SkPDF SkPDFObject::addResources signature simplifiedGravatar halcanary2015-03-25
* SKPDF: refactor pdfcatalog and pdfdocumentGravatar halcanary2015-03-25
* SkChopCubicAt2 using Sk2s -- 2x fasterGravatar reed2015-03-24
* SkPDF: unit test cleanupGravatar halcanary2015-03-24
* Revert of pathops version two (patchset #16 id:150001 of https://codereview.c...Gravatar reed2015-03-24
* Revert of remove obsolete tests (patchset #1 id:1 of https://codereview.chrom...Gravatar caryclark2015-03-24
* Revert of fix destructor order to fix build (patchset #1 id:1 of https://code...Gravatar caryclark2015-03-24
* Go back to storeAligned / LoadAligned for SkPMFloat <->Sk4f.Gravatar mtklein2015-03-24
* fix destructor order to fix buildGravatar caryclark2015-03-24
* remove obsolete testsGravatar caryclark2015-03-24
* pathops version twoGravatar caryclark2015-03-24
* aacc + bbddGravatar mtklein2015-03-24
* 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