You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReinUsesLisp
1fe7df4517
vk_descriptor_pool: Initial implementation
Create a large descriptor pool where we allocate all our descriptors
from. It has to be wide enough to support any pipeline, hence its large
numbers.
If the descritor pool is filled, we allocate more memory at that moment.
This way we can take advantage of permissive drivers like Nvidia's that
allocate more descriptors than what the spec requires.
6 years ago
..
audio_core
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
6 years ago
common
common: SPSCQueue: Notify after incrementing queue size.
6 years ago
core
Merge pull request #3214 from lioncash/svc-func
6 years ago
input_common
input_common/sdl/sdl_impl: Correct logging string in SDLState constructor
7 years ago
tests
core/memory: Migrate over memory mapping functions to the new Memory class
6 years ago
video_core
vk_descriptor_pool: Initial implementation
6 years ago
web_service
web-service: Port citra's updated web_backend code.
6 years ago
yuzu
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
6 years ago
yuzu_cmd
yuzu_cmd: Use string_view instead of string for extensions
6 years ago
yuzu_tester
yuzu_tester: Remove unused variable
6 years ago
.clang-format
Remove special rules for Windows.h and library includes
9 years ago
CMakeLists.txt
yuzu_tester: Add project subdirectory
7 years ago