aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawContext.cpp
Commit message (Expand)AuthorAge
* Remove drawPathsFromRange from GrDrawContextGravatar cdalton2015-12-08
* Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passedGravatar robertphillips2015-12-04
* Reduce use of GrRenderTarget in GrTextContextsGravatar robertphillips2015-12-02
* Clean up Ganesh path render a little bitGravatar robertphillips2015-11-30
* Sniff out rects, ovals & rrects in SkGpuDevice::drawPathGravatar robertphillips2015-11-24
* Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext...Gravatar robertphillips2015-11-24
* Make stencil and cover path rendering have more reasonable bounds.Gravatar bsalomon2015-11-23
* Restrict query bounds for reduce clip to dev boundsGravatar bsalomon2015-11-23
* Initial implementation of GPU no filter NinePatchGravatar joshualitt2015-11-18
* Update testing frameworks/tests for MDBGravatar robertphillips2015-11-16
* Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of ht...Gravatar egdaniel2015-11-13
* Update testing frameworks/tests for MDBGravatar robertphillips2015-11-13
* Readd "immediate" modeGravatar robertphillips2015-11-11
* Separate out natively-texture image/bmp draws from cached-as-texture image/bm...Gravatar bsalomon2015-11-09
* Rename non-aa rect methods on GrDrawContext in anticipation of making them su...Gravatar bsalomon2015-11-05
* Remove GrPipelineBuilder from getPathRenderer callGravatar robertphillips2015-10-29
* Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CLGravatar robertphillips2015-10-27
* Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of ht...Gravatar robertphillips2015-10-26
* Fix ClipMaskManager's SW-fallback logicGravatar robertphillips2015-10-26
* Narrow the distribution of GrDrawTarget a bitGravatar robertphillips2015-10-23
* Remove DrawingMgr shims from GrContextGravatar robertphillips2015-10-17
* Loosen requirement that there be only one GrDrawTargetGravatar robertphillips2015-10-16
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Updates nvpr text blobs to not store a direct reference to theGravatar cdalton2015-10-08
* Dynamically allocate the GrDrawContextsGravatar robertphillips2015-10-06
* Remove separate cache for clip mask texturesGravatar bsalomon2015-10-02
* Move determiniation of strokerect rects internalGravatar joshualitt2015-09-22
* Move some of the adding stencil attachment logic of Gpu and into Render Target.Gravatar egdaniel2015-09-14
* Late creation of GrPathProcessorGravatar joshualitt2015-09-10
* 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