aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Make folder for batchesGravatar joshualitt2015-08-07
* Add approxBytesUsed to hashes.Gravatar mtklein2015-08-07
* Fix StringTest for VS2015Gravatar bsalomon2015-08-06
* Fix warnings on VS2015 x86_64 buildGravatar bsalomon2015-08-06
* flag to use const& instead of const* for src-rectGravatar reed2015-08-06
* Don't pass pipeline to GrBatch::generateGeometry()Gravatar bsalomon2015-08-06
* SkSurface copy-on-write can yield stale GPU render targets.Gravatar fmalita2015-08-06
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Scanline decoding for wbmpGravatar msarett2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* Remove experimental/PdfViewerGravatar halcanary2015-08-04
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-04
* Create a scanline decoder without creating a codecGravatar scroggo2015-08-04
* Revert "Implement caching of filled paths in the tessellated path renderer."Gravatar mtklein2015-08-04
* cache private readback for gpu-imagesGravatar reed2015-08-04
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Fix SkData leaks at GrResourceKey::setCustomData() call sites.Gravatar Stephen White2015-08-03
* Fix resource cache test.Gravatar Stephen White2015-08-03
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-03
* Add BW masks to random scaler contextGravatar joshualitt2015-08-01
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* C API: add sk_xfermode.h, impl, testGravatar halcanary2015-07-31
* Modifying TextBlobCacheTest to use SkRandomScalerContextGravatar joshualitt2015-07-31
* Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset ...Gravatar joshualitt2015-07-31
* Modifying TextBlobCacheTest to use SkRandomScalerContextGravatar joshualitt2015-07-31
* Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...Gravatar bsalomon2015-07-31
* lock pixels in image when bitmap is immutable and not-lazyGravatar reed2015-07-30
* unify pixelref and image ID space, so we can share IDs when we share pixelsGravatar reed2015-07-30
* SRGB read and write pixels working and unit testGravatar bsalomon2015-07-30
* Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONSGravatar scroggo2015-07-30
* SkImage_Raster's pixels are always immutable.Gravatar reed2015-07-29
* rewrite path.getBounds test to work-around compiler bugGravatar reed2015-07-29
* Move draw on upload decision in GrGpuGravatar bsalomon2015-07-28
* Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of http...Gravatar bsalomon2015-07-28
* Move draw on upload decision in GrGpuGravatar bsalomon2015-07-28
* remove all guards for changes to drawBitmapRect / drawImageRectGravatar reed2015-07-28
* change getBounds to return 0000 iff there are zero pointsGravatar reed2015-07-28
* compute split conic endpoints exactlyGravatar caryclark2015-07-28
* Make peekPixels() usable with raster surface snapshotsGravatar fmalita2015-07-27
* Remove skia_arch_width, fold into skia_arch_type.Gravatar Brian Salomon2015-07-27
* fix path ops fuzz busterGravatar caryclark2015-07-23
* Remove test of illegal behavior that modifies a texture backing an SkImage.Gravatar bsalomon2015-07-23
* Update fallback rsqrt implementation to use optimal constants.Gravatar jvanverth2015-07-23
* Small tweak to TextBlobCacheTestGravatar joshualitt2015-07-23
* fix memory leak in TextBlobCacheTestGravatar joshualitt2015-07-23
* Attempt to somewhat simplify GrContext::readSurfacePixels interaction with Gr...Gravatar bsalomon2015-07-23
* Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode()Gravatar wangyix2015-07-22
* Fix up textblobcachetestGravatar joshualitt2015-07-22
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22