| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
android: Add option to bundle validation layer
|
|
|
|
* VVL has implemented the more modern alternative, thus we don't need to support it anymore
|
|
Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes
|
|
|
|
|
|
Mark decompiled macros on dump, dump shaders after translation
|
|
|
|
|
|
Mark accelerated DMA destination buffers and images as GPU-modified
|
|
|
|
|
|
skip fragment shaders when rasterizer is disabled
initialize env_ptrs
|
|
vulkan: centralize config
|
|
general: Reimplement per-game configurations
|
|
|
|
|
|
|
|
Just puts them all neatly into one place.
|
|
|
|
These occur in the latest commits in LLVM Clang.
|
|
Add support for VK_KHR_image_format_list
|
|
Memory Tracking: Add mechanism to register small writes when gpu page is contested by GPU
|
|
As far as I can tell, there is no reason to OR this bit in separately.
|
|
* Many times the format itself wouldn't have been added to the list causing device losses for nvidia GPUs
* Also account for ASTC acceleration storage views
|
|
|
|
with the host GPU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use vulkan memory allocator
|
|
general: remove atomic signal and wait
|
|
|
|
|
|
Checks it as the system is determining what settings to enable. Reduces
the need to check settings while the system is running.
|
|
Also limits it to only affected Intel proprietrary driver versions.
vulkan_device: Move broken compute determination
vk_device: Remove errant back quote
|
|
Synchronize vertex buffer even when it doesn't require binding
|