yuzu/src
ReinUsesLisp 661483f313 renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state
Without using VK_EXT_robustness2, we can't consider the 'enabled' (not
null) vertex buffers as dynamic state, as this leads to invalid Vulkan
state. Move this to static state that is always hashed and compared in
the pipeline key.

The bits for enabled vertex buffers are moved into the attribute state
bitfield. This is not 'correct' as it's not an attribute state, but that
struct has bits to spare, and it's used in an array of 32 elements (the
exact same number of vertex buffer bindings).
2020-12-25 23:34:38 -03:00
..
audio_core Update cubeb and request a persistent stream session 2020-12-05 22:26:41 +01:00
common Merge pull request #5131 from bunnei/scheduler-rewrite 2020-12-20 20:57:54 -08:00
core core: memory: Ensure thread safe access when pages are rasterizer cached (#5206) 2020-12-24 21:51:49 -08:00
input_common Merge pull request #5020 from german77/AnalogfromButtonFix 2020-12-08 10:30:21 +08:00
tests hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 2020-12-06 00:03:24 -08:00
video_core renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state 2020-12-25 23:34:38 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
yuzu_cmd cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
yuzu_tester yuzu: Remove gdbstub configuration 2020-12-19 19:19:42 +01:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: disable -Winvalid-offsetof 2020-11-27 17:42:02 -05:00