summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/fixed_pipeline_state.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vk_pipeline_cache: Avoid hashing and comparing dynamic state when possibleReinUsesLisp2020-06-271-13/+19
* vulkan/fixed_pipeline_state: Move state out of individual structuresReinUsesLisp2020-06-271-60/+34
* fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_stateReinUsesLisp2020-06-271-94/+71
* Merge pull request #3816 from ReinUsesLisp/vk-rasterizer-enablebunnei2020-05-121-0/+1
|\
| * vk_graphics_pipeline: Implement rasterizer_enable on VulkanReinUsesLisp2020-05-021-0/+1
* | vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleReinUsesLisp2020-05-041-0/+7
|/
* maxwell_3d: Fix depth clamping registerReinUsesLisp2020-04-281-1/+1
* Merge pull request #3766 from ReinUsesLisp/renderpass-cache-keyFernando Sahmkow2020-04-271-5/+3
|\
| * vk_pipeline_cache: Unify pipeline cache keys into a single operationReinUsesLisp2020-04-231-5/+3
* | Fix -Werror=conversion error.Markus Wick2020-04-241-1/+1
|/
* fixed_pipeline_state: Hash and compare the whole structureReinUsesLisp2020-04-191-49/+5
* fixed_pipeline_state: Pack blending stateReinUsesLisp2020-04-191-27/+54
* fixed_pipeline_state: Pack rasterizer stateReinUsesLisp2020-04-191-56/+45
* fixed_pipeline_state: Pack depth stencil stateReinUsesLisp2020-04-191-45/+52
* fixed_pipeline_state: Pack attribute stateReinUsesLisp2020-04-191-47/+52
* maxwell_3d: Flatten cull and front face registersReinUsesLisp2020-02-281-4/+4
* fixed_pipeline_state: Add depth clampReinUsesLisp2020-01-071-4/+6
* fixed_pipeline_state: Define symetric operator!= and mark as noexceptReinUsesLisp2019-12-241-20/+71
* fixed_pipeline_state: Define structure and loadersReinUsesLisp2019-12-231-0/+231