aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/instanced/InstancedRendering.cpp
Commit message (Expand)AuthorAge
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Retract GrTexture*.h & GrRenderTarget*.h from other headersGravatar Robert Phillips2017-06-13
* Make InstancedRendering more opList-splitting friendlyGravatar Robert Phillips2017-04-24
* Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""Gravatar Brian Salomon2017-04-08
* Revert "Create GrXferProcessor while doing GrProcessorSet analysis."Gravatar Brian Salomon2017-04-08
* Create GrXferProcessor while doing GrProcessorSet analysis.Gravatar Brian Salomon2017-04-08
* Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOpGravatar Brian Salomon2017-04-04
* Respect xfer barriers in InstancedRendering::OpGravatar Brian Salomon2017-03-31
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* Don't perform analysis twice in InstancedRendering::OpGravatar Brian Salomon2017-03-30
* Make analysis optional to GrPipeline::init().Gravatar Brian Salomon2017-03-29
* Remove GrXferProcessor::getOptimizations.Gravatar Brian Salomon2017-03-29
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Add function to perform color fragment processor elimination while performing...Gravatar Brian Salomon2017-03-24
* Revert "Revert "Remove GrPipeline from GrDrawOp.""Gravatar Brian Salomon2017-03-21
* Revert "Remove GrPipeline from GrDrawOp."Gravatar Brian Salomon2017-03-16
* Remove GrPipeline from GrDrawOp.Gravatar Brian Salomon2017-03-16
* Add GrOp::wasRecorded and use in instanced rendering for tracking.Gravatar Brian Salomon2017-03-07
* Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList.Gravatar Brian Salomon2017-03-06
* Remove stencil related flags from GrInstancedPipelineInfo.Gravatar Brian Salomon2017-03-01
* Use GrAAType in instanced rendering.Gravatar Brian Salomon2017-03-01
* Make GrPipelineAnalysis a nested class of GrProcessorSet.Gravatar Brian Salomon2017-02-22
* Remove component flags from GrPipelineInput.Gravatar Brian Salomon2017-02-14
* Remove ref counting from GrOp.Gravatar Brian Salomon2017-01-03
* Rename GrOp::draw to GrOp::executeGravatar Brian Salomon2016-12-21
* This renames methods and classes that relate to static analysis of combinatio...Gravatar Brian Salomon2016-12-21
* Rename batch->op and sk_sp in instanced renderingGravatar Brian Salomon2016-12-16
* Relandx2 "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Reland "Remove antialiasing control from GrPaint.""Gravatar Brian Salomon2016-12-09
* Reland "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-08
* Remove antialiasing control from GrPaint.Gravatar Brian Salomon2016-12-08
* Rename GrBatchFlushState to GrOpFlushStateGravatar Brian Salomon2016-12-07
* Rename GrDrawBatch->GrDrawOpGravatar Brian Salomon2016-12-01
* Rename GrBatch to GrOpGravatar Brian Salomon2016-12-01
* Make GrMemoryPool play nice with bucketing allocators.Gravatar dskiba2016-11-29
* src/gpu: s/SkAutoTUnref/sk_sp/gGravatar Hal Canary2016-11-07
* Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers.Gravatar Greg Daniel2016-10-18
* Add test configs for instanced renderingGravatar csmartdalton2016-07-29
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...Gravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Add resource provider flag to avoid client-side buffersGravatar csmartdalton2016-07-13
* Consolidate handling of infinitely thin primitives and aa bloat handing WRT b...Gravatar bsalomon2016-07-08
* Begin instanced rendering for simple shapesGravatar csmartdalton2016-07-07
* Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001...Gravatar ksakamoto2016-07-05
* Begin instanced rendering for simple shapesGravatar csmartdalton2016-06-30