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 |
|
Henrik Rydgård
|
4c8dc24834
|
Vulkan: Implement depth buffer copies. Not sure all the barriers are right..
|
2017-05-30 09:38:08 +02:00 |
|
Henrik Rydgård
|
137b79c708
|
Fix more review comments.
|
2017-05-30 09:38:05 +02:00 |
|
Henrik Rydgård
|
f762285b9c
|
Vulkan: Some barrier optimization
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgård
|
38b50501c2
|
Clearing fix, drawpixels fix/hack
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgård
|
c173da49d3
|
Fix a number of bugs and stuff affecting Vulkan on Mali
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgård
|
bd9f3af0bd
|
Add a way to query the current renderpass (for debug checks)
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgard
|
0c70735bc4
|
Buffered rendering is starting to work, though still kinda broken.
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgård
|
2b93338255
|
Vulkan backend: Fix various issues, can almost run in buffered now (except the final blit)
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgard
|
32728553bd
|
Further steps towards Vulkan framebuffer support
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgård
|
a7dd6d6085
|
Further steps towards Vulkan framebuffer support
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgård
|
6bcfe539f7
|
Use vulkan-style clear-on-bind when switching render targets. Not optimally used yet.
Also removes a bunch of redundant render target binds.
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgård
|
35aefe4a2a
|
BindBackBufferAsRenderTarget is now replaced with BindFramebufferAsRT(nullptr)
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgård
|
3b6fa9be87
|
Start work on separating frame from backbuffer renderpass
|
2017-05-30 09:36:17 +02:00 |
|
Henrik Rydgard
|
4407445d50
|
Separate BeginFrame from BeginSurfaceRenderPass
|
2017-05-30 09:22:40 +02:00 |
|
Henrik Rydgard
|
a1e3be445a
|
Don't use partial-restart unless debugger is present.
Works around #9666 for most practical purposes.
|
2017-05-21 17:25:00 +02:00 |
|
Henrik Rydgård
|
c55aa834b0
|
Merge pull request #9670 from unknownbrackets/vertexjit
Remove unused vertex decode steps, jit through s16
|
2017-05-07 17:01:56 +02:00 |
|
Henrik Rydgard
|
ff6fcc9179
|
More vulkan fixes
|
2017-05-07 10:53:04 +02:00 |
|
Henrik Rydgard
|
5974e0ee6d
|
Work towards a clean vulkan shutdown.
|
2017-05-07 10:40:11 +02:00 |
|
Unknown W. Brackets
|
6b3944d329
|
UnitTest: Correct vertex and jit tests.
We now convert texcoords to floats.
|
2017-05-06 18:45:04 -07:00 |
|
Henrik Rydgård
|
f4a0c4504f
|
Fixes to GPU system information. Fixes #9434
|
2017-03-16 09:48:10 +01:00 |
|
Henrik Rydgard
|
042d09a049
|
Fix #9390, also unbreak D3D11 screenshots
|
2017-03-05 20:30:39 +01:00 |
|
Henrik Rydgard
|
5de190a45f
|
D3D11: Move the responsibility for the swapchain out of the DrawContext so it can be used with differently-managed D3D like with UWP.
Minor cleanups.
|
2017-02-27 10:10:24 +01:00 |
|
Henrik Rydgard
|
f24b1495ba
|
Assorted texture format cleanup, prep for supporting D3D11 on Win7
|
2017-02-22 16:23:04 +01:00 |
|
Henrik Rydgard
|
fd20788a67
|
Missing initialization, warning fixes, fix display of tabs in fast text drawing
|
2017-02-20 11:21:07 +01:00 |
|
Henrik Rydgard
|
eabcb22623
|
Refactor away SetImageData
|
2017-02-19 11:02:24 +01:00 |
|
Henrik Rydgard
|
5c918da774
|
Minor cleanups (combined two identical enums, misc)
|
2017-02-15 11:06:59 +01:00 |
|
Henrik Rydgård
|
6033b1ee05
|
D3D11: Some cleanup. Fix backface culling. Wipeout still looks weird...
|
2017-02-12 18:29:58 +01:00 |
|
Henrik Rydgård
|
abbd6cb1d1
|
Fix DrawActiveTexture, now Buffered Rendering is starting to work
|
2017-02-12 11:20:55 +01:00 |
|
Henrik Rydgard
|
76587ec61c
|
Further stuff.
|
2017-02-09 13:28:59 +01:00 |
|
Henrik Rydgard
|
82f8bfeb66
|
DrawContext: Remove the old way of setting uniforms
|
2017-02-08 13:07:38 +01:00 |
|
Henrik Rydgard
|
9bdae8f32e
|
DrawContext: Use uniform buffers on all platforms (simulated where necessary)
|
2017-02-08 12:55:58 +01:00 |
|