aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.cpp
Commit message (Expand)AuthorAge
* 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
* small cleanups after fixing const of GrPipelineBuilder on DrawTargetGravatar joshualitt2015-07-13
* Start to propagate constness of GrPipelineBuilder up the stackGravatar joshualitt2015-07-13
* Modify GrClipMaskManager to reflect logical constnessGravatar joshualitt2015-07-13
* Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #1...Gravatar bsalomon2015-06-01
* Remove GrContext from GrDrawTargetGravatar bsalomon2015-05-29
* Remove GrContext from GrClipMaskCacheGravatar bsalomon2015-05-29
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-29
* Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...Gravatar bsalomon2015-05-28
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-28
* Split GrCaps impl out into its own cppGravatar bsalomon2015-05-26
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-26
* Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro...Gravatar bungeman2015-05-22