Lynix
|
e53e15d1aa
|
Split CommandBuffer into Auto and normal variants
|
2020-03-26 21:09:58 +01:00 |
Lynix
|
d892e8eaff
|
Add support for Vulkan 1.1 & 1.2
|
2020-03-26 20:42:57 +01:00 |
Lynix
|
42d58bd77c
|
Vulkan: Add physical device extension listing
|
2020-03-18 13:58:30 +01:00 |
Lynix
|
07fa581525
|
Cleanup device creation/selection
|
2020-03-18 13:48:53 +01:00 |
Lynix
|
4ede9f1cfe
|
Add texture in demo
|
2020-03-18 13:48:05 +01:00 |
Lynix
|
9cc206b33e
|
Minor C++ fixes
|
2020-03-17 17:13:27 +01:00 |
Lynix
|
5fde1e335b
|
VulkanBuffer: Use WaitIdle instead of a fence (same effect)
|
2020-03-15 13:26:36 +01:00 |
Lynix
|
6fd1f70a6d
|
QueueHandle: Fix submit overloads
|
2020-03-15 13:26:20 +01:00 |
Lynix
|
7cce08ecfd
|
VulkanRenderer/QueueHandle: Add overloads able to take multiple wait/signal semaphores
|
2020-03-14 17:35:03 +01:00 |
Lynix
|
74adef0aec
|
OCD fix
|
2020-03-14 17:34:21 +01:00 |
Lynix
|
cee47f366f
|
Rename Vk::Queue to Vk::QueueHandle
|
2020-03-14 17:33:50 +01:00 |
Lynix
|
0ace9a5e8d
|
Fix instance destruction
|
2020-03-13 18:45:56 +01:00 |
Lynix
|
b774a879b6
|
Rework buffers synchronization
|
2020-03-13 18:44:49 +01:00 |
Lynix
|
63547fcd4e
|
Replace DeviceHandle by references
and keep device alive until Vulkan is freed
|
2020-03-13 18:38:26 +01:00 |
Lynix
|
4cf24cde7d
|
VertexDeclaration: Add check for duplicates
|
2020-03-08 18:10:23 +01:00 |
Lynix
|
28cf4ed6e3
|
Make Vk::Device store a reference to Vk::PhysicalDevice info
|
2020-03-08 18:10:12 +01:00 |
Lynix
|
0e27c2315f
|
Move Vulkan functions list to external files
|
2020-03-08 18:09:45 +01:00 |
Lynix
|
f830dbf6d4
|
Fix compilation
|
2020-03-05 22:35:12 +01:00 |
Lynix
|
c1a01c4183
|
Remove useless inline
|
2020-03-05 22:35:00 +01:00 |
Lynix
|
2b3241f354
|
Add RenderPipelineLayout
|
2020-03-05 20:35:31 +01:00 |
Lynix
|
c23b6dfa01
|
Copyright year update
I can't wait to see the conflicts this will cause
|
2020-03-05 17:27:26 +01:00 |
Lynix
|
74275292bf
|
Some cleanup
|
2020-03-05 17:24:55 +01:00 |
Lynix
|
9515f1c807
|
Improve synchronization based on vulkan-tutorial
https://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Rendering_and_presentation
|
2020-03-04 20:13:37 +01:00 |
Lynix
|
7ba9a33d35
|
Add Fence objects (+ use them for sync)
|
2020-03-04 18:50:41 +01:00 |
Lynix
|
7bf734cdd4
|
Improve pipeline building
|
2020-03-03 22:26:57 +01:00 |
Lynix
|
d5c75926c6
|
WIP (VertexDeclaration)
|
2020-03-03 01:04:24 +01:00 |
Lynix
|
287be5d9b6
|
WIP
|
2020-03-01 20:31:48 +01:00 |
Lynix
|
7180a8d94e
|
WIP
|
2020-03-01 20:31:41 +01:00 |
Lynix
|
af28ea02a8
|
Vulkan usage fixes
|
2020-02-29 23:28:59 +01:00 |
Lynix
|
5d449095bf
|
Renderer: Add ShaderStage class
|
2020-02-29 23:28:21 +01:00 |
Lynix
|
798425ce10
|
Some work on render pipelines
|
2020-02-27 23:12:29 +01:00 |
Lynix
|
c05ea4095a
|
Begin work on RenderPipeline
|
2020-02-25 22:56:08 +01:00 |
Lynix
|
7bbba14ba0
|
Fix merge
|
2020-02-25 20:22:46 +01:00 |
Lynix
|
cb66dddd45
|
Merge branch 'nazara-next' into vulkan
|
2020-02-25 19:15:07 +01:00 |
Lynix
|
269190bb75
|
Core/Bitset: Make use of if constexpr
|
2020-02-24 18:49:43 +01:00 |
Lynix
|
b6b3ac9f31
|
Move SDK include and source to base
|
2020-02-24 18:23:30 +01:00 |
Lynix
|
eb8800f812
|
Remove Lua and Noise modules
|
2020-02-24 17:52:06 +01:00 |
Lynix
|
79f732ee8a
|
VulkanRenderer: Replace ObjectHandle by std::shared_ptr/raw pointers
|
2020-02-23 12:02:15 +01:00 |
Lynix
|
3fc67b3598
|
Core/FileLogger: Drop noexcept specifier for movement
Since fstream doesn't have it
|
2020-02-23 02:20:48 +01:00 |
Lynix
|
364122f582
|
SparsePtr: Make pointer conversion explicit
|
2020-02-23 02:06:48 +01:00 |
Lynix
|
0c008236ba
|
Minor fixes + update vulkan include
|
2020-02-23 01:28:16 +01:00 |
Lynix
|
8b5f9d68c3
|
Fix missing includes
|
2020-02-23 00:49:38 +01:00 |
Lynix
|
8be2342f25
|
Merge branch 'master' into vulkan
|
2020-02-23 00:46:48 +01:00 |
Lynix
|
3d22321109
|
Big f***ing cleanup part 1
|
2020-02-23 00:42:22 +01:00 |
Lynix
|
e35caebdcf
|
Core: Add ByteArrayPool and PoolByteStream classes
|
2020-02-04 11:42:05 +01:00 |
Lynix
|
518b8697de
|
Network/ENetHost: Add AllowsIncomingConnections method
|
2020-02-01 16:36:05 +01:00 |
Lynix
|
8c7301f649
|
Utility/RichTextDrawer: Add character & line spacing offsets
|
2020-01-26 16:57:56 +01:00 |
Lynix
|
977044f59e
|
Utility/SimpleTextDrawer: Replace line spacing factor by line spacing offset
|
2020-01-26 16:19:06 +01:00 |
Lynix
|
11d51872fa
|
Utility/SimpleTextDrawer: Add character spacing offset
|
2020-01-26 16:18:28 +01:00 |
Lynix
|
b50691d71e
|
Update Core.hpp
|
2020-01-25 19:15:30 +01:00 |