aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Sk4h and Sk8h for SSEGravatar mtklein2015-04-14
* early return from stream peekGravatar caryclark2015-04-14
* use anon namespace to avoid (silent) collisions between local test classesGravatar reed2015-04-11
* setDrawFilter needs to trigger any deferred savesGravatar reed2015-04-11
* Implementing filling for SkBmpCodecGravatar msarett2015-04-10
* Fix ASAN errorGravatar msarett2015-04-09
* ***Disables swizzles to 565.Gravatar msarett2015-04-09
* add test for opaque-preserving colormatrixfiltersGravatar reed2015-04-09
* BUG=skia:Gravatar stephana2015-04-09
* Rearrange SkRecord with small N in mindGravatar mtklein2015-04-09
* Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of h...Gravatar mtklein2015-04-08
* Rearrange SkRecord with small N in mindGravatar mtklein2015-04-08
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-08
* Add mechanism to proactively purge old resources in GrResourceCache.Gravatar bsalomon2015-04-08
* SkPDF: Remove Array's unused set(i) and get(i) (leaving only append())Gravatar halcanary2015-04-08
* Add helper for creating a SkSurface from a client created texture.Gravatar bsalomon2015-04-08
* change isNestedRect to isNestedFillRectGravatar caryclark2015-04-08
* Remove unused InstCounterClass.Gravatar bungeman2015-04-08
* add realloc method to SkAutoSTMallocGravatar joshualitt2015-04-08
* restore clipstack to heap-ptr, so clients can ref itGravatar reed2015-04-07
* Get rid of leaks in SkCodec::NewFromStream.Gravatar scroggo2015-04-03
* New names for SkPMFloat methods.Gravatar mtklein2015-04-03
* Use switch operator[](int) to kth<int>() so we can use vget_lane.Gravatar mtklein2015-04-03
* Add a method to read a stream without advancing it.Gravatar scroggo2015-04-02
* Remove all code related to NaClGravatar borenet2015-04-02
* That last CL subverted the purpose of the test. Put it back how it was.Gravatar mtklein2015-04-01
* 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