aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.h
Commit message (Expand)AuthorAge
* Remove drawPathsFromRange from GrDrawContextGravatar cdalton2015-12-08
* Add option to draw wireframe batch boundsGravatar bsalomon2015-12-03
* Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of...Gravatar scroggo2015-12-03
* Add option to draw wireframe batch boundsGravatar bsalomon2015-12-03
* Add debug option to clip each GrBatch to its device boundsGravatar bsalomon2015-11-30
* APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...Gravatar ethannicholas2015-11-30
* Make stencil and cover path rendering have more reasonable bounds.Gravatar bsalomon2015-11-23
* Move GrBatchFlushState from GrDrawTarget to GrDrawingManagerGravatar robertphillips2015-11-11
* 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
* 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
* 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
* Remove separate cache for clip mask texturesGravatar bsalomon2015-10-02
* Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://code...Gravatar reed2015-09-17
* Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://...Gravatar reed2015-09-17
* add a ClassID function to GrBatchGravatar joshualitt2015-09-17
* Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://...Gravatar joshualitt2015-09-17
* add a ClassID function to GrBatchGravatar joshualitt2015-09-17
* 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
* 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
* Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...Gravatar bsalomon2015-08-13
* Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations.Gravatar bsalomon2015-08-13
* Make GrBatch carry its own GrPipelineGravatar bsalomon2015-08-11
* Remove GrPipelineOptimizations member from GrPipelineGravatar bsalomon2015-08-10
* Move some work from backend onClear to base class clearGravatar egdaniel2015-08-06
* Speculative fix for http://crbug.com/515966Gravatar bsalomon2015-07-31