Commit Graph

351 Commits

Author SHA1 Message Date
5ef2ba0eb2 GPU/HW: Add fallback path for no-texture-buffers
Yay, old Mali drivers without SSBOs...
2023-12-19 22:38:36 +10:00
4942964e2f OpenGLDevice: Fix texture creation issues w/o texture storage 2023-12-19 22:38:36 +10:00
717e0665ae GPUDevice: Support R16I/R16U textures 2023-12-19 22:38:36 +10:00
05b42f34eb JitCodeBuffer: Use MAP_FIXED on MacOS/MAP_FIXED_NOREPLACE on Linux 2023-12-19 22:20:00 +10:00
7829abc014 MSBuild: We don't need WinPixEventRuntime in Release builds 2023-12-18 20:50:36 +10:00
9e82c18559 MetalDevice: Defer release of layer drawables 2023-12-18 20:50:35 +10:00
f4fb069216 MetalDevice: Explicitly bind fragment resources
Fixes adaptive downsampling with Metal renderer.
2023-12-18 20:50:35 +10:00
6fe2177ee7 MetalDevice: Fix incorrect mipmap texture creation 2023-12-18 20:50:35 +10:00
e08f888e72 OpenGLDevice: Fix incorrect scissor rect 2023-12-17 00:09:23 +10:00
38777439c5 ShaderGen: Don't emit index qualifier when not using DSB
Fixes shader compile errors on Panfrost.
2023-12-16 22:40:30 +10:00
0632c3356c OpenGLDevice: More Mali driver workarounds 2023-12-16 21:04:40 +10:00
b04578afee ImGuiFullscreen: Fix menu background obscuring text 2023-12-15 13:45:19 +10:00
57aa138808 PostProcessing: Add compile progress indicator 2023-12-14 20:23:48 +10:00
7e1276fbac GPUDevice: Fix binding deferred cleared textures
i.e. briefly flashing previous state after reset.
2023-12-14 20:23:48 +10:00
c20805f2be VulkanDevice: Work around some mobile driver issues 2023-12-13 23:01:10 +10:00
710698f7e1 Misc: Remove StringUtil::{Starts,Ends}With, use C++20 2023-12-13 21:18:19 +10:00
79c226efff SmallString: fmt -> format, format -> sprintf 2023-12-13 21:06:15 +10:00
e14bf95043 Misc: Linux build fix 2023-12-13 12:35:56 +10:00
ad96b1ec75 FullscreenUI: Improve menu button borders 2023-12-13 01:12:55 +10:00
c467825791 SaveStateSelectorUI: Make less ugly 2023-12-13 01:00:13 +10:00
dbaf49e4d4 VulkanDevice: Fix ARM32 build (again) 2023-12-10 23:31:01 +10:00
39913b2a39 GPUDevice: Fix incorrect positioning with PostFX and GL 2023-12-10 23:26:43 +10:00
27162e34a0 PostProcessing: Add Config::GetShaderOptions() 2023-12-10 22:22:02 +10:00
c90de025bf MetalDevice: Fix depth not storing 2023-12-09 22:08:14 +10:00
1a5865bf95 D3D12Device: Fix crash on SW renderer switch 2023-12-09 22:08:14 +10:00
1f4a37f8eb VulkanDevice: Fix crash on SW renderer switch 2023-12-09 22:08:14 +10:00
d068799515 VulkanDevice: Fix incomplete swap chain clear with dynamic rendering 2023-12-09 22:08:14 +10:00
ff37afef55 PostProcessing/FX: Support multiple render targets 2023-12-09 22:08:14 +10:00
a907e1f550 GPUDevice: Pool textures 2023-12-09 22:08:13 +10:00
3b2c70cda5 GPUDevice: Get rid of framebuffer abstraction 2023-12-09 22:08:13 +10:00
b65d2748b4 GPUDevice: Implement MirrorRepeat address mode 2023-12-08 20:12:13 +10:00
6deb9d3072 D3D12Device: Fix incorrect RP end in CommitClear() 2023-12-08 14:33:05 +10:00
10473f1cfb PostProcessing: Add categories/combos/tooltips 2023-12-07 15:19:10 +10:00
5e45d365c2 PostProcessing: Sort shader lists before showing 2023-12-07 14:17:33 +10:00
ba5d1a109e dep/reshadefx: Support generating GLSL ES 2023-12-07 14:13:56 +10:00
bcc2042154 OpenGLDevice: GLES fixes 2023-12-06 23:49:34 +10:00
601d8ff629 MetalDevice: Anisotropy should be minimum 1 2023-12-05 00:27:55 +10:00
86a8c4c6ae IsoReader: Fix ARM32 build 2023-12-03 22:13:17 +10:00
81e8abdc1e GL/Context: Disable fbfetch on Adreno GLES <502 2023-12-03 21:43:57 +10:00
60b91a1cdb OpenGLDevice: Set glColorMask() on clear
Adreno doesn't appear to clear all channels otherwise.
2023-12-03 21:36:13 +10:00
2ca503639d GPU/HW: Avoid extra texture copy in Vulkan/GL 2023-12-01 19:08:50 +10:00
3469b83a58 VulkanDevice: Add barrier inbetween self image copies 2023-12-01 19:08:46 +10:00
df91c63b31 CDROM: Add PVD/directory entries to file map 2023-11-30 14:38:38 +10:00
5442242c64 IsoReader: Add GetEntriesInDirectory() 2023-11-29 21:56:40 +10:00
325dcc81ca FullscreenUI: Allow changing UI language 2023-11-29 20:26:36 +10:00
e806d939ae Qt: Fix crash on language change with system active 2023-11-29 19:48:39 +10:00
e382f2b64a Settings: Add option to disable DSB/fbfetch 2023-11-28 14:38:38 +10:00
333c9fdf6f Misc: Fix a couple of fmt errors 2023-11-28 14:38:38 +10:00
2b46a9b040 ShaderGen: Fix GL_ARM_shader_framebuffer_fetch enable 2023-11-27 17:55:04 +10:00
72716719b3 Achievements: Use big picture for confirm hardcore disable 2023-11-26 23:57:49 +10:00