aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
* Revert "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-03
* replace SkXfermode obj with SkBlendMode enum in paintsGravatar Mike Reed2016-10-03
* Add optional sw generated path coverage mask cachingGravatar bsalomon2016-09-21
* Add GrContextOptions flag to disable distance field path renderer.Gravatar bsalomon2016-09-15
* Move prepareForExternalIO implementation from GrContext to GrDrawingManagerGravatar bsalomon2016-09-08
* Restructure flushing relationship between GrContext, GrDrawingManager, and Gr...Gravatar bsalomon2016-09-07
* Revert of Restructure flushing relationship between GrContext, GrDrawingManag...Gravatar bsalomon2016-09-06
* Restructure flushing relationship between GrContext, GrDrawingManager, and Gr...Gravatar bsalomon2016-09-06
* Add a makeDrawContextWithFallback that handles config fallbackGravatar robertphillips2016-09-06
* Move clip mask generation into GrReducedClipGravatar csmartdalton2016-08-31
* Don't purge resources for trivial GrContext flushesGravatar bsalomon2016-08-31
* Make GrTextureStripAtlas flush pending IO on newly acquired textureGravatar ajuma2016-08-24
* Fix copying of data in vulkan testing textureGravatar egdaniel2016-08-15
* Rename GrDrawingManager::drawContext to makeDrawContextGravatar robertphillips2016-08-05
* Move GrContext::makeDrawContext to new GrContextPriv objectGravatar robertphillips2016-08-03
* Remove GrContext::applyGammaGravatar robertphillips2016-07-29
* Rename GrContext's newDrawContext & drawContext to makeDrawContextGravatar robertphillips2016-07-27
* Remove SkSurfaceProps gamma-correctness flag entirely.Gravatar brianosman2016-07-26
* Cleanup of code that converts from GPU-backed resources to SkImageInfoGravatar brianosman2016-07-22
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Convert readSurfacePixels to use a draw context instead of a textureGravatar bsalomon2016-07-19
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* More removal of SkColorProfileType...Gravatar brianosman2016-06-20
* Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...Gravatar egdaniel2016-06-17
* More removal of SkColorProfileType...Gravatar brianosman2016-06-17
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead.Gravatar brianosman2016-05-24
* (Mostly) Retract GrRenderTarget from SkGpuDeviceGravatar robertphillips2016-05-17
* Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to ...Gravatar robertphillips2016-05-16
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13
* Make GrGammaEffect have explicit sRGB modes, plus exponential mode.Gravatar brianosman2016-05-11
* Revert of Make GrGammaEffect have explicit sRGB modes, plus exponential mode....Gravatar robertphillips2016-05-11
* Make GrGammaEffect have explicit sRGB modes, plus exponential mode.Gravatar brianosman2016-05-10
* Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of h...Gravatar robertphillips2016-05-09
* Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 ...Gravatar jvanverth2016-05-06
* Simplify SkGpuBlurUtils::GaussianBlur methodGravatar robertphillips2016-05-06
* Added --deepColor option to SampleApp, triggers creation of a ten-bit/channelGravatar brianosman2016-05-05
* Add Gr*Proxy classesGravatar robertphillips2016-05-04
* Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Refactor drawContext/RenderTarget creationGravatar robertphillips2016-04-28
* Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 o...Gravatar robertphillips2016-04-28
* Refactor drawContext/RenderTarget creationGravatar robertphillips2016-04-27
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Add GrContext::releaseAndAbandonContext()Gravatar bsalomon2016-04-01
* Add deferred texture upload API.Gravatar bsalomon2016-03-11