aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrDrawVerticesOp.h
Commit message (Expand)AuthorAge
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Revert "Add GrPrimitiveType::kLinesAdjacency"Gravatar Ravi Mistry2017-06-13
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Do color correction of vertex colors in GPU drawVerticesGravatar Brian Osman2017-05-31
* Only support SkVertices in GrDrawVerticesOp and GrRenderTargetContextGravatar Brian Osman2017-05-26
* Fix flag collision in GrDrawVerticesOpGravatar Brian Osman2017-05-23
* 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
* remove unused VerticesFlagsGravatar Mike Reed2017-03-16
* Revert[4] "store vertices arrays inline with object""""Gravatar Mike Reed2017-03-16
* Revert[3] "store vertices arrays inline with object"""Gravatar Mike Reed2017-03-16
* Revert[2] "store vertices arrays inline with object""Gravatar Mike Reed2017-03-15
* Revert "store vertices arrays inline with object"Gravatar Mike Reed2017-03-15
* store vertices arrays inline with objectGravatar Mike Reed2017-03-15
* 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
* Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.Gravatar Brian Salomon2017-02-06
* Batch across matrix changes in drawVertices and add GM to test.Gravatar Brian Salomon2017-02-03
* Make SkGpuDevice::drawVertices perform color byte order swap and premul step ...Gravatar Brian Salomon2017-01-30
* 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
* Misc batch->op cleanup Part 2 of 2Gravatar Brian Salomon2016-12-21
* 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