aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches
Commit message (Expand)AuthorAge
* Fix leak when DFPR fails to draw pathGravatar bsalomon2016-07-14
* Make GrBatchAtlas robust against attempts to add large rects.Gravatar bsalomon2016-07-13
* Retract PipelineBuilder from GrClip::applyGravatar robertphillips2016-07-13
* Move GrDrawTarget::clear logic into GrDrawContextGravatar robertphillips2016-07-13
* Simplify GrDefaultPathRenderer a tiny bitGravatar robertphillips2016-07-11
* Simplify MSAA path rendererGravatar robertphillips2016-07-11
* Add choke point for modifying non-AA rect draws (e.g., applying clipping)Gravatar robertphillips2016-07-08
* Revert of Add choke point for modifying non-AA rect draws (e.g., applying cli...Gravatar robertphillips2016-07-08
* Add choke point for modifying non-AA rect draws (e.g., applying clipping)Gravatar robertphillips2016-07-08
* Revert change of bounds computation in MSAA path renderer.Gravatar bsalomon2016-07-08
* Consolidate handling of infinitely thin primitives and aa bloat handing WRT b...Gravatar bsalomon2016-07-08
* Remove fColor from PathRenderer DrawPathArgs structGravatar robertphillips2016-07-07
* Hide NonAAStrokeRectBatch Geometry class and cleanup class.Gravatar bsalomon2016-07-06
* Fix bounds computation for non-aa hairlines when snapping to pixel centersGravatar egdaniel2016-07-06
* Hide geometry class in AAStrokeRectBatch and remove unused Append function.Gravatar bsalomon2016-07-06
* Add gm that tests shaded stroked rectangles.Gravatar bsalomon2016-07-06
* Move GrNonAAFillRectPerspectiveBatch to its own fileGravatar robertphillips2016-07-06
* Increase batching for AA fill rects.Gravatar bsalomon2016-07-06
* Revert of Increase batching for AA fill rects. (patchset #4 id:60001 of https...Gravatar benjaminwagner2016-07-04
* Increase batching for AA fill rects.Gravatar bsalomon2016-07-01
* Split apart the GP construction for the NonAAFillRect BatchesGravatar robertphillips2016-07-01
* Cleanup non-AA fill rect batch construction.Gravatar bsalomon2016-07-01
* Simplify AA fill rect batch construction and rename Geometry->RectInfoGravatar bsalomon2016-07-01
* Remove unneeded helpers in AA and non-AA rect GrBatch subclasses.Gravatar bsalomon2016-07-01
* Cleanup PLSPathBatchGravatar bsalomon2016-06-30
* Remove unused batch rect append functionsGravatar bsalomon2016-06-30
* Remove GrTInstanceBatchGravatar bsalomon2016-06-30
* Hide GrNonAANinePatchBatch::Geometry and rename to PatchGravatar bsalomon2016-06-30
* Hide MSAAPathBatch::Geometry and rename to PathInfoGravatar bsalomon2016-06-30
* Hide GrDrawVerticesBatch::Geometry and rename to MeshGravatar bsalomon2016-06-30
* Even more hiding of Geometry structs in GrBatch subclasses.Gravatar bsalomon2016-06-30
* Hide more GrBatch Geometry structs.Gravatar bsalomon2016-06-29
* Dump batch bounds and scissor rectGravatar robertphillips2016-06-29
* Spruce up batch info printoutsGravatar robertphillips2016-06-28
* Make lines a special case in GrShapeGravatar bsalomon2016-06-28
* Revert of Make lines a special case in GrShape (patchset #5 id:120001 of http...Gravatar bsalomon2016-06-28
* Make lines a special case in GrShapeGravatar bsalomon2016-06-28
* Fix inverse test for GrDFAAPR::onCanDrawPathGravatar bsalomon2016-06-27
* Remove style application from GrPathRenderer subclassesGravatar bsalomon2016-06-27
* Use GrShape in GrPathRenderer.Gravatar bsalomon2016-06-24
* Start using GrGpuCommandBuffer in GrDrawTarget.Gravatar egdaniel2016-06-23
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Replace targetHasUnifiedMultisampling in GrPB constructorGravatar csmartdalton2016-06-08
* Fix instances where hwaa was wrong for mixed samplesGravatar csmartdalton2016-06-08
* SkLeanWindows.h: #include "Windows.h" fewer placesGravatar halcanary2016-06-07
* Fix dashing bug where hwaa was unintentionally disabledGravatar csmartdalton2016-06-07
* Make GrDashEffect take a AA mode enum.Gravatar bsalomon2016-06-07
* Remove GrRenderTarget from GrPipelineBuilderGravatar robertphillips2016-06-06
* More Unref GrXPFactory.Gravatar bungeman2016-06-03
* Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...Gravatar robertphillips2016-06-03