summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/fixed_pipeline_state.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-19fixed_pipeline_state: Hash and compare the whole structureReinUsesLisp1-56/+4
2020-04-19fixed_pipeline_state: Pack blending stateReinUsesLisp1-55/+158
2020-04-19fixed_pipeline_state: Pack rasterizer stateReinUsesLisp1-97/+102
2020-04-19fixed_pipeline_state: Pack depth stencil stateReinUsesLisp1-42/+78
2020-04-19fixed_pipeline_state: Pack attribute stateReinUsesLisp1-31/+4
2020-02-28maxwell_3d: Flatten cull and front face registersReinUsesLisp1-8/+7
2020-01-07fixed_pipeline_state: Add depth clampReinUsesLisp1-6/+12
2019-12-24fixed_pipeline_state: Define symetric operator!= and mark as noexceptReinUsesLisp1-20/+21
2019-12-23fixed_pipeline_state: Define structure and loadersReinUsesLisp1-0/+295