aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrAAFillRectOp.cpp
Commit message (Expand)AuthorAge
* added byte and ubyte types to SKSLGravatar Ruiqi Mao2018-07-17
* 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
* Plumb GrContext everywhereGravatar Robert Phillips2018-06-12
* trim #include <new> from SkPostConfig.hGravatar Mike Klein2018-06-11
* Make SkMatrixPriv stride mapping functions take separate src and dst stridesGravatar Brian Salomon2018-01-08
* Remove public version of SkMatrix::mapPointsWithStride.Gravatar Brian Salomon2018-01-05
* Privatize separate src/dst version of SkMatrix::mapPointsWithStride.Gravatar Brian Salomon2018-01-05
* make point array methods privateGravatar Cary Clark2017-11-07
* 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
* Remove GrRectOpFactory::MakeAAFillWithDevRectGravatar Brian Salomon2017-06-16
* Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to a...Gravatar Brian Salomon2017-06-16
* Add processor info dumping to non-legacy mesh draw opsGravatar Brian Salomon2017-06-15
* Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMesh...Gravatar Brian Salomon2017-06-15
* Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp s...Gravatar Brian Salomon2017-06-14
* Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.Gravatar Brian Salomon2017-06-14
* 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
* Include non-legacy GrMeshDrawOps in GLPrograms test.Gravatar Brian Salomon2017-05-12
* Convert GrMesh to a structGravatar Chris Dalton2017-05-03
* Split cleanup changes out of bigger CL (take 2)Gravatar Robert Phillips2017-04-18
* Revert "Split cleanup changes out of bigger CL"Gravatar Mike Klein2017-04-17
* Split cleanup changes out of bigger CLGravatar Robert Phillips2017-04-17
* 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 GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* 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
* 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
* Rename files, macros, types, and functions related to GrDrawOp testing.Gravatar Brian Salomon2016-12-20
* move src/gpu/batches -> src/gpu/opsGravatar Brian Salomon2016-12-16