aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp
2021-01-15vulkan_memory_allocator: Remove unnecesary 'device' memory from commitsReinUsesLisp
2021-01-15vk_texture_cache: Use Download memory types for texture flushesReinUsesLisp
2021-01-15vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp
2021-01-15vk_memory_manager: Improve memory manager and its APIReinUsesLisp
2021-01-15Merge pull request #5357 from ReinUsesLisp/alignment-log2LC
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
2021-01-15common/alignment: Rename AlignBits to AlignUpLog2ReinUsesLisp
2021-01-15video_core/cmake: Remove Werror flags already defined code-base wideReinUsesLisp
2021-01-15Merge pull request #5351 from ReinUsesLisp/vc-unused-functionsLC
2021-01-15Merge pull request #5350 from ReinUsesLisp/vk-init-warnsRodrigo Locatti
2021-01-15Merge pull request #5349 from ReinUsesLisp/anv-fixLC
2021-01-15cmake: Enforce -Wunused-function code-base wideReinUsesLisp
2021-01-15video_core: Enforce -Wunused-functionReinUsesLisp
2021-01-15vk_buffer_cache: Remove unused functionReinUsesLisp
2021-01-15vulkan_common: Silence missing initializer warningsReinUsesLisp
2021-01-15vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp
2021-01-15astc: Increase integer encoded vector sizeReinUsesLisp
2021-01-15astc: Return zero on out of bound bitsReinUsesLisp
2021-01-13vulkan_device: Remove requirement on shaderStorageImageMultisampleReinUsesLisp
2021-01-13buffer_cache/buffer_base: Add a range tracking buffer containerReinUsesLisp
2021-01-12Merge pull request #5311 from ReinUsesLisp/fence-waitbunnei
2021-01-10Merge remote-tracking branch 'upstream/master' into int-flagsLevi
2021-01-08Merge pull request #5231 from ReinUsesLisp/dyn-bindingsbunnei
2021-01-08vk_fence_manager: Use timeline semaphores instead of spin waitsReinUsesLisp
2021-01-07remove inaccurate referenceAmeer J
2021-01-07fix for nvdec disabled, cleanup host1xameerj
2021-01-07nvdec syncpt incorporationameerj
2021-01-07vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]MerryMage
2021-01-07texture_cache: Replace PAGE_SHIFT with PAGE_BITSMerryMage
2021-01-06Merge pull request #5288 from ReinUsesLisp/workaround-garbageMorph
2021-01-05Merge pull request #5289 from ReinUsesLisp/vulkan-devicebunnei
2021-01-04Merge pull request #5292 from ReinUsesLisp/empty-setLC
2021-01-04vk_rasterizer: Skip binding empty descriptor sets on computeReinUsesLisp
2021-01-04vulkan_device: Allow creating a device without surfaceReinUsesLisp
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2021-01-04gl_texture_cache: Create base images with sRGBReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2021-01-03Merge pull request #5230 from ReinUsesLisp/vulkan-commonRodrigo Locatti
2021-01-02general: Fix various spelling errorsMorph
2020-12-30Merge pull request #5208 from bunnei/service-threadsbunnei
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp
2020-12-31vk_device: Use an array to report lacking device limitsReinUsesLisp
2020-12-31vk_device: Stop initialization when device is not suitableReinUsesLisp
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp