summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_state_tracker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Video_core: Address feedbackFernando Sahmkow2023-01-041-1/+1
* Vulkan: rework stencil tracking.Fernando Sahmkow2023-01-031-9/+17
* Vulkan: Implement Dynamic State 3Fernando Sahmkow2023-01-011-0/+14
* Vulkan Implement Dynamic State 2 LogicOp and PatchVerticesFernando Sahmkow2023-01-011-0/+6
* Vulkan: Implement Dynamic States 2Fernando Sahmkow2023-01-011-22/+36
* ir/texture_pass: Use host_info instead of querying Settings::values (#9176)Morph2022-11-111-1/+1
* Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong.Kelebek12022-10-101-6/+6
* Update 3D regsKelebek12022-10-071-29/+29
* state_tracker: workaround channel setup for homebrewLiam2022-10-061-1/+2
* OpenGl: Implement Channels.Fernando Sahmkow2022-10-061-3/+5
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-3/+10
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* Fix vulkan viewport issueFeng Chen2021-10-221-0/+1
* vk_graphics_pipeline: Implement line widthReinUsesLisp2021-07-231-4/+10
* vulkan: Add VK_EXT_vertex_input_dynamic_state supportReinUsesLisp2021-07-231-18/+32
* fixed_pipeline_cache: Use dirty flags to lazily update keyReinUsesLisp2021-02-131-2/+32
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-3/+6
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-14/+9
* video_core: Adjust `NUM` macro to avoid Clang warningcomex2020-12-071-1/+1
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-11/+3
* vk_state_tracker: Fix primitive topologyReinUsesLisp2020-08-211-6/+1
* vk_state_tracker: Fix dirty flags for stencil_enable on VK_EXT_extended_dynamic_stateReinUsesLisp2020-07-131-0/+1
* vk_rasterizer: Use VK_EXT_extended_dynamic_stateReinUsesLisp2020-06-271-0/+68
* DirtyFlags: relax need to set render_targets as dirty Fernando Sahmkow2020-03-141-2/+0
* dirty_flags: Deduplicate code between OpenGL and VulkanReinUsesLisp2020-02-281-39/+2
* state_tracker: Remove type traits with named structuresReinUsesLisp2020-02-281-5/+6
* vk_state_tracker: Implement dirty flags for stencil propertiesReinUsesLisp2020-02-281-0/+13
* vk_state_tracker: Implement dirty flags for depth boundsReinUsesLisp2020-02-281-0/+6
* vk_state_tracker: Implement dirty flags for blend constantsReinUsesLisp2020-02-281-0/+6
* vk_state_tracker: Implement dirty flags for depth biasReinUsesLisp2020-02-281-0/+9
* vk_state_tracker: Implement dirty flags for scissorsReinUsesLisp2020-02-281-0/+6
* vk_state_tracker: Initial implementationReinUsesLisp2020-02-281-0/+97