aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOpList.h
Commit message (Expand)AuthorAge
* Fix Flutter/Fushcia buildGravatar Robert Phillips2017-11-10
* Update MDB flags to match switches in Chrome & AndroidGravatar Robert Phillips2017-11-10
* 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
* Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"Gravatar Brian Osman2017-09-28
* Make threaded proxy generation MDB-friendly, and defer instantiationGravatar Brian Osman2017-09-28
* Revert "Revert "Pre-allocate some opList dependency list storage""Gravatar Robert Phillips2017-09-15
* Revert "Pre-allocate some opList dependency list storage"Gravatar Robert Phillips2017-09-14
* Pre-allocate some opList dependency list storageGravatar Robert Phillips2017-09-14
* Land scaffolding for explicit MDB resource allocationGravatar Robert Phillips2017-09-14
* Make GrCopySurfaceOp participate in the GrOplist DAGGravatar Robert Phillips2017-09-14
* Pull non-substantive changes out of explicit GPU resource allocation CLGravatar Robert Phillips2017-09-13
* Do software clip mask generation with worker threadsGravatar Brian Osman2017-09-11
* 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
* 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