index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTextureOpList.h
Commit message (
Expand
)
Author
Age
*
Update copyOp to split-opList world
Robert Phillips
2017-06-01
*
update GrOp printouts
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
*
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
*
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
*
Remove ref counting from GrOp.
Brian Salomon
2017-01-03
*
Remove render target unique ID virtual from GrOp.
Brian Salomon
2016-12-22
*
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
*
Added GrSurfaceContext and GrTextureContext
Brian Osman
2016-11-23
*
Make GrDrawContext be GrRenderTargetProxy-backed
Robert Phillips
2016-10-28
*
Create GrTextureOpList to support deferred copy batches for textures
Brian Osman
2016-10-26