summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23vk_graphics_pipeline: Use VK_KHR_push_descriptor when availableReinUsesLisp4-12/+43
2021-07-23shader: Add support for native 16-bit floatsReinUsesLisp1-2/+2
2021-07-23vulkan_device: Blacklist VK_EXT_vertex_input_dynamic_state on IntelReinUsesLisp1-0/+4
2021-07-23shader: Add shader loop safety check settingslat9nq1-2/+2
2021-07-23vulkan_device: Enable VK_EXT_vertex_input_dynamic_stateReinUsesLisp1-0/+28
2021-07-23vulkan: Add VK_EXT_vertex_input_dynamic_state supportReinUsesLisp3-0/+15
2021-07-23vulkan: Use VK_EXT_provoking_vertex when availableReinUsesLisp2-0/+34
2021-07-23nsight_aftermath_tracker: Fix SPIR-V module writesReinUsesLisp1-1/+1
2021-07-23vulkan: Conditionally use shaderInt16ReinUsesLisp2-1/+8
2021-07-23vulkan: Enable depth bounds and use it conditionallyReinUsesLisp2-1/+8
2021-07-23vulkan_device: Enable float64 and int64 conditionallyReinUsesLisp2-2/+6
2021-07-23shader: Initial OpenGL implementationReinUsesLisp1-1/+1
2021-07-23vulkan_device: Require shaderClipDistance and shaderCullDistance featuresReinUsesLisp1-2/+4
2021-07-23shader: Fix bugs and build issues on GCCRodrigo Locatti1-1/+1
2021-07-23shader: Require dual source blendingReinUsesLisp1-1/+2
2021-07-23shader: Implement PIXLD.MY_INDEXReinUsesLisp1-1/+2
2021-07-23spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp2-0/+11
2021-07-23shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp1-1/+2
2021-07-23spirv: Rework storage buffers and shader memoryReinUsesLisp1-1/+28
2021-07-23shader: Implement ATOM/S and REDameerj2-0/+20
2021-07-23nsight_aftermath_tracker: Report used shaders to Nsight AftermathReinUsesLisp4-15/+16
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp2-15/+61
2021-07-23shader: Implement VOTEameerj2-0/+7
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-0/+15
2021-07-23shader: Add denorm flush supportReinUsesLisp3-26/+35
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-5/+5
2021-06-25vulkan_device: Make device memory match the rest of the fileReinUsesLisp2-19/+18
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph1-1/+1
2021-06-21video_core: Add GPU vendor name to window title barameerj2-0/+24
2021-06-18vulkan_debug_callback: Skip logging known false-positive validation errorsameerj1-0/+8
2021-06-17Reaper: Correct size calculation on Vulkan.Fernando Sahmkow1-5/+3
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow2-0/+23
2021-06-16vulkan_memory_allocator: Release allocations with no commitsReinUsesLisp2-5/+22
2021-05-27vulkan_memory_allocator: Allow textures to be allocated in host memoryReinUsesLisp2-31/+43
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph3-24/+34
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-11vulkan_device: Enable EXT_robustness2 featuresJoshua Ashton1-0/+9
2021-03-30vulkan_common: enable OpenGL interop on other UnicesJan Beich2-5/+5
2021-02-13vulkan_device: Require VK_EXT_robustness2ReinUsesLisp2-37/+14
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp2-7/+18
2021-02-13vulkan_device: Enable robustBufferAccessReinUsesLisp1-1/+2
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+1
2021-02-13vulkan_common: Expose interop and headless devicesReinUsesLisp4-21/+100
2021-02-13vulkan_common: Make interop extensions mandatoryReinUsesLisp1-0/+6
2021-02-13vulkan_device: Enable robust buffersReinUsesLisp1-2/+4
2021-02-13vulkan_device: Use designated initializers for featuresReinUsesLisp1-60/+59
2021-02-13vulkan_wrapper: Add memory barrier pipeline barrier helperReinUsesLisp1-0/+6
2021-02-13vulkan_device: Fix formatting of constantsReinUsesLisp1-10/+6
2021-02-13vulkan_wrapper: Add interop functionsReinUsesLisp2-1/+41
2021-02-13vulkan_instance: Initialize Vulkan instance in a separate threadReinUsesLisp1-1/+5
2021-02-13vulkan_wrapper: Pull Windows symbolsReinUsesLisp1-0/+11
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp2-1/+4
2021-01-27vulkan_device: Blacklist Intel from float16 math (#5798)Rodrigo Locatti1-0/+5
2021-01-25vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNAReinUsesLisp1-23/+0
2021-01-24video_core: Silence -Wmissing-field-initializers warningsReinUsesLisp1-0/+1
2021-01-23nsight_aftermath_tracker: Fix build issues when enabledReinUsesLisp2-16/+5
2021-01-17video_core: Resolve -Wdocumentation warningsLioncash1-3/+2
2021-01-17vulkan_debug_callback: Add missing header guardLioncash1-0/+2
2021-01-15vulkan_memory_allocator: Remove unnecesary 'device' memory from commitsReinUsesLisp2-15/+15
2021-01-15vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp2-55/+91
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp2-10/+38
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp2-0/+322
2021-01-15vulkan_common: Silence missing initializer warningsReinUsesLisp2-145/+146
2021-01-15vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp2-18/+20
2021-01-13vulkan_device: Remove requirement on shaderStorageImageMultisampleReinUsesLisp1-1/+0
2021-01-07vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]MerryMage1-1/+1
2021-01-04vulkan_device: Allow creating a device without surfaceReinUsesLisp1-3/+3
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp4-4/+302
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2-0/+1189
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp2-13/+27
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp2-6/+3
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp4-11/+8
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp3-0/+104
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp5-45/+79
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp2-0/+173
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2-0/+2141
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp2-0/+49