index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTextureOpList.cpp
Commit message (
Expand
)
Author
Age
*
Add handling for allocation failure in GrTextureOpList
Robert Phillips
2018-03-28
*
Remove Ops whose lazy proxies fail to instantiate on flush
Greg Daniel
2018-01-29
*
Make sure to visit clips and dst proxies during gather
Chris Dalton
2017-11-30
*
Prepare to enable explicit gpu resource allocation (take 2)
Robert Phillips
2017-11-08
*
Revert "Prepare to enable explicit gpu resource allocation"
Greg Daniel
2017-11-08
*
Prepare to enable explicit gpu resource allocation
Robert Phillips
2017-11-08
*
Make the intervals in GrResourceAllocator use SkArenaAlloc
Robert Phillips
2017-11-02
*
Make deferred upload handling and draw recording be virtual interfaces implem...
Brian Salomon
2017-10-31
*
Rename GrOpList::reset to endFlush
Chris Dalton
2017-10-04
*
Land scaffolding for explicit MDB resource allocation
Robert Phillips
2017-09-14
*
Make GrCopySurfaceOp participate in the GrOplist DAG
Robert Phillips
2017-09-14
*
Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.
Greg Daniel
2017-08-24
*
Add GrPrepareCallback, always run at the start of flush
Brian Osman
2017-08-22
*
Finish a few MDB TODOs
Robert Phillips
2017-06-23
*
Update copyOp to split-opList world
Robert Phillips
2017-06-01
*
Update clearOp for split-OpList world (take 3)
Robert Phillips
2017-05-31
*
Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp
Robert Phillips
2017-05-17
*
Rename finishOpList to finishFlush and call it less frequently
Robert Phillips
2017-05-15
*
Split up opLists (take 3)
Robert Phillips
2017-05-12
*
Setup for another attempt to split up opLists
Robert Phillips
2017-05-11
*
Add debug-only helper methods to get #ops & #clips per opList
Robert Phillips
2017-05-09
*
Revert "Split up opLists (take 2)"
Robert Phillips
2017-04-24
*
Split up opLists (take 2)
Robert Phillips
2017-04-24
*
Revert "Split up opLists"
Robert Phillips
2017-04-18
*
Split up opLists
Robert Phillips
2017-04-18
*
Split cleanup changes out of bigger CL (take 2)
Robert Phillips
2017-04-18
*
Revert "Split cleanup changes out of bigger CL"
Mike Klein
2017-04-17
*
Split cleanup changes out of bigger CL
Robert Phillips
2017-04-17
*
Remove lastOpList capability from GrSurface
Robert Phillips
2017-04-17
*
sk_sp-ify opList creation & storage
Robert Phillips
2017-04-14
*
Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2)
Robert Phillips
2017-04-07
*
Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy"
Robert Phillips
2017-04-06
*
Make GrCopySurfaceOp friendlier to GrSurfaceProxy
Robert Phillips
2017-04-06
*
Add tracking of unique proxyID beside unique renderTargetID in auditTrail and...
Robert Phillips
2017-03-31
*
Revert "Revert "Remove GrPipeline from GrDrawOp.""
Brian Salomon
2017-03-21
*
Add pre-Flush callback to GrDrawingManager (take 2)
Robert Phillips
2017-03-21
*
Revert "Remove GrPipeline from GrDrawOp."
Brian Salomon
2017-03-16
*
Remove GrPipeline from GrDrawOp.
Brian Salomon
2017-03-16
*
Revert "Add pre-Flush callback to GrDrawingManager"
Robert Phillips
2017-03-15
*
Add pre-Flush callback to GrDrawingManager
Robert Phillips
2017-03-15
*
Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList.
Brian Salomon
2017-03-06
*
Remove ref counting from GrOp.
Brian Salomon
2017-01-03
*
Remove render target unique ID virtual from GrOp.
Brian Salomon
2016-12-22
*
Rename GrOp::draw to GrOp::execute
Brian Salomon
2016-12-21
*
Rename batch->op in GrAuditTrail.
Brian Salomon
2016-12-20
*
move src/gpu/batches -> src/gpu/ops
Brian Salomon
2016-12-16
*
Some more batch->op renaming
Brian Salomon
2016-12-14
*
Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp*
Brian Salomon
2016-12-10
*
Rename GrBatchFlushState to GrOpFlushState
Brian Salomon
2016-12-07
*
Rename batch->op in GrOpList and subclasses
Brian Salomon
2016-12-07
[next]