Henrik Rydgård
|
d1a8514e72
|
Vulkan: Dynamically grow descriptor pools as needed. Should help #10641 and similar issues.
|
2018-02-24 10:24:11 +01:00 |
|
Henrik Rydgård
|
dc6a4ea753
|
Fix annoying name clashes (Status is in X11 headers..)
|
2017-12-15 16:34:29 +01:00 |
|
Henrik Rydgård
|
713afdfe49
|
Refactor: Unify DecodeVerts and move ComputeNumVertsToDecode to Common
|
2017-11-19 12:39:09 +01:00 |
|
Henrik Rydgård
|
ce2b5df985
|
Vulkan: Break apart DecodeVerts
|
2017-11-19 12:33:20 +01:00 |
|
Henrik Rydgård
|
a56d6f2399
|
Vulkan: Flush at display list waits. Fixes #10095
|
2017-11-16 16:28:13 +01:00 |
|
Henrik Rydgård
|
3e3214d54a
|
Vulkan: Fix bug where shader blend texture overwrote normal texture binding. Fixes #10135
|
2017-11-15 20:43:29 +01:00 |
|
Henrik Rydgård
|
35437e6b62
|
Kill off more unused duplicate code
|
2017-11-13 16:50:45 +01:00 |
|
Henrik Rydgård
|
14e9c9da80
|
Minor cleanup, fix a comment.
|
2017-11-13 10:35:31 +01:00 |
|
Henrik Rydgård
|
4346a54eb7
|
Vulkan: Speed up and simplify hardware tesselation by using storage buffers.
|
2017-11-12 13:55:42 +01:00 |
|
Henrik Rydgård
|
da09e10aa3
|
Make the interface to hw tess slightly more flexible.
|
2017-11-12 11:04:13 +01:00 |
|
Henrik Rydgård
|
ebac0143e0
|
Vulkan: Use a device allocator for tesselation data textures. Add comment about better solutions.
|
2017-11-12 10:28:55 +01:00 |
|
Henrik Rydgård
|
525cb40f84
|
Vulkan: Support wide lines if available on the GPU.
|
2017-11-12 10:17:49 +01:00 |
|
Henrik Rydgård
|
9cd4db5f18
|
Vulkan hw tess: Use pushbuffers instead of temp images to upload data.
|
2017-11-11 20:39:19 +01:00 |
|
Henrik Rydgård
|
5d6a830288
|
Vulkan hw tess: Don't reuse the same dynamic texture for multiple draws, not safe.
|
2017-11-11 20:39:19 +01:00 |
|
Henrik Rydgård
|
6eb58b1252
|
Keep the draw context up to date in a bunch of places. More logging.
|
2017-11-09 16:28:22 +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
|
02f76ae4a8
|
Rendering basics now works.
|
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
|
804aa79376
|
Various Vulkan image transition fixes and related
|
2017-10-20 18:09:05 +02:00 |
|
Henrik Rydgård
|
b886efe8f5
|
Another minor cleanup (DescribeCodePtr)
|
2017-10-20 11:06:12 +02:00 |
|
Henrik Rydgård
|
81a18dc4df
|
Keeping descriptorsets around between frames can cause problems if we run out.. Try to prevent that. Need a better method than this though.
|
2017-08-20 21:35:03 +02:00 |
|
Henrik Rydgård
|
2f85e6516e
|
Minor optimizations (use the new hashmap in a few more places)
|
2017-08-20 19:18:46 +02:00 |
|
Henrik Rydgård
|
a4b97f00b6
|
And yet another buildfix.
|
2017-08-20 15:52:12 +02:00 |
|
Henrik Rydgård
|
10cebb4195
|
32-bit buildfix
|
2017-08-20 15:33:53 +02:00 |
|
Henrik Rydgård
|
e0e13e191f
|
Replace the most critical unordered_maps and maps with two new maps: FastHashMap and PrehashMap.
|
2017-08-20 11:30:19 +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
|
5e788ffadf
|
Implement vertex caching for Vulkan.
|
2017-08-17 11:22:45 +02:00 |
|
Henrik Rydgård
|
50d771961b
|
Vulkan: More minor optimization (avoid pipeline cache lookups when possible)
|
2017-08-15 16:01:50 +02:00 |
|
Henrik Rydgård
|
a1fd2d1ed1
|
Dirty-track the current pipeline to avoid many vkBindPipeline calls.
|
2017-08-14 16:02:58 +02:00 |
|
Henrik Rydgård
|
5a65334646
|
Use dirty-flags more in Vulkan state setting
|
2017-08-14 15:14:46 +02:00 |
|
Henrik Rydgård
|
14a80968cf
|
Unify transformed arrays
|
2017-06-03 18:05:21 +02:00 |
|
Henrik Rydgård
|
3032240916
|
Unify DecodeVertsStep
|
2017-06-03 18:04:46 +02:00 |
|
Henrik Rydgård
|
240e058b3b
|
Some unification in DrawEngine
|
2017-06-03 18:03:56 +02:00 |
|
Henrik Rydgård
|
665a2c04cb
|
Implement software skinning for the Vulkan backend. Fixes #9753
|
2017-06-02 11:47:14 +02:00 |
|
Henrik Rydgård
|
44423f3ba2
|
Vulkan: Implement BlitFramebuffer
|
2017-05-30 09:38:09 +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 Rydgård
|
d0f3e5cb89
|
Don't wipe the Vulkan pipeline key, allow for building it incrementally
|
2017-04-03 17:26:54 +02:00 |
|
xebra
|
f14b75492d
|
[spline/bezier]Split SendDataToShader() into two functions.
|
2017-03-23 23:28:38 +09:00 |
|
Henrik Rydgård
|
17a250df7a
|
Always trigger gpu->Resized when exiting GameSettingsScreen.
Strangely, this does NOT help #9438.
|
2017-03-17 10:27:49 +01:00 |
|
xebra
|
6022b40346
|
[spline/bezier]Handle deleting sampler of TessellationDataTransferVulkan.
|
2017-02-26 00:27:25 +09:00 |
|
xebra
|
f9ab61a005
|
[spline/bezier]Implement hardware tessellation on Vulkan.
|
2017-02-25 19:28:15 +09:00 |
|
Henrik Rydgard
|
7890b61cc5
|
More work towards unifying ApplyTexture
|
2017-02-19 23:19:55 +01:00 |
|
Henrik Rydgard
|
08d173ceee
|
Unify ApplyShaderBlending
|
2017-02-17 12:21:27 +01:00 |
|
Henrik Rydgard
|
4538edad14
|
Work towards enabling shader blending on D3D11
|
2017-02-17 12:21:18 +01:00 |
|
Henrik Rydgard
|
e17d3e1e7a
|
Vulkan: Forgot to extend a few more dirtyflag variables to 64-bit. Avoid a warning.
|
2017-01-24 20:19:06 +01:00 |
|
Henrik Rydgard
|
bd4436c6eb
|
Centralize EstimatePerVertexCost and Execute_BlockTransferStart
|
2017-01-23 17:22:17 +01:00 |
|
xebra
|
deea258383
|
[spline/bezier]Fix to avoid crashing when activated hardware tessellation with dx9 and vulkan.
|
2017-01-23 14:12:03 +01:00 |
|