aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrClearStencilClipBatch.h
Commit message (Expand)AuthorAge
* Some more batch->op renamingGravatar Brian Salomon2016-12-14
* Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp*Gravatar Brian Salomon2016-12-10
* Rename GrBatchFlushState to GrOpFlushStateGravatar Brian Salomon2016-12-07
* Rename GrBatch to GrOpGravatar Brian Salomon2016-12-01
* Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead.Gravatar Brian Salomon2016-11-30
* Make GrGpuCommandBuffer infer its render target from first drawGravatar Brian Salomon2016-11-30
* Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxyGravatar Robert Phillips2016-11-11
* Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers.Gravatar Greg Daniel2016-10-18
* Don't pass in RT to individual Gpu CommandBuffer callsGravatar Greg Daniel2016-10-12
* Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique idsGravatar robertphillips2016-08-31
* Define clear regions in terms of GrFixedClipGravatar csmartdalton2016-08-31
* Move GrDrawTarget::clear logic into GrDrawContextGravatar robertphillips2016-07-13