aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOpList.h
Commit message (Expand)AuthorAge
* 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
* Add GrPrepareCallback, always run at the start of flushGravatar Brian Osman2017-08-22
* Revert "Store discard request on the opList and remove GrDiscardOp"Gravatar Robert Phillips2017-08-09
* Store discard request on the opList and remove GrDiscardOpGravatar Robert Phillips2017-08-09
* Add explicit clear of stencil buffer before opLists that use themGravatar Robert Phillips2017-08-08
* Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceC...Gravatar Robert Phillips2017-06-28
* Hide GrGpuResourceRef from prying eyesGravatar Robert Phillips2017-06-16
* Drop the ref on the GrOpList's target in makeClosed (take 2)Gravatar Robert Phillips2017-06-14
* Revert "Drop the ref on the GrOpList's target in makeClosed"Gravatar Robert Phillips2017-06-14
* Drop the ref on the GrOpList's target in makeClosedGravatar Robert Phillips2017-06-14
* Omnibus: Push instantiation of GrTextures later (post TextureSampler)Gravatar Robert Phillips2017-06-02
* Update clearOp for split-OpList world (take 3)Gravatar Robert Phillips2017-05-31
* Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOpGravatar Robert Phillips2017-05-17
* Split up opLists (take 3)Gravatar Robert Phillips2017-05-12
* 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 GrResourceProvider & GrGpu pointers from GrRenderTargetOpListGravatar Robert Phillips2017-04-26
* Revert "Split up opLists (take 2)"Gravatar Robert Phillips2017-04-24
* Split up opLists (take 2)Gravatar Robert Phillips2017-04-24
* Revert "Split up opLists"Gravatar Robert Phillips2017-04-18
* Split up opListsGravatar Robert Phillips2017-04-18
* Remove lastOpList capability from GrSurfaceGravatar Robert Phillips2017-04-17
* sk_sp-ify opList creation & storageGravatar Robert Phillips2017-04-14
* Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOpGravatar Robert Phillips2017-03-08
* Rename GrBatchFlushState to GrOpFlushStateGravatar Brian Salomon2016-12-07
* Rename batch->op in GrOpList and subclassesGravatar Brian Salomon2016-12-07
* Added GrSurfaceContext and GrTextureContextGravatar Brian Osman2016-11-23
* Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxyGravatar Robert Phillips2016-11-11
* Make GrDrawContext be GrRenderTargetProxy-backedGravatar Robert Phillips2016-10-28
* Create GrTextureOpList to support deferred copy batches for texturesGravatar Brian Osman2016-10-26
* Add GrOpList and rename GrDrawTarget to GrRenderTargetOpListGravatar Robert Phillips2016-10-26