aboutsummaryrefslogtreecommitdiff
path: root/tests/RectangleTextureTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add SkSurface_Gpu::MakeWrappedRenderTarget methodRobert Phillips2018-01-311-1/+1
* Funnel most proxy creation through GrProxyProviderRobert Phillips2018-01-161-3/+5
* Add GrProxyProviderRobert Phillips2018-01-081-1/+1
* Prefer fullscreen clears on Qualcomm/GLChris Dalton2017-12-121-3/+3
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectBrian Osman2017-10-181-1/+1
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Brian Salomon2017-09-071-3/+3
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Brian Salomon2017-08-111-4/+1
* Clean up GrResourceProvider usageRobert Phillips2017-06-151-1/+0
* Make GrBackendTexture take Gr*Info refs in ctor, and copy them.Greg Daniel2017-05-021-1/+1
* Rm makeRenderTargetContext in favor of deferred version (take 3)Robert Phillips2017-04-251-3/+3
* Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"Robert Phillips2017-04-211-3/+3
* Rm makeRenderTargetContext in favor of deferred version (take 2)Robert Phillips2017-04-211-3/+3
* Revert "Revert "Plumb GrBackendTexture throughout skia.""Greg Daniel2017-04-201-14/+11
* Revert "Plumb GrBackendTexture throughout skia."Stan Iliev2017-04-191-11/+14
* Plumb GrBackendTexture throughout skia.Greg Daniel2017-04-181-14/+11
* Revert "Rm makeRenderTargetContext in favor of deferred version"Robert Phillips2017-04-111-3/+3
* Rm makeRenderTargetContext in favor of deferred versionRobert Phillips2017-04-111-3/+3
* Retract GrContext from src/gpu/effectsRobert Phillips2017-03-151-1/+1
* Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsRobert Phillips2017-03-141-8/+8
* Make GrClip.h privateBrian Salomon2017-03-091-1/+2
* Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descsRobert Phillips2017-01-271-17/+6
* Consolidate read/write-Pixels testing code - take 2Robert Phillips2017-01-271-92/+11
* Revert "Consolidate read/write-Pixels testing code"Robert Phillips2017-01-271-11/+92
* Consolidate read/write-Pixels testing codeRobert Phillips2017-01-271-92/+11
* Use GrSurfaceContext::read/write-Pixels moreRobert Phillips2017-01-251-66/+76
* Continue making Ganesh use absolute texture coordinates - take 2Robert Phillips2017-01-201-4/+2
* Revert "Continue making Ganesh use absolute texture coordinates"Joe Gregorio2017-01-171-2/+4
* Continue making Ganesh use absolute texture coordinatesRobert Phillips2017-01-171-4/+2
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Brian Salomon2017-01-111-1/+1
* Add a deferred copy surface (take 3)Robert Phillips2016-12-151-13/+24
* Revert "Add a deferred copy surface (take 2)"Robert Phillips2016-12-141-24/+13
* Add a deferred copy surface (take 2)Robert Phillips2016-12-131-13/+24
* Revert "Add a deferred copy surface"Robert Phillips2016-12-131-24/+13
* Add a deferred copy surfaceRobert Phillips2016-12-131-13/+24
* Rename GrTextureParams to GrSamplerParamsBrian Salomon2016-11-171-3/+3
* Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""Brian Salomon2016-11-071-7/+31
* Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."Ben Wagner2016-11-061-31/+7
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-6/+6
* Limit GL_TEXTURE_RECTANGLE filtering to bilinear.Brian Salomon2016-11-041-7/+31
* Make more tests exercise rendertargetless textures.Brian Salomon2016-11-031-20/+23
* Rename GrDrawContext to GrRenderTargetContextBrian Osman2016-10-271-6/+6
* Remove SkAutoTUnref and SkAutoTDelete from public includes.bungeman2016-10-271-6/+6
* Move GrContext::makeDrawContext to new GrContextPriv objectrobertphillips2016-08-031-3/+4
* Rename GrContext's newDrawContext & drawContext to makeDrawContextrobertphillips2016-07-271-2/+2
* Add SkColorSpace to GrDrawContextbrianosman2016-07-211-1/+2
* Turn ContextInfos returned by GrContextFactory into structs.bsalomon2016-05-111-2/+2
* Bring sk_sp to GrDrawContextrobertphillips2016-04-271-1/+2
* Make existing unit tests only run on GL contextsbsalomon2016-04-061-1/+1
* One signature for creating unit tests that run on premade GrContextsbsalomon2016-04-051-1/+3
* rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContextbsalomon2016-03-311-1/+1