Commit Graph

54 Commits

Author SHA1 Message Date
xtrm 33872806a1 🔨 chore(render_core.cpp): revert moving the warning to Makefile 2024-04-23 20:33:11 +02:00
xtrm 3b4a1de9f3 ✨ feature(Makefile): pretty makefile, added -rdynamic LDFLAG, moved debug warning, added debug Makefile rule 2024-04-23 20:21:53 +02:00
Kbz-8 60d3df7969 fixing new gcc warning in GPU allocator, fixing #55 2024-03-25 16:18:24 +01:00
Kbz-8 be52578d37 fixing some bad memory usage 2024-03-25 13:57:20 +01:00
Kbz-8 bc1e0fbba9 adding std namespace to all libstd provided primitive types 2024-02-25 08:04:44 +01:00
Kbz-8 80c0146ecd removing unecessary SDL window creation in Vulkan Instance creation 2024-02-24 04:47:05 +01:00
Kbz-8 05362905f7 improving descriptor sets and pools management 2024-01-20 08:46:50 +01:00
Kbz-8 58e687c952 fixing allocation issues with texts 2024-01-18 13:57:41 +01:00
Kbz-8 a0b536483a fixing shit 2024-01-17 07:41:15 +01:00
Kbz-8 a832c3ca40 fixing issue with swapchain recreation 2024-01-16 07:19:27 +01:00
Kbz-8 34bdb740c2 new text management, texts and textures are on the same level, new texture rendering management, fixing issues 2024-01-11 05:23:16 +01:00
Kbz-8 0f16255240 fixing windows compilation issue 2024-01-10 18:37:14 +01:00
Kbz-8 91661fd206 adding profiler 2024-01-10 18:32:40 +01:00
Kbz-8 31073c116c fixing issue with vulkan queues on multiple GPU computers 2024-01-08 23:50:00 +01:00
Kbz-8 ccbd7561f4 fixing better vk command buffers management 2024-01-07 01:34:02 +01:00
Kbz-8 d9a7f337ba working on cmd resources management 2024-01-05 23:13:35 +01:00
kbz_8 6df9c284b8 Merge branch 'better_vk_commands' into indev 2024-01-03 15:47:31 +01:00
Kbz-8 e728926521 fixing windows compilation issue 2024-01-03 15:30:35 +01:00
Kbz-8 53048bd82a improving vulkan error messages 2024-01-03 15:15:38 +01:00
Kbz-8 4087fca980 fixing SDL issue on windows 2023-12-31 01:08:41 +01:00
Kbz-8 5babfde870 fixing issue when creating multiple mlx application with leaks in the first one 2023-12-28 01:06:03 +01:00
Kbz-8 536cf4c420 working on better command buffers management 2023-12-20 16:35:52 +01:00
Kbz-8 1922b409dd adding error checks 2023-12-16 20:17:49 +01:00
Kbz-8 80e938c019 new branch for error management 2023-12-16 18:51:51 +01:00
Kbz-8 b28b144edb fixing issue when destroying an image in the loop hook, begenning single time command buffers manager 2023-12-15 21:08:46 +01:00
Kbz-8 8e33b2fa30 updating README 2023-12-15 18:08:22 +01:00
Kbz-8 7786b07eb8 adding message when vk res init fails 2023-12-12 15:53:57 +01:00
Kbz-8 90b1dac0f5 adding message when instance init fails 2023-12-12 15:46:47 +01:00
Kbz-8 401e6d13f3 moving profile to API scope 2023-12-11 20:28:58 +01:00
Kbz-8 c36de40f4a fixing warning issue with clang 2023-12-10 23:15:59 +01:00
Kbz-8 52ca0c0d1b suppress warnings 2023-12-10 23:12:22 +01:00
kbz_8 d16af1c4a8 fixing windows dll issues 2023-12-08 23:33:26 +01:00
Kbz-8 5dcc2045d6 adding symbols to dll on windows 2023-12-08 19:13:25 +01:00
Kbz-8 19ce912afe adding symbols to dll on windows 2023-12-08 18:56:33 +01:00
Kbz-8 d6b6dd955c new feature, font loading 2023-11-23 14:37:42 +01:00
Kbz-8 9fdb514541 fixing spaces in indentaions 2023-11-20 07:28:03 +01:00
Kbz-8 f6201014aa cleaning renderpass, framebuffers and swapchain code, setting all vulkan resources to NULL after destroy 2023-11-18 17:25:30 +01:00
Kbz-8 c583f1abc8 fixing GCC warning 2023-11-16 14:07:02 +01:00
Kbz-8 39aa8009a4 fixing memory management issue, VMA uses custom asserts 2023-11-14 12:46:51 +01:00
Kbz-8 ad60a17da9 fixing rendering issues 2023-11-14 07:07:43 +01:00
Kbz-8 d6795f97ef fixing physical device pick issues 2023-11-11 03:30:29 +01:00
Kbz-8 85c43dabf4 fixing compilation issues, adding profile 2023-11-10 09:19:47 +01:00
Kbz-8 e6ed390e84 working on buffers 2023-11-09 22:17:25 +01:00
Kbz-8 c0f539b57f adding debug messages to renderer, working on VMA implementation 2023-11-09 09:07:03 +01:00
Kbz-8 11073a2cbc debugging CI 2023-10-20 03:33:31 +02:00
kbz_8 4edd619841 adding multiple mapping support on textures 2023-04-23 22:11:44 +02:00
kbz_8 77f707ca7a removing texture library 2023-04-21 22:17:55 +02:00
kbz_8 e444856964 adding manual image manipulation 2023-04-03 00:01:13 +02:00
kbz_8 90c1aaad4b adding pixel put pipeline 2023-03-31 22:16:21 +02:00
Kbz-8 b170354e7f adding vulkan images, start using images for put_pixel 2023-01-25 21:46:58 +01:00