aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SurfaceTest.cpp
Commit message (Expand)AuthorAge
* update callsites for Make image factoriesGravatar reed2016-03-17
* unify peekPixels around pixmap parameterGravatar reed2016-03-09
* Remove internal calls to SkImage::getTextureGravatar bsalomon2016-02-29
* When a surface is backed by an external render target force a copy on image snapGravatar bsalomon2016-02-26
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Allow client to force an SkImage snapshot to be unique (and uniquely own its ...Gravatar bsalomon2016-02-22
* Fix memory leaks in SurfaceClear_Gpu testGravatar bsalomon2016-02-05
* Remove deferred clear from SkGpuDeviceGravatar bsalomon2016-02-05
* allow the caller to specified raster-surface rowbytes.Gravatar reed2016-01-30
* Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...Gravatar reed2015-12-16
* Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...Gravatar reed2015-12-16
* remove drawSprite from canvasGravatar reed2015-12-16
* Generate list of GPU contexts outside SurfaceTest testsGravatar kkinnunen2015-11-20
* Move SkImage tests from SurfaceTest to ImageTestGravatar kkinnunen2015-11-17
* Fix leaks in unit tests of GrGLTextureInfosGravatar bsalomon2015-11-11
* Use a struct for client GL texture handlesGravatar bsalomon2015-11-10
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* flag to use const& instead of const* for src-rectGravatar reed2015-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
* 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 test of illegal behavior that modifies a texture backing an SkImage.Gravatar bsalomon2015-07-23
* Revert[2] of guard to remove DrawBitmapRectFlagsGravatar reed2015-07-17
* Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...Gravatar scroggo2015-07-17
* Revert of Remove rt flags that are not necessary (patchset #1 id:1 of https:/...Gravatar bsalomon2015-07-16
* Remove rt flags that are not necessaryGravatar bsalomon2015-07-16
* guard to remove DrawBitmapRectFlagsGravatar reed2015-07-16
* Rename backing texture testing routinesGravatar jvanverth2015-07-14
* Remove GL-specific code from GMs and testsGravatar jvanverth2015-07-13
* Fix SkImage::asLegacyBitmap() rowBytes assertGravatar fmalita2015-07-09
* add ability to get FBO ID to SurfaceGravatar joshualitt2015-07-08
* Add image->bitmapGravatar reed2015-07-08
* explicitly bump legacy genID on gpu surfaceGravatar reed2015-07-03
* Add SkSurface factory for wrapping an FBO in SkSurfaceGravatar bsalomon2015-06-30
* augment surface tests to check legacy genIDGravatar reed2015-06-29
* add getTextureHandle to SkSurfaceGravatar reed2015-06-29
* Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of...Gravatar reed2015-06-25
* Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https...Gravatar reed2015-06-25
* Return GrGLContext from GrTestTargetGravatar joshualitt2015-06-25
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* change old picture serialization to really handle imagesGravatar reed2015-06-22
* add callbacks to Images that wrap client-provided contentGravatar reed2015-06-18
* Don't clear in SkSurface::NewWrappedRenderTargetGravatar bsalomon2015-06-16
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Towards removing getTexture() on SkImageGravatar bsalomon2015-06-10
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09