summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/fixed_pipeline_state.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-26fixed_pipeline_state: Remove unnecessary check for front faces flipReinUsesLisp1-2/+1
2020-05-04vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleReinUsesLisp1-0/+8
2020-05-02vk_graphics_pipeline: Implement rasterizer_enable on VulkanReinUsesLisp1-0/+1
2020-04-28maxwell_3d: Fix depth clamping registerReinUsesLisp1-1/+1
2020-04-23vk_pipeline_cache: Unify pipeline cache keys into a single operationReinUsesLisp1-9/+6
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