aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.cpp
Commit message (Expand)AuthorAge
* Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://cod...Gravatar cdalton2015-11-10
* Disable preemptive batch preparationGravatar robertphillips2015-11-10
* Fix mixed samples stencil clipGravatar cdalton2015-11-09
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-30
* Move scissor state to GrAppliedClipGravatar bsalomon2015-10-27
* Add immediate mode option for gpu configs in dmGravatar bsalomon2015-10-23
* Revert of Dependencies are now added between the drawTargets in GrPipeline (p...Gravatar robertphillips2015-10-22
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-22
* Revert of Dependencies are now added between the drawTargets in GrPipeline (p...Gravatar caryclark2015-10-21
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-20
* Add debugging helper to GrDrawTargetGravatar robertphillips2015-10-20
* Add the machinery to GrDrawTarget to enable topological sortingGravatar robertphillips2015-10-20
* Loosen requirement that there be only one GrDrawTargetGravatar robertphillips2015-10-16
* Updates nvpr text blobs to not store a direct reference to theGravatar cdalton2015-10-08
* Insert clip fragment processor outside GrCMMGravatar bsalomon2015-10-07
* Incrementally flush GrDrawTargetGravatar joshualitt2015-10-02
* Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://...Gravatar joshualitt2015-10-02
* Incrementally flush GrDrawTargetGravatar joshualitt2015-10-02
* fix for default path renderer draws harlines without bloatingGravatar joshualitt2015-09-30
* Move some of the adding stencil attachment logic of Gpu and into Render Target.Gravatar egdaniel2015-09-14
* fix missing clipmaskmanagerGravatar Brian Salomon2015-09-10
* Remove GrClipTargetGravatar bsalomon2015-09-10
* Simplify installation of pipeling into GrDrawBatch in GrDrawTargetGravatar bsalomon2015-09-10
* Late creation of GrPathProcessorGravatar joshualitt2015-09-10
* Cleanup GrDrawTarget now that all paths lead to GrBatchGravatar bsalomon2015-09-10
* GrPathRangeBatchGravatar bsalomon2015-09-09
* Remove GrGpuTraceMarker hooks until we rethink the designGravatar joshualitt2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Standardize BW to NonAAGravatar joshualitt2015-08-21
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* Put drawPath in GrBatch.Gravatar bsalomon2015-08-19
* Path stenciling in GrBatchGravatar bsalomon2015-08-18
* GrCopySurfaceBatchGravatar bsalomon2015-08-18
* ClearStencilClip in GrBatchGravatar bsalomon2015-08-18
* Put clear and discard into GrBatch.Gravatar bsalomon2015-08-18
* Split GrDrawBatch and GrVertexBatch into their own filesGravatar bsalomon2015-08-13
* Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...Gravatar bsalomon2015-08-13
* Make GrBatch carry its own GrPipelineGravatar bsalomon2015-08-11
* Remove GrPipelineOptimizations member from GrPipelineGravatar bsalomon2015-08-10
* Expand functionality of GrRectBatchFactory with AARectsGravatar joshualitt2015-08-10
* Move GrStrokeRectBatch creation to behind factoryGravatar joshualitt2015-08-10
* Create GrRectBatchFactoryGravatar joshualitt2015-08-10
* Use a factory function to create GrPipeline and remove unused memberGravatar bsalomon2015-08-10
* Make folder for batchesGravatar joshualitt2015-08-07
* Fix warnings on VS2015 x86_64 buildGravatar bsalomon2015-08-06
* Move some work from backend onClear to base class clearGravatar egdaniel2015-08-06
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Speculative fix for http://crbug.com/515966Gravatar bsalomon2015-07-31
* Removing GrTemplates.hGravatar joshualitt2015-07-17