Henrik Rydgård
|
2c86217552
|
Cleanup GPU vendor detection a bit, use it to avoid the issue mentioned in #9545
|
2017-11-21 16:19:28 +01:00 |
|
Henrik Rydgård
|
10792cc8e7
|
Windows/Vulkan: implement screenshots. Something is iffy with the red/blue swap though...
|
2017-11-15 13:18:29 +01:00 |
|
Henrik Rydgård
|
3594623a8d
|
Vulkan: Show the preferred depth-stencil format in the feature list.
|
2017-11-15 09:08:30 +01:00 |
|
LunaMoo
|
a84a336787
|
Nitpicking! Correct minor version for non Nvidia.
|
2017-11-13 10:21:40 +01:00 |
|
Henrik Rydgård
|
68c7b7dfec
|
Fix driver version display on Vulkan. Enable dualsrc blend on newer AMD drivers. Fixes #10109
|
2017-11-13 09:44:35 +01:00 |
|
Unknown W. Brackets
|
ffbdb15975
|
SoftGPU: Fix crash when stride is 0.
This happens in Star Ocean 1.
|
2017-11-11 17:45:47 -08:00 |
|
Henrik Rydgård
|
edfea7aed3
|
Remove unused pointer.
|
2017-11-11 20:22:45 +01:00 |
|
Henrik Rydgård
|
e18a023ce8
|
Vulkan: Noticed a framebuffer refcount leak, and changed my mind regarding those :) Let's do it this way instead.
|
2017-11-11 19:41:43 +01:00 |
|
Henrik Rydgård
|
9519b89056
|
Experimenally disable dual source blending on AMD too for Vulkan, see #10065
|
2017-11-10 18:28:38 +01:00 |
|
Henrik Rydgård
|
8b42d83123
|
Vulkan: Remove duplicate depalShaderCache, fix a number of instances where we didn't use the deleter properly.
Plus more logging, of course.
|
2017-11-09 17:25:37 +01:00 |
|
Henrik Rydgård
|
ba846fdbc5
|
Show textual names of Vulkan GPU vendors
|
2017-11-09 12:30:07 +01:00 |
|
Unknown W. Brackets
|
4a08410d7d
|
Vulkan: Fix non-16 bit indexed drawing.
Only really affects softgpu, since games are rewritten to 16 bit.
|
2017-11-05 22:15:27 -08:00 |
|
Unknown W. Brackets
|
2ad9eb047e
|
Vulkan: Refcount framebuffer deletes.
Fixes crash in GoW when using a thread.
|
2017-11-05 08:44:12 -08:00 |
|
Henrik Rydgård
|
8d0209c7e4
|
Stop leaking framebuffers on shutdown. Fix other shutdown issues.
|
2017-11-01 21:43:08 +01:00 |
|
Henrik Rydgård
|
ca7a2d06ca
|
Vulkan: Implement stencil upload (for Star Ocean).
|
2017-11-01 14:18:39 +01:00 |
|
Henrik Rydgård
|
6a8f72a327
|
Use the global curFrame counter. No need for a vector for pushing cmdbufs.
|
2017-11-01 08:47:50 +01:00 |
|
Henrik Rydgård
|
ed2731d197
|
Vulkan: Fix depal and shader blending.
|
2017-10-31 12:35:00 +01:00 |
|
Henrik Rydgård
|
07dfda0633
|
Vulkan depal code now passes validation, but produces black.
|
2017-10-31 12:35:00 +01:00 |
|
Henrik Rydgård
|
3f503ca297
|
Implement the rest of Vulkan framebuffer depal. Not yet working though.
|
2017-10-31 12:34:59 +01:00 |
|
Henrik Rydgård
|
6e9cd933b2
|
Implement GetFramebufferAPITexture for Vulkan
|
2017-10-31 12:34:30 +01:00 |
|
Henrik Rydgård
|
97dced543e
|
Share the conversion code between vulkan and D3D, fixing the missing format thing.
|
2017-10-29 14:42:51 +01:00 |
|
Henrik Rydgård
|
93c785b76d
|
Color-convert directly during the readback, saves a copy. Like we already do in D3D11.
|
2017-10-29 10:56:36 +01:00 |
|
Henrik Rydgård
|
34b65c0ca9
|
Fix Vulkan framebuffer readbacks, as long as they're in R8G8B8A8.
|
2017-10-28 18:41:54 +02:00 |
|
Henrik Rydgård
|
b98d4e5c9d
|
Vulkan: Rough untested implementation of synchronous readbacks.
|
2017-10-28 18:03:27 +02:00 |
|
Henrik Rydgård
|
717ec2387b
|
VulkanRenderManager: Split out BeginFrame and EndFrame from Run
|
2017-10-28 16:47:08 +02:00 |
|
Henrik Rydgård
|
3f918ed328
|
Refactor: Split out VulkanQueueRunner from VulkanRenderManager
Should be no functionality change, but good to do before adding more
functionality.
|
2017-10-27 22:11:01 +02:00 |
|
Henrik Rydgård
|
613cc46285
|
Remove a bad check making us use the wrong way to copy depth buffers. Add a cap so we can try to unify BlitFramebufferDepth later.
|
2017-10-26 10:57:00 +02:00 |
|
Henrik Rydgård
|
8639664a6a
|
Warning fixes, CMakeLists.txt/Android.mk fixes
|
2017-10-26 10:57:00 +02:00 |
|
Henrik Rydgård
|
b5e06f3c7d
|
VulkanRenderManager: BindPipeline should really be its own command. Tighten up some image transitions.
|
2017-10-26 10:57:00 +02:00 |
|
Henrik Rydgård
|
c788dc896a
|
Synchronization is HARD. need a rethink, methinks.
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
1c5bd0f8dc
|
Move the VulkanRenderManager stuff to thin3d, fits in better there.
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
02f76ae4a8
|
Rendering basics now works.
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
833916a906
|
A multitude of fixes. The UI now works correctly, though of course ingame still broken.
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
0a0494ef8e
|
It builds! With some shortcuts, of course.
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
417b96a1b0
|
Use RenderManager for thin3d stuff
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
84ed793adf
|
Initial work on render queue manager
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
eabaf6ddcd
|
Bit more Vulkan barrier cleanup.
|
2017-10-21 13:05:52 +02:00 |
|
Henrik Rydgård
|
804aa79376
|
Various Vulkan image transition fixes and related
|
2017-10-20 18:09:05 +02:00 |
|
Henrik Rydgård
|
5da165fad6
|
More work towards passing 1.61 Vulkan validation layers
|
2017-10-20 17:19:07 +02:00 |
|
Henrik Rydgård
|
d0b9e5ed8f
|
Initial work on passing the latest Vulkan validation checks.
|
2017-10-20 14:47:36 +02:00 |
|
Henrik Rydgård
|
017d3da067
|
Allow D3D9 context creation to bail if shader compilation fails (D3D9 runtime not installed).
Fixes an issue where after switching to D3D9 on a PC without the D3D9 runtime, it's impossible to start PPSSPP anymore.
|
2017-10-20 11:53:07 +02:00 |
|
Henrik Rydgård
|
21d3c54401
|
Have GetFramebufferDimensions return the backbuffer size for null in all backends.
|
2017-10-20 11:11:04 +02:00 |
|
Henrik Rydgård
|
16e68aa7c7
|
Get rid of BindFramebufferForRead
|
2017-10-10 14:49:07 +02:00 |
|
Henrik Rydgård
|
8c1bfb876f
|
Assorted cleanup of Vulkan init code. Show Vulkan extensions in system info.
|
2017-08-28 13:47:31 +02:00 |
|
Henrik Rydgård
|
7ddf704804
|
Vulkan: Fix bug sometimes causing the wrong renderpass to be ended at exit, causing crashes.
|
2017-08-18 17:24:03 +02:00 |
|
Henrik Rydgård
|
b9b2656e93
|
More vulkan microoptimizations. Add more profiler scopes.
|
2017-08-18 13:48:11 +02:00 |
|
Henrik Rydgård
|
560eaa5390
|
Vulkan: Add code (disabled) to be able to run with more in-flight frames. Only improves performance marginally and needs more testing.
|
2017-08-17 17:57:37 +02:00 |
|
Henrik Rydgård
|
0bf92a4fa2
|
Font rendering code runs but it sure ain't right
|
2017-06-05 23:09:11 +02:00 |
|
Unknown W. Brackets
|
83d017848e
|
Vulkan: Allow blit/copy of depth or stencil only.
Docs say nothing about this not working, and it works on NVIDIA, from what
I can tell.
|
2017-06-01 20:58:33 -07:00 |
|
Henrik Rydgård
|
44423f3ba2
|
Vulkan: Implement BlitFramebuffer
|
2017-05-30 09:38:09 +02:00 |
|