citra/src
ReinUsesLisp 527a1574c3 vk_rasterizer: Pack texceptions and color formats on invalid formats
Sometimes for unknown reasons NVN games can bind a render target format
of 0. This may be a yuzu bug.

With the commits before this the formats were specified without being
"packed", assuming all formats and texceptions will be written like in
the color_attachments vector.

To address this issue, iterate all render targets and pack them as they
are valid. This way they will match color_attachments.

- Fixes validation errors and graphical issues on Breath of the Wild.
2020-04-24 22:21:29 -03:00
..
audio_core audio_renderer: Preliminary BehaviorInfo (#3736) 2020-04-20 22:57:30 -04:00
common Merge pull request #3630 from benru/open-windows-network-files 2020-04-17 19:47:11 -04:00
core kernel: memory: Improve implementation of device shared memory. (#3707) 2020-04-23 11:37:12 -04:00
input_common Merge pull request #3673 from lioncash/extra 2020-04-16 21:12:33 -04:00
tests Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
video_core vk_rasterizer: Pack texceptions and color formats on invalid formats 2020-04-24 22:21:29 -03:00
web_service Merge pull request #3673 from lioncash/extra 2020-04-16 21:12:33 -04:00
yuzu Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
yuzu_cmd Merge pull request #3768 from H27CK/cmd-title-fmt 2020-04-23 16:14:33 -03:00
yuzu_tester UI: Replasce accurate GPU option for GPU Accuracy Level 2020-04-22 11:36:04 -04:00
.clang-format
CMakeLists.txt CMakeLists: Make missing declarations a compile-time error 2020-04-16 23:43:41 -04:00