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
*
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
*
Rename GrBatch to GrOp
Brian Salomon
2016-12-01
*
Make GrDrawContext be GrRenderTargetProxy-backed
Robert Phillips
2016-10-28
*
Create GrTextureOpList to support deferred copy batches for textures
Brian Osman
2016-10-26