aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawContext.cpp
Commit message (Expand)AuthorAge
* GrPathRangeBatchGravatar bsalomon2015-09-09
* Add new GM to directly exercise perspective bitmap drawingGravatar robertphillips2015-09-03
* Make GrTextContext no longer store a GrDrawContextGravatar robertphillips2015-09-01
* Rename flag from "distance field" to "device independent."Gravatar bsalomon2015-08-31
* 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
* stop dropping AA when rect stays rectGravatar joshualitt2015-08-19
* Revert of stop dropping AA when rect stays rect (patchset #8 id:140001 of htt...Gravatar joshualitt2015-08-14
* stop dropping AA when rect stays rectGravatar joshualitt2015-08-14
* Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...Gravatar bsalomon2015-08-13
* Revise DrawAtlasBatch to get rid of one copy when generating the batch.Gravatar jvanverth2015-08-12
* trivial CL to add drawBatch to GrDrawContextGravatar joshualitt2015-08-10
* Expand functionality of GrRectBatchFactory with AARectsGravatar joshualitt2015-08-10
* Move GrStrokeRectBatch creation to behind factoryGravatar joshualitt2015-08-10
* GrDrawVertices to batchesGravatar joshualitt2015-08-07
* Move GrDrawAtlasBatch to separate fileGravatar jvanverth2015-08-07
* Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https:/...Gravatar jvanverth2015-08-07
* Move GrDrawAtlasBatch to separate fileGravatar jvanverth2015-08-07
* Make folder for batchesGravatar joshualitt2015-08-07
* First pass at drawAtlas batching.Gravatar jvanverth2015-08-07
* Don't pass pipeline to GrBatch::generateGeometry()Gravatar bsalomon2015-08-06
* Give strokerectbatch a proper homeGravatar bsalomon2015-08-05
* Remove SHADER_AA_FILL_RECT flagGravatar robertphillips2015-08-05
* Remove IGNORE_ROT_AA_RECT_OPT flagGravatar robertphillips2015-08-04
* Use new API everywhere for GrDefaultGeoProcFactoryGravatar joshualitt2015-08-03
* Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:...Gravatar joshualitt2015-08-03
* Use new API everywhere for GrDefaultGeoProcFactoryGravatar joshualitt2015-08-03
* Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...Gravatar bsalomon2015-07-31
* All batches do their own pipeline compareGravatar joshualitt2015-07-16
* ovals now take a const GrPipelineBuilderGravatar joshualitt2015-07-13
* Start to propagate constness of GrPipelineBuilder up the stackGravatar joshualitt2015-07-13
* Trivial cleanupGravatar joshualitt2015-07-10
* Remove setFromPaint from GrPipelineBuilderGravatar joshualitt2015-07-09
* Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.Gravatar bsalomon2015-07-08
* Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview....Gravatar bsalomon2015-07-08
* Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.Gravatar bsalomon2015-07-08
* Hide NVPR text behind distance field flagGravatar cdalton2015-06-29
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Add useDFT field to SkDevicePropertiesGravatar robertphillips2015-06-18
* Make GrTextContext be owned by the GrDrawContextGravatar robertphillips2015-06-17
* Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...Gravatar bsalomon2015-06-16
* Make GrTextContext be owned by the GrDrawContextGravatar robertphillips2015-06-16
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Update XPF invariant info to not account for conflationGravatar cdalton2015-06-02
* Unblock DEPS roll by remove SkAutoTUnref from GrDrawContextGravatar robertphillips2015-05-26
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26