index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrRenderTargetOpList.cpp
Commit message (
Expand
)
Author
Age
*
Add GrOp::wasRecorded and use in instanced rendering for tracking.
Brian Salomon
2017-03-07
*
Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric ...
Mike Reed
2017-03-07
*
Move GrDrawOp pipeline/clip processing to GrRenderTargetContext
Brian Salomon
2017-03-07
*
Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList.
Brian Salomon
2017-03-06
*
Remove PLS path renderer
Brian Salomon
2017-03-06
*
Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, an...
Mike Reed
2017-03-04
*
Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable...
Mike Reed
2017-03-04
*
Remove unnecessary use of GrGLIRect in GrRenderTargetOpList
Brian Salomon
2017-03-04
*
Remove clip to bounds GrContextOption
Brian Salomon
2017-03-03
*
Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-...
Cary Clark
2017-03-03
*
Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric ...
Mike Reed
2017-03-03
*
Revert "Remove SkDraw from device-draw methods, and enable device-centric cli...
Mike Reed
2017-03-02
*
Remove SkDraw from device-draw methods, and enable device-centric clipping.
Mike Reed
2017-03-02
*
Use construct/init pattern with GrPipeline to replace CreateAt.
Brian Salomon
2017-02-24
*
Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContext
Brian Salomon
2017-02-23
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::Recorde...
Brian Salomon
2017-02-21
*
add device-clipping to gpudevice
Mike Reed
2017-02-16
*
Check that coverage FPs are compatible with alpha as coverage
Brian Salomon
2017-02-15
*
Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.
Brian Salomon
2017-02-06
*
Don't require GrPipelineBuilder to build GrPipeline
Brian Salomon
2017-01-19
*
Rename GrProcOptInfo::addProcessors to analyzeProcessors
Brian Salomon
2017-01-18
*
Add class GrProcessorSet which represents color and coverage FPs and a XPFact...
Brian Salomon
2017-01-18
*
Pass GrAppliedClip to pipeline creation.
Brian Salomon
2017-01-17
*
Simplify GrProcOptInfo initialization.
Brian Salomon
2017-01-17
*
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
*
Misc batch->op cleanup Part 1 of 2
Brian Salomon
2016-12-21
*
This renames methods and classes that relate to static analysis of combinatio...
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
*
Rename NVPR batch->op and sk_sp'ify
Brian Salomon
2016-12-15
*
Some more batch->op renaming
Brian Salomon
2016-12-14
*
Update rect ops to use "op" in their name and return sk_sp.
Brian Salomon
2016-12-14
*
Add helper for idenitfying hw GrAATypes.
Brian Salomon
2016-12-13
*
Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp*
Brian Salomon
2016-12-10
*
Make GrRenderTargetOpList::addDrawOp use sk_sp
Brian Salomon
2016-12-09
*
Relandx2 "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Revert "Reland "Remove antialiasing control from GrPaint.""
Brian Salomon
2016-12-09
*
Reland "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Revert "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-08
*
Remove antialiasing control from GrPaint.
Brian Salomon
2016-12-08
*
Rename GrBatchFlushState to GrOpFlushState
Brian Salomon
2016-12-07
*
Rename batch->op in GrOpList and subclasses
Brian Salomon
2016-12-07
*
Rework GrRenderTargetOpList::setupDstReadIfNecessary.
Brian Salomon
2016-12-07
*
Rename GrDrawBatch->GrDrawOp
Brian Salomon
2016-12-01
*
Rename GrBatch to GrOp
Brian Salomon
2016-12-01
*
Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead.
Brian Salomon
2016-11-30
*
Remove batch bounds drawing debug option
Brian Salomon
2016-11-30
[next]