aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRenderTargetOpList.cpp
Commit message (Expand)AuthorAge
* Make GrRenderTargetOpList::purgeOpsWithUninstantiatedProxies match the GrText...Gravatar Robert Phillips2018-07-13
* Revert "Add genIDs from all contributing elements to GrReducedClip's mask key."Gravatar Brian Salomon2018-07-09
* Add genIDs from all contributing elements to GrReducedClip's mask key.Gravatar Brian Salomon2018-07-09
* Move op memory storage to GrContext (take 2)Gravatar Robert Phillips2018-06-19
* Revert "Move op memory storage to GrContext"Gravatar Robert Phillips2018-06-15
* Move op memory storage to GrContextGravatar Robert Phillips2018-06-15
* Plumb GrContext everywhereGravatar Robert Phillips2018-06-12
* Delete GrDrawOp::wasRecordedGravatar Chris Dalton2018-05-23
* Add more granularity inside of SkCanvas::Flush traces.Gravatar Xiao Yu2018-04-26
* Add ability to dump opList info at flush-timeGravatar Robert Phillips2018-04-20
* Add discard check when deciding if we should execute op list or not.Gravatar Greg Daniel2018-04-20
* Add handling for allocation failure in GrTextureOpListGravatar Robert Phillips2018-03-28
* Remove Ops whose lazy proxies fail to instantiate on flushGravatar Greg Daniel2018-01-29
* Split GrContext into Normal/DDL flavorsGravatar Robert Phillips2018-01-19
* Revert "Move more internal methods from GrContext to GrContextPriv"Gravatar Hal Canary2018-01-19
* Move more internal methods from GrContext to GrContextPrivGravatar Robert Phillips2018-01-19
* Move resourceProvider accessor to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-16
* Revert "Move resourceProvider accessor to GrContextPriv"Gravatar Hal Canary2018-01-16
* Move resourceProvider accessor to GrContextPrivGravatar Robert Phillips2018-01-16
* Remove instanced renderingGravatar Brian Salomon2017-12-08
* Add explicit GPU resource allocation of deferred proxiesGravatar Robert Phillips2017-12-01
* Add "lazy" texture proxiesGravatar Chris Dalton2017-11-30
* Make sure to visit clips and dst proxies during gatherGravatar Chris Dalton2017-11-30
* Revert "Make sure to visit clips and dst proxies during gather"Gravatar Chris Dalton2017-11-29
* Make sure to visit clips and dst proxies during gatherGravatar Chris Dalton2017-11-29
* Revert "Make sure to visit clips and dst proxies during gather"Gravatar Robert Phillips2017-11-27
* Make sure to visit clips and dst proxies during gatherGravatar Chris Dalton2017-11-27
* Delete an opList's clips when it survives a flushGravatar Chris Dalton2017-11-27
* Prepare to enable explicit gpu resource allocation (take 2)Gravatar Robert Phillips2017-11-08
* Revert "Prepare to enable explicit gpu resource allocation"Gravatar Greg Daniel2017-11-08
* Prepare to enable explicit gpu resource allocationGravatar Robert Phillips2017-11-08
* Revert "Implement window rectangles in vulkan"Gravatar Jim Van Verth2017-11-02
* Implement window rectangles in vulkanGravatar Chris Dalton2017-11-02
* Make the intervals in GrResourceAllocator use SkArenaAllocGravatar Robert Phillips2017-11-02
* Make deferred upload handling and draw recording be virtual interfaces implem...Gravatar Brian Salomon2017-10-31
* Rename GrOpList::reset to endFlushGravatar Chris Dalton2017-10-04
* Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation"Gravatar Brian Osman2017-10-02
* Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-fr...Gravatar Brian Osman2017-10-02
* Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, ...Gravatar Brian Osman2017-09-29
* Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defe...Gravatar Brian Osman2017-09-28
* Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instan...Gravatar Brian Osman2017-09-28
* Land scaffolding for explicit MDB resource allocationGravatar Robert Phillips2017-09-14
* Make GrCopySurfaceOp participate in the GrOplist DAGGravatar Robert Phillips2017-09-14
* Reduce stencil buffer clearingGravatar Robert Phillips2017-08-30
* Push full screen clears up to OpListGravatar Robert Phillips2017-08-30
* Store discard request on the opList and remove GrDiscardOp (take 3)Gravatar Robert Phillips2017-08-29
* Revert "Store discard request on the opList and remove GrDiscardOp (take 2)"Gravatar Robert Phillips2017-08-25
* Store discard request on the opList and remove GrDiscardOp (take 2)Gravatar Robert Phillips2017-08-25
* Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.Gravatar Greg Daniel2017-08-24
* Add GrPrepareCallback, always run at the start of flushGravatar Brian Osman2017-08-22