aboutsummaryrefslogtreecommitdiff
path: root/tests/SRGBMipMapTest.cpp
AgeCommit message (Expand)Author
2017-09-07Rework GrSamplerParams to be more compact and use its own wrap mode enum.Brian Salomon
2017-08-10Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and...Brian Salomon
2017-07-27Pull non-substantive changes out of omnibus GrSurface CLRobert Phillips
2017-07-24Second small fragment from "Reduce dependence on GrSurface's origin field"Robert Phillips
2017-07-21Revert "Reduce dependence on GrSurface's origin field"Robert Phillips
2017-07-21Reduce dependence on GrSurface's origin fieldRobert Phillips
2017-06-15Clean up GrResourceProvider usageRobert Phillips
2017-04-25Rm makeRenderTargetContext in favor of deferred version (take 3)Robert Phillips
2017-04-21Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"Robert Phillips
2017-04-21Rm makeRenderTargetContext in favor of deferred version (take 2)Robert Phillips
2017-04-11Revert "Rm makeRenderTargetContext in favor of deferred version"Robert Phillips
2017-04-11Rm makeRenderTargetContext in favor of deferred versionRobert Phillips
2017-03-29Miscellaneous GrSurfaceProxy-related cleanupRobert Phillips
2017-03-15Retract GrContext from src/gpu/effectsRobert Phillips
2017-03-14Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsRobert Phillips
2017-03-09Make GrClip.h privateBrian Salomon
2017-03-04Rebase and fix chromiumBrian Osman
2017-03-03Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>Robert Phillips
2017-03-02Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""Brian Osman
2017-03-02Revert "Revert "Revert "Move GrTextureProvider to src"""Brian Osman
2017-03-01Revert "Revert "Move GrTextureProvider to src""Brian Osman
2017-03-01Revert "Move GrTextureProvider to src"Brian Osman
2017-03-01Move GrTextureProvider to srcBrian Osman
2017-02-28Clean up/remove unused GrFragmentProcessor-derived ctorsRobert Phillips
2017-02-07SkColorSpace: remove named API, add gamut APIMatt Sarett
2017-02-07Revert "SkColorSpace: remove named API, add gamut API"Matt Sarett
2017-02-07SkColorSpace: remove named API, add gamut APIMatt Sarett
2017-01-20Continue making Ganesh use absolute texture coordinates - take 2Robert Phillips
2017-01-17Revert "Continue making Ganesh use absolute texture coordinates"Joe Gregorio
2017-01-17Continue making Ganesh use absolute texture coordinatesRobert Phillips
2017-01-11Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Brian Salomon
2016-12-09Relandx2 "Remove antialiasing control from GrPaint."Brian Salomon
2016-12-09Revert "Reland "Remove antialiasing control from GrPaint.""Brian Salomon
2016-12-09Reland "Remove antialiasing control from GrPaint."Brian Salomon
2016-12-08Revert "Remove antialiasing control from GrPaint."Brian Salomon
2016-12-08Remove antialiasing control from GrPaint.Brian Salomon
2016-12-07Skip the sRGB mip-map testing on command bufferbrianosman
2016-12-02Two (related) changes here:brianosman
2016-12-01Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12...brianosman
2016-12-01Two (related) changes here:brianosman
2016-12-01Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11...brianosman
2016-12-01Two (related) changes here:brianosman
2016-11-17Rename GrTextureParams to GrSamplerParamsBrian Salomon
2016-11-04tests: s/SkAutoTUnref/sk_sp/Hal Canary
2016-10-29Change comments to refer to "render target context" rather than "draw context"Brian Salomon
2016-10-28remove xfermode from public apiMike Reed
2016-10-27Rename GrDrawContext to GrRenderTargetContextBrian Osman
2016-10-24Rename all color space factories from New* to Make*Brian Osman
2016-10-14Remove many uses of kSkia8888 and kSkiaGamma8888Brian Osman
2016-07-27Rename GrContext's newDrawContext & drawContext to makeDrawContextrobertphillips