index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
vk_state_tracker.cpp
Age
Commit message (
Expand
)
Author
2023-10-27
renderer_vulkan: fix viewport swizzle dirty state tracking
Liam
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
2023-01-03
Vulkan: rework stencil tracking.
Fernando Sahmkow
2023-01-01
Vulkan: Implement Dynamic State 3
Fernando Sahmkow
2023-01-01
Vulkan Implement Dynamic State 2 LogicOp and PatchVertices
Fernando Sahmkow
2023-01-01
Vulkan: Implement Dynamic States 2
Fernando Sahmkow
2022-11-11
ir/texture_pass: Use host_info instead of querying Settings::values (#9176)
Morph
2022-10-10
Fix stencil func registers, make clip control equivalent to how it was before...
Kelebek1
2022-10-07
Update 3D regs
Kelebek1
2022-10-06
state_tracker: workaround channel setup for homebrew
Liam
2022-10-06
OpenGl: Implement Channels.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-10-22
Fix vulkan viewport issue
Feng Chen
2021-07-22
vk_graphics_pipeline: Implement line width
ReinUsesLisp
2021-07-22
vulkan: Add VK_EXT_vertex_input_dynamic_state support
ReinUsesLisp
2021-02-13
fixed_pipeline_cache: Use dirty flags to lazily update key
ReinUsesLisp
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-06
video_core: Adjust `NUM` macro to avoid Clang warning
comex
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-08-20
vk_state_tracker: Fix primitive topology
ReinUsesLisp
2020-07-12
vk_state_tracker: Fix dirty flags for stencil_enable on VK_EXT_extended_dynam...
ReinUsesLisp
2020-06-26
vk_rasterizer: Use VK_EXT_extended_dynamic_state
ReinUsesLisp
2020-03-14
DirtyFlags: relax need to set render_targets as dirty
Fernando Sahmkow
2020-02-28
dirty_flags: Deduplicate code between OpenGL and Vulkan
ReinUsesLisp
2020-02-28
state_tracker: Remove type traits with named structures
ReinUsesLisp
2020-02-28
vk_state_tracker: Implement dirty flags for stencil properties
ReinUsesLisp
2020-02-28
vk_state_tracker: Implement dirty flags for depth bounds
ReinUsesLisp
2020-02-28
vk_state_tracker: Implement dirty flags for blend constants
ReinUsesLisp
2020-02-28
vk_state_tracker: Implement dirty flags for depth bias
ReinUsesLisp
2020-02-28
vk_state_tracker: Implement dirty flags for scissors
ReinUsesLisp
2020-02-28
vk_state_tracker: Initial implementation
ReinUsesLisp