Commit Graph

13 Commits (92440bdfcfa27b714939895dd4667388e05f1033)

Author SHA1 Message Date
Stenzek 92440bdfcf Log: Add fmt overloads 2 years ago
Stenzek ac0601f408 Common: Drop String, add SmallString 2 years ago
Stenzek 60aca2fc4d Misc: Swap LIKELY/UNLIKELY macros for attributes 2 years ago
Stenzek adc124c759 Misc: Unreachable code warning fixes 2 years ago
Stenzek d6cf88c14f VulkanDevice: Fix persistent descriptor allocation error 2 years ago
Stenzek 80e3d29ab8 Misc: clang-cl warning clean-up 2 years ago
Stenzek 0076ab5cc4 System: Restore context after pumping messages 2 years ago
Stenzek e804b5e701 GPUDevice: Support geometry shaders 2 years ago
Stenzek 0da14a5442 GPU/Vulkan: Fix MSAA
And disable sample rate shading ("SSAA") on AMD, Intel, and broken
mobile drivers, because it doesn't work.
2 years ago
Stenzek 22eecc2b0a VulkanDevice: Fix multi-texture+UBO push descriptors 2 years ago
Stenzek 8db8baf33f GPUDevice: Move display logic to GPU 2 years ago
Stenzek d750e4d417 VulkanDevice: Fix for MacOS 2 years ago
Stenzek e3d9ba4c99 Rewrite host GPU abstraction
- Don't have to repeat the same thing for 4 renderers.
 - Add native Metal renderer.
2 years ago