|
|
c24d961211
|
working on cmd resources management
|
2024-01-05 23:13:35 +01:00 |
|
|
|
b3ba952218
|
fixing 32bit vulkan issue
|
2024-01-04 12:27:31 +01:00 |
|
|
|
7c8f233cc8
|
Merge branch 'better_vk_commands' into indev
|
2024-01-03 15:47:31 +01:00 |
|
|
|
988ccf32db
|
fixing windows compilation issue
|
2024-01-03 15:30:35 +01:00 |
|
|
|
ae6c4710c8
|
improving vulkan error messages
|
2024-01-03 15:15:38 +01:00 |
|
|
|
5f04c34aa0
|
fixing SDL issue on windows
|
2023-12-31 01:08:41 +01:00 |
|
|
|
ac3b28c922
|
fixing issue when creating multiple mlx application with leaks in the first one
|
2023-12-28 01:06:03 +01:00 |
|
|
|
c88ff1525d
|
fixing frame capture
|
2023-12-24 16:07:09 +01:00 |
|
|
|
522975bf8b
|
working on frame capture
|
2023-12-23 01:53:54 +01:00 |
|
|
|
8b9d23a17a
|
adding possible new feature
|
2023-12-22 23:21:24 +01:00 |
|
|
|
b384ebec1b
|
working on better command buffers management
|
2023-12-20 16:35:52 +01:00 |
|
|
|
72cc2eb9ab
|
adding error checks
|
2023-12-16 20:17:49 +01:00 |
|
|
|
73c8e331af
|
new branch for error management
|
2023-12-16 18:51:51 +01:00 |
|
|
|
719dfea21c
|
fixing compilation error
|
2023-12-16 02:14:23 +01:00 |
|
|
|
4a6a525847
|
updating readme
|
2023-12-16 02:11:54 +01:00 |
|
|
|
2d89f41639
|
fixing issue when destroying an image in the loop hook, begenning single time command buffers manager
|
2023-12-15 21:08:46 +01:00 |
|
|
|
a86eab4386
|
updating README
|
2023-12-15 18:08:22 +01:00 |
|
|
|
280c1c076f
|
Merge branch 'indev' into multiple-fonts
|
2023-12-14 19:21:12 +01:00 |
|
|
|
c7e59cbbeb
|
adding multiple font support
|
2023-12-14 19:13:41 +01:00 |
|
|
|
c2258115d7
|
removing buggy texture hash system
|
2023-12-14 14:39:00 +01:00 |
|
|
|
6435cc8333
|
fixing issues with texture rendering
|
2023-12-14 13:51:17 +01:00 |
|
|
|
a0a764d6a2
|
yes
|
2023-12-14 00:08:38 +01:00 |
|
|
|
c0e2750fb3
|
working on font system
|
2023-12-13 00:33:34 +01:00 |
|
|
|
99678c2bb3
|
adding message when vk res init fails
|
2023-12-12 15:53:57 +01:00 |
|
|
|
bcfd5ef454
|
adding message when instance init fails
|
2023-12-12 15:46:47 +01:00 |
|
|
|
56c11352bc
|
removing unused files
|
2023-12-12 13:08:34 +01:00 |
|
|
|
e297b8a05a
|
fxing macos libraries location issue
|
2023-12-12 13:08:00 +01:00 |
|
|
|
4d6c970a71
|
moving profile to API scope
|
2023-12-11 20:28:58 +01:00 |
|
|
|
0a7a082d24
|
improving custom malloc, removing unused code in input system
|
2023-12-11 19:30:37 +01:00 |
|
|
|
5f6a28f4f8
|
fixing warning issue with clang
|
2023-12-10 23:15:59 +01:00 |
|
|
|
49f6bb4b71
|
suppress warnings
|
2023-12-10 23:12:22 +01:00 |
|
|
|
555af79e9e
|
fixing windows dll issues
|
2023-12-08 23:33:26 +01:00 |
|
|
|
038a6db77f
|
adding symbols to dll on windows
|
2023-12-08 19:13:25 +01:00 |
|
|
|
b078165849
|
adding symbols to dll on windows
|
2023-12-08 18:56:33 +01:00 |
|
|
|
854a074cac
|
fixing memory leaks, begenning xmake support to build on windows
|
2023-12-07 23:19:56 +01:00 |
|
|
|
7dc5701eff
|
adding screenshot te readme
|
2023-11-25 10:43:05 +01:00 |
|
|
|
db91730e13
|
transparency management added
|
2023-11-25 10:31:06 +01:00 |
|
|
|
df29e41ac5
|
improving font management
|
2023-11-24 19:34:15 +01:00 |
|
|
|
d5a8b96be8
|
new feature, font loading
|
2023-11-23 14:37:42 +01:00 |
|
|
|
6b970e988a
|
fixing spaces in indentaions
|
2023-11-20 07:28:03 +01:00 |
|
|
|
19ccc1230e
|
cleaning renderpass, framebuffers and swapchain code, setting all vulkan resources to NULL after destroy
|
2023-11-18 17:25:30 +01:00 |
|
|
|
519691a944
|
fixing GCC warning
|
2023-11-16 14:07:02 +01:00 |
|
|
|
e4df341a66
|
removing a trash file
|
2023-11-16 14:05:16 +01:00 |
|
|
|
d1613ddfdb
|
removing all memory dump strings informations in release mode
|
2023-11-16 14:04:51 +01:00 |
|
|
|
e471585946
|
fixing memory management issue, VMA uses custom asserts
|
2023-11-14 12:46:51 +01:00 |
|
|
|
6a2a3739c7
|
updating readme, improving buffer transfer to GPU
|
2023-11-14 07:46:06 +01:00 |
|
|
|
6c3db4a8db
|
fixing macos warning
|
2023-11-14 07:22:38 +01:00 |
|
|
|
02d2dbb1bd
|
fixing rendering issues
|
2023-11-14 07:07:43 +01:00 |
|
|
|
942deade55
|
removing vim command in code
|
2023-11-11 03:32:43 +01:00 |
|
|
|
b75f543977
|
fixing physical device pick issues
|
2023-11-11 03:30:29 +01:00 |
|