aboutsummaryrefslogtreecommitdiff
path: root/tests/ImageFilterCacheTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make more unit tests run on Vulkanbsalomon2016-04-121-1/+1
* Make existing unit tests only run on GL contextsbsalomon2016-04-061-2/+2
* One signature for creating unit tests that run on premade GrContextsbsalomon2016-04-051-5/+5
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Switch SkSpecialImage & SkSpecialSurface classes over to smart pointersrobertphillips2016-03-171-28/+24
* update callsites for Make image factoriesreed2016-03-171-5/+4
* Switch SkImageSource image filter over to new onFilterImage interfacerobertphillips2016-03-091-2/+4
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-1/+1
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...bsalomon2016-02-251-1/+1
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-1/+1
* fix race: this kCacheSize is probably not meant to be staticmtklein2016-02-211-3/+3
* Add GPU-backed SkImage case to ImageFilterCache unit testrobertphillips2016-02-191-8/+39
* Update SkImageFilter's cache to handle SkSpecialImages and add unit testrobertphillips2016-02-191-0/+208