aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Improve accuracy of cubic classificationGravatar Chris Dalton2017-04-14
* Further unify logic in readSurfacePixels and writeSurfacePixelsGravatar Brian Osman2017-04-13
* Move GrAtlasGlyphCache over to SkArenaAlloc from SkVarAlloc.Gravatar Herb Derby2017-04-13
* Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetCo...Gravatar Robert Phillips2017-04-13
* Store the GrBackend we are using on GrContextGravatar Greg Daniel2017-04-13
* Make all GrRenderTargetOpList ops store a GrRenderTarget pointerGravatar Robert Phillips2017-04-13
* Do sRGB premul/unpremul on the GPUGravatar Brian Osman2017-04-13
* Fix cubic KLM solvingGravatar csmartdalton2017-04-12
* Disable deferred proxies for Chrome branchGravatar Robert Phillips2017-04-12
* Remove discard from GrRenderTarget & force it to always go through a RenderTa...Gravatar Robert Phillips2017-04-11
* Revert "Rm makeRenderTargetContext in favor of deferred version"Gravatar Robert Phillips2017-04-11
* Rm makeRenderTargetContext in favor of deferred versionGravatar Robert Phillips2017-04-11
* getDeferredTextureImageData(): preserve color space in legacy modeGravatar Matt Sarett2017-04-10
* PM/UPM conversion improvementsGravatar Brian Osman2017-04-10
* constexprify GrBlend.h and GrPorterDuffXferProcessor.cppGravatar Brian Salomon2017-04-10
* Move ref counting out of GrProcessor and into subclasses.Gravatar Brian Salomon2017-04-10
* consolidate read/writePixels in GrSurfaceContextGravatar Robert Phillips2017-04-10
* Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""Gravatar Brian Salomon2017-04-08
* Revert "Create GrXferProcessor while doing GrProcessorSet analysis."Gravatar Brian Salomon2017-04-08
* Create GrXferProcessor while doing GrProcessorSet analysis.Gravatar Brian Salomon2017-04-08
* Allow Vulkan to upload to main mip level without uploading to all levels.Gravatar Greg Daniel2017-04-07
* Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2)Gravatar Robert Phillips2017-04-07
* Update stencil ops to have a parallel proxyIDGravatar Robert Phillips2017-04-06
* Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy"Gravatar Robert Phillips2017-04-06
* Make GrCopySurfaceOp friendlier to GrSurfaceProxyGravatar Robert Phillips2017-04-06
* Factor out common work in readSurfacePixels and writeSurfacePixelsGravatar Brian Osman2017-04-06
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-04-06
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Gravatar Robert Phillips2017-04-05
* Refactor Vulkan support to support FuchsiaGravatar Michael Jurka2017-04-05
* Remove texture sampling from GrConfigConversionEffectGravatar Brian Osman2017-04-05
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-04-05
* Allow FPs to elevate default precision for the entire fragment programGravatar Brian Osman2017-04-05
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Gravatar Robert Phillips2017-04-05
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPrivGravatar Robert Phillips2017-04-05
* Revert incorrect change to GrCoverageSetOp test factoryGravatar Brian Salomon2017-04-04
* Support Canvas Clip on Blit FramebufferGravatar Eric Karl2017-04-04
* Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr...Gravatar Brian Salomon2017-04-04
* Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOpGravatar Brian Salomon2017-04-04
* Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setupGravatar Eric Karl2017-04-04
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Fully remove coord transform precision codeGravatar Brian Osman2017-04-04
* Store the dst texture used by an XP in GrPipeline rather than in the XP.Gravatar Brian Salomon2017-04-03
* Fix Vulkan memory leak in MSAAGravatar Greg Daniel2017-04-03
* move vertex-mode enum into SkVerticesGravatar Mike Reed2017-04-03
* Move pipeline handling out of GrMeshDrawOp.Gravatar Brian Salomon2017-04-03
* Revert "Revert "Revert "Allow FPs to elevate default precision for the entire...Gravatar Brian Osman2017-04-03
* Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup"Gravatar Mike Klein2017-04-01
* Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setupGravatar Eric Karl2017-04-01
* Revert "Revert "Allow FPs to elevate default precision for the entire fragmen...Gravatar Brian Osman2017-03-31
* skslc can now be compiled with no Skia dependencies, in preparation for its e...Gravatar Ethan Nicholas2017-03-31