aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches
Commit message (Expand)AuthorAge
* Remove stencil settings param from stencilPath()Gravatar csmartdalton2016-08-12
* Re-adding analytical GeoProc for rectanglesGravatar dvonbeck2016-08-12
* Avoid creating full screen clear batches when there is already one in the queue.Gravatar bsalomon2016-08-11
* Use sse4.2 CRC32 instructions to hash when available.Gravatar mtklein2016-08-08
* SkRTConf: eliminateGravatar halcanary2016-08-04
* Revert of SkRTConf: reduce functionality to what we use, increase simplicity ...Gravatar mtklein2016-08-03
* SkRTConf: reduce functionality to what we use, increase simplicityGravatar halcanary2016-08-03
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Add drawImageLattice() and drawBitmapLattice() APIsGravatar msarett2016-08-02
* require semi at the end of SkASSERT and friendsGravatar caryclark2016-07-27
* Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https:/...Gravatar bsalomon2016-07-22
* Retract PipelineBuilder some moreGravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Minor change to Ganesh path renderersGravatar robertphillips2016-07-21
* Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...Gravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* 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