2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core
Feng Chen c7ad195fd3
Out of bound blit (#6531)
* Fix out of bound blit error

* Fix code read

* Fix ci error

Co-authored-by: Feng Chen <chen.feng@gloritysolutions.com>
2021-07-08 11:06:09 -07:00
..
buffer_cache buffer_cache: Only flush downloaded size 2021-06-26 03:29:34 -03:00
command_classes Merge pull request #6537 from Morph1984/warnings 2021-07-05 17:09:23 -07:00
engines Out of bound blit (#6531) 2021-07-08 11:06:09 -07:00
host_shaders Merge pull request #6459 from lat9nq/ubuntu-fixes 2021-06-30 21:47:57 -04:00
macro
renderer_opengl util_shaders: Fix BindImageTexture 2021-07-07 14:09:55 -04:00
renderer_vulkan Texture Cache: Initial Implementation of Sparse Textures. 2021-07-04 22:32:03 +02:00
shader
texture_cache Out of bound blit (#6531) 2021-07-08 11:06:09 -07:00
textures video_core: Silence signed/unsigned mismatch warnings 2021-06-28 09:21:42 -04:00
vulkan_common Merge pull request #6502 from ameerj/vendor-title 2021-06-28 14:51:49 -04:00
cdma_pusher.cpp Slightly refactor NVDEC and codecs for readability and safety 2021-07-01 06:22:05 +01:00
cdma_pusher.h
CMakeLists.txt video_core: Enforce C4242 2021-06-28 14:20:25 -04:00
compatible_formats.cpp
compatible_formats.h
delayed_destruction_ring.h
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp
dma_pusher.h
fence_manager.h
framebuffer_config.h
gpu.cpp
gpu.h
gpu_thread.cpp
gpu_thread.h
guest_driver.cpp
guest_driver.h
memory_manager.cpp Texture Cache: Address feedback. 2021-07-04 22:32:35 +02:00
memory_manager.h Texture Cache: Address feedback. 2021-07-04 22:32:35 +02:00
query_cache.h
rasterizer_accelerated.cpp
rasterizer_accelerated.h
rasterizer_interface.h Texture Cache: Address feedback. 2021-07-04 22:32:35 +02:00
renderer_base.cpp
renderer_base.h video_core: Add GPU vendor name to window title bar 2021-06-20 23:04:07 -04:00
shader_cache.h
shader_notify.cpp
shader_notify.h
surface.cpp Reaper: Address Feedback. 2021-06-16 21:35:03 +02:00
surface.h
video_core.cpp
video_core.h