aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
...
* Remove SkPicture copy constructorGravatar robertphillips2014-07-13
* Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsGravatar reed2014-07-13
* Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::rea...Gravatar reed2014-07-12
* Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsGravatar reed2014-07-12
* ios fixesGravatar caryclark2014-07-11
* This moves us towards variable length effect keys. The overall program key no...Gravatar bsalomon2014-07-11
* Fix for saveLayer() with filters vs. the BBox Hierarchy.Gravatar senorblanco2014-07-11
* Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/37730...Gravatar jcgregorio2014-07-11
* Revert of Slim Skia down to just one murmur3 implementation. (https://coderev...Gravatar reed2014-07-10
* add readPixels() to SkBitmapGravatar reed2014-07-10
* Slim Skia down to just one murmur3 implementation.Gravatar mtklein2014-07-10
* Build Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG.Gravatar scroggo2014-07-09
* Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."Gravatar Mike Klein2014-07-09
* Cleanup: Rename UnitTestTest.cpp to RTConfRegistryTest.cppGravatar tfarina2014-07-08
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Clean up SkImageFilter constructors.Gravatar senorblanco2014-07-08
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* Remove ability for Release code to call getRefCnt() or getWeakRefCnt().Gravatar mtklein2014-07-08
* Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...Gravatar reed2014-07-07
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-07
* Remove use of GrEffectRef from draw state and below.Gravatar bsalomon2014-07-07
* Cleanup: Remove TestXCode project.Gravatar tfarina2014-07-07
* Only you can prevent memory leaks.Gravatar mtklein2014-07-07
* Linear-time implementation of willPlaybackBitmaps(), computed & cachedGravatar tomhudson2014-07-05
* Fix SkColorFilterImageFilter matrix optimization.Gravatar senorblanco2014-07-03
* move SkChecksum and SkEmptyShader to privateGravatar reed2014-07-03
* return early instead of crashing if fileData failsGravatar reed2014-07-02
* correctly plumb through explicit rowbytes for allocPixelsGravatar reed2014-07-01
* Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e...Gravatar tfarina2014-07-01
* Rename SkPicturePlayback to SkPictureDataGravatar robertphillips2014-07-01
* Fix SkTypeface::serialize() on Mac by properly indicating local fontsGravatar caseq2014-06-30
* stop calling SkCanvas::getDeviceGravatar reed2014-06-30
* Begin atlasingGravatar robertphillips2014-06-30
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* Revert of Begin atlasing (https://codereview.chromium.org/354533004/)Gravatar robertphillips2014-06-29
* Begin atlasingGravatar robertphillips2014-06-29
* writepixels needs to bump genIDGravatar reed2014-06-27
* Deprecate SkPicture::clone().Gravatar mtklein2014-06-27
* Fix RRect tranform bugGravatar robertphillips2014-06-27
* Add SSE4 optimization of S32A_Opaque_BlitrowGravatar henrik.smiding2014-06-27
* add SkSurface::NewRasterDirectReleaseProcGravatar reed2014-06-27
* remove unnecessary bitmapdevice referencesGravatar reed2014-06-27
* don't create explicit bitmapdevice when not neededGravatar reed2014-06-26
* Promote SkInterpolator unit test to our tests driver.Gravatar tfarina2014-06-26
* Remove SkBicubicImageFilter, and all related tests.Gravatar senorblanco2014-06-25
* Rename TestSize.cpp to SizeTest.cppGravatar tfarina2014-06-25
* add path dump testGravatar caryclark2014-06-24
* Tick off some TODOs:Gravatar Mike Klein2014-06-24
* add pathops tight bounds; conform path ops' gyp to unit testsGravatar caryclark2014-06-24
* Preprend Test to test function name generated by DEF_TEST() macro.Gravatar tfarina2014-06-24