aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureOpList.h
Commit message (Expand)AuthorAge
* 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
* Add ability to dump opList info at flush-timeGravatar Robert Phillips2018-04-20
* Remove Ops whose lazy proxies fail to instantiate on flushGravatar Greg Daniel2018-01-29
* Remove instanced renderingGravatar Brian Salomon2017-12-08
* Rename GrOpList::reset to endFlushGravatar Chris Dalton2017-10-04
* Land scaffolding for explicit MDB resource allocationGravatar Robert Phillips2017-09-14
* Add GrPrepareCallback, always run at the start of flushGravatar Brian Osman2017-08-22
* Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceC...Gravatar Robert Phillips2017-06-28
* Update copyOp to split-opList worldGravatar Robert Phillips2017-06-01
* update GrOp printoutsGravatar Robert Phillips2017-06-01
* Update clearOp for split-OpList world (take 3)Gravatar Robert Phillips2017-05-31
* Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOpGravatar Robert Phillips2017-05-17
* Rename finishOpList to finishFlush and call it less frequentlyGravatar Robert Phillips2017-05-15
* Setup for another attempt to split up opListsGravatar Robert Phillips2017-05-11
* Add debug-only helper methods to get #ops & #clips per opListGravatar Robert Phillips2017-05-09
* Remove lastOpList capability from GrSurfaceGravatar Robert Phillips2017-04-17
* sk_sp-ify opList creation & storageGravatar Robert Phillips2017-04-14
* Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2)Gravatar Robert Phillips2017-04-07
* Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy"Gravatar Robert Phillips2017-04-06
* Make GrCopySurfaceOp friendlier to GrSurfaceProxyGravatar Robert Phillips2017-04-06
* Add tracking of unique proxyID beside unique renderTargetID in auditTrail and...Gravatar Robert Phillips2017-03-31
* Remove ref counting from GrOp.Gravatar Brian Salomon2017-01-03
* Remove render target unique ID virtual from GrOp.Gravatar Brian Salomon2016-12-22
* Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp*Gravatar Brian Salomon2016-12-10
* Rename GrBatchFlushState to GrOpFlushStateGravatar Brian Salomon2016-12-07
* Rename batch->op in GrOpList and subclassesGravatar Brian Salomon2016-12-07
* Rename GrBatch to GrOpGravatar Brian Salomon2016-12-01
* Added GrSurfaceContext and GrTextureContextGravatar Brian Osman2016-11-23
* Make GrDrawContext be GrRenderTargetProxy-backedGravatar Robert Phillips2016-10-28
* Create GrTextureOpList to support deferred copy batches for texturesGravatar Brian Osman2016-10-26