dolphin/Source/Core/VideoBackends/Vulkan
Pokechu22 70f9fc4e75 Convert BPMemory to BitField and enum class
Additional changes:
- For TevStageCombiner's ColorCombiner and AlphaCombiner, op/comparison and scale/compare_mode have been split as there are different meanings and enums if bias is set to compare.  (Shift has also been renamed to scale)
- In TexMode0, min_filter has been split into min_mip and min_filter.
- In TexImage1, image_type is now cache_manually_managed.
- The unused bit in GenMode is now exposed.
- LPSize's lineaspect is now named adjust_for_aspect_ratio.
2021-03-06 19:27:19 -08:00
..
CMakeLists.txt normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
CommandBufferManager.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
CommandBufferManager.h Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
Constants.h
ObjectCache.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
ObjectCache.h
ShaderCompiler.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
ShaderCompiler.h
StagingBuffer.cpp
StagingBuffer.h
StateTracker.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
StateTracker.h
VideoBackend.h Make default graphics backend not show up as empty 2020-09-06 12:56:45 +02:00
VKBoundingBox.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKBoundingBox.h normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKMain.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKPerfQuery.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKPerfQuery.h normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKPipeline.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
VKPipeline.h
VKRenderer.cpp Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
VKRenderer.h normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKShader.cpp
VKShader.h
VKStreamBuffer.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKStreamBuffer.h normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKSwapChain.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKSwapChain.h normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKTexture.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKTexture.h Resolve VkDeviceMemory/nullptr type mismatch to fix build on FreeBSD i386 2020-11-03 07:47:43 +01:00
VKVertexFormat.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKVertexFormat.h normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKVertexManager.cpp normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VKVertexManager.h normalize common filenames in VideoBackends/Vulkan 2021-01-27 14:29:48 -08:00
VulkanContext.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
VulkanContext.h Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
VulkanEntryPoints.inl Vulkan: Switch from vkCreateMacOSSurfaceMVK() to vkCreateMetalSurfaceEXT() 2020-04-07 18:56:55 +10:00
VulkanLoader.cpp Vulkan: Migrate logging over to fmt 2020-11-09 03:26:16 -05:00
VulkanLoader.h windows: fix build if pch were to be disabled 2020-08-22 16:18:24 -07:00