aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrLatticeOp.cpp
Commit message (Expand)AuthorAge
* Remove array of TextureSampler pointers from GrIOResourceProcessor.Gravatar Brian Salomon2018-07-30
* Remove clamping of kPlus with F16 configsGravatar Brian Osman2018-07-11
* Refactor GrPipeline dynamic state.Gravatar Brian Salomon2018-06-26
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Gravatar Brian Salomon2018-06-19
* Revert "Change how vertex/instance attributes are handled in geometry process...Gravatar Mike Klein2018-06-19
* Change how vertex/instance attributes are handled in geometry processors.Gravatar Brian Salomon2018-06-18
* Simplify usage of GrGLSLColorSpaceXformHelperGravatar Brian Osman2018-06-15
* Plumb GrContext everywhereGravatar Robert Phillips2018-06-12
* Make GrPrimitiveProcessor::Attribute a class, hide data members.Gravatar Brian Salomon2018-05-30
* Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRectGravatar Brian Salomon2018-05-18
* Visit the image proxy in GrLatticeOpGravatar Brian Salomon2018-05-07
* Make GPU lattice/nine patch not bleed across cells.Gravatar Brian Salomon2018-05-07
* Remove public version of SkMatrix::mapPointsWithStride.Gravatar Brian Salomon2018-01-05
* Implement a fast path for solid color lattice rectangleGravatar Stan Iliev2017-12-11
* make point array methods privateGravatar Cary Clark2017-11-07
* Revert "Revert "Make GPU backend triangulate rects such that they are rendere...Gravatar Brian Salomon2017-10-18
* Revert "Make GPU backend triangulate rects such that they are rendered as tri...Gravatar Brian Salomon2017-10-17
* Make GPU backend triangulate rects such that they are rendered as tri strips ...Gravatar Brian Salomon2017-10-17
* Make GrResourceProvider more sk_spifiedGravatar Brian Salomon2017-10-16
* Use shader based blending to clamp kPlus mode w/F16Gravatar Brian Osman2017-09-20
* Change visitProxies signatureGravatar Robert Phillips2017-09-14
* Add method to iterate over a GrOp's GrSurfaceProxiesGravatar Robert Phillips2017-09-13
* Move GrProcessorSet into GrPipelineGravatar Brian Salomon2017-08-09
* Fix assert in lattice op triggered by GLProgramsTestGravatar Brian Salomon2017-07-12
* Handle invalid lattice case in LatticeOp test factoryGravatar Brian Salomon2017-07-11
* Convert NonAALatticeOp to non-legacy GrMeshDrawOp.Gravatar Brian Salomon2017-07-11
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Revert "Add GrPrimitiveType::kLinesAdjacency"Gravatar Ravi Mistry2017-06-13
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Convert GrMesh back to a classGravatar Chris Dalton2017-05-15
* Convert GrMesh to a structGravatar Chris Dalton2017-05-03
* Move pipeline handling out of GrMeshDrawOp.Gravatar Brian Salomon2017-04-03
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...Gravatar Brian Salomon2017-03-29
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...Gravatar Brian Salomon2017-03-09
* Make GrPipelineAnalysis a nested class of GrProcessorSet.Gravatar Brian Salomon2017-02-22
* Remove component flags from GrPipelineInput.Gravatar Brian Salomon2017-02-14
* Make SkGpuDevice::drawVertices perform color byte order swap and premul step ...Gravatar Brian Salomon2017-01-30
* Cleanup ops that are storing GrPipelineOptimizations.Gravatar Brian Salomon2017-01-05
* Removing tracking of whether GP/FP coverage calculations are used by XP.Gravatar Brian Salomon2017-01-04
* Remove ref counting from GrOp.Gravatar Brian Salomon2017-01-03
* This renames methods and classes that relate to static analysis of combinatio...Gravatar Brian Salomon2016-12-21
* move src/gpu/batches -> src/gpu/opsGravatar Brian Salomon2016-12-16