aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRenderTargetContext.cpp
Commit message (Expand)AuthorAge
* Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".Gravatar Brian Salomon2017-05-12
* Split up opLists (take 3)Gravatar Robert Phillips2017-05-12
* Setup for another attempt to split up opListsGravatar Robert Phillips2017-05-11
* Fix transparent ambient shadowsGravatar Jim Van Verth2017-05-11
* Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.Gravatar Brian Salomon2017-05-10
* Add flag to avoid stencil buffers in SkiaGravatar Eric Karl2017-05-09
* Add debug-only helper methods to get #ops & #clips per opListGravatar Robert Phillips2017-05-09
* More analytic shadow refactoring.Gravatar Jim Van Verth2017-05-05
* Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyM...Gravatar Brian Salomon2017-05-03
* Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."Gravatar Brian Salomon2017-05-03
* Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp.Gravatar Brian Salomon2017-05-03
* Optimizations for analytic shadows.Gravatar Jim Van Verth2017-05-01
* Revert "Split up opLists (take 2)"Gravatar Robert Phillips2017-04-24
* Split up opLists (take 2)Gravatar Robert Phillips2017-04-24
* Make InstancedRendering more opList-splitting friendlyGravatar Robert Phillips2017-04-24
* Revert "Split up opLists"Gravatar Robert Phillips2017-04-18
* Split up opListsGravatar Robert Phillips2017-04-18
* Split cleanup changes out of bigger CL (take 2)Gravatar Robert Phillips2017-04-18
* Revert "Split cleanup changes out of bigger CL"Gravatar Mike Klein2017-04-17
* Split cleanup changes out of bigger CLGravatar Robert Phillips2017-04-17
* sk_sp-ify opList creation & storageGravatar Robert Phillips2017-04-14
* Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetCo...Gravatar Robert Phillips2017-04-13
* Make all GrRenderTargetOpList ops store a GrRenderTarget pointerGravatar Robert Phillips2017-04-13
* Remove discard from GrRenderTarget & force it to always go through a RenderTa...Gravatar Robert Phillips2017-04-11
* 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
* 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
* 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
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-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
* Support Canvas Clip on Blit FramebufferGravatar Eric Karl2017-04-04
* Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOpGravatar Brian Salomon2017-04-04
* Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setupGravatar Eric Karl2017-04-04
* Move pipeline handling out of GrMeshDrawOp.Gravatar Brian Salomon2017-04-03
* Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup"Gravatar Mike Klein2017-04-01
* Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setupGravatar Eric Karl2017-04-01
* Add tracking of unique proxyID beside unique renderTargetID in auditTrail and...Gravatar Robert Phillips2017-03-31
* Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup"Gravatar Brian Salomon2017-03-31
* Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setupGravatar Eric Karl2017-03-31
* Minor cleanup (remove unused GrRenderTargetContext::asTexture method)Gravatar Robert Phillips2017-03-30
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* Add GrSurfaceProxy* parameter to GrContext::flushGravatar Robert Phillips2017-03-30
* Make analysis optional to GrPipeline::init().Gravatar Brian Salomon2017-03-29