Gregory Wells
|
88649174a9
|
remove old gnGetPhysicalDevices
|
2025-09-09 09:32:01 -04:00 |
|
Gregory Wells
|
c5297cb17b
|
start to redo physical device model
|
2025-09-04 14:52:37 -04:00 |
|
Gregory Wells
|
a709ff8808
|
rename gnPhysicalOutputDevice -> gnPhysicalDevice
|
2025-08-29 13:55:29 -04:00 |
|
Gregory Wells
|
5213e0135a
|
fix OpenGL surface format stuff
|
2025-08-18 01:07:03 -04:00 |
|
Gregory Wells
|
2f1db4043a
|
remove usless include
|
2025-08-17 23:28:35 -04:00 |
|
Gregory Wells
|
eb11649a03
|
dont destroy texture if handle is NULL
|
2025-08-17 23:28:21 -04:00 |
|
Gregory Wells
|
9b0a90f8fc
|
make debugger header only
|
2025-08-12 17:53:41 -04:00 |
|
Gregory Wells
|
96808c1940
|
Merge branch 'master' of https://github.com/GregoryWells2007/Gryphn
|
2025-08-12 16:07:08 -04:00 |
|
Gregory Wells
|
ddd28858ef
|
gnUnmapBuffer
|
2025-08-12 14:33:03 -04:00 |
|
Gregory Wells
|
88aa38adbf
|
create buffers with VMA
|
2025-08-12 14:10:25 -04:00 |
|
Gregory Wells
|
dbb2cdfcd7
|
remove some useless stuff
|
2025-08-12 08:56:17 -04:00 |
|
Gregory Wells
|
5b37555a34
|
inplement the allocators into instance creation
|
2025-08-09 20:04:57 -04:00 |
|
Gregory Wells
|
af7d75b728
|
write the allocators layer
|
2025-08-09 20:04:34 -04:00 |
|
Gregory Wells
|
88ce5153e4
|
new debugger functions
|
2025-08-07 23:25:38 -04:00 |
|
Gregory Wells
|
56d79663a2
|
fix some bugs on linux
|
2025-08-05 09:12:21 -04:00 |
|
Gregory Wells
|
80fbb3e691
|
redo some syncronization stuff
|
2025-08-04 08:58:25 -04:00 |
|
Gregory Wells
|
13e5932890
|
fix some bugs
|
2025-08-03 18:46:39 -04:00 |
|
Gregory Wells
|
7a03ef296a
|
finish with the new array list structure
|
2025-08-03 18:39:52 -04:00 |
|
Gregory Wells
|
b1790b59d8
|
fix the last few vulkan warnings
|
2025-08-03 15:29:13 -04:00 |
|
Gregory Wells
|
5f298554fd
|
more error hunting
|
2025-08-03 15:08:01 -04:00 |
|
Gregory Wells
|
590365c4a6
|
update some stuff
|
2025-08-03 14:40:06 -04:00 |
|
Gregory Wells
|
acfc32656f
|
fix some warnings
|
2025-08-03 14:29:26 -04:00 |
|
Gregory Wells
|
50b285e824
|
fix output devices
|
2025-08-03 13:33:49 -04:00 |
|
Gregory Wells
|
b0f2372cb3
|
cleanup some warnings
|
2025-08-03 13:21:39 -04:00 |
|
Gregory Wells
|
193fe6348c
|
move image format over to core
|
2025-08-03 11:47:59 -04:00 |
|
Gregory Wells
|
17b1cff781
|
a lot of loader cleanup
|
2025-08-03 11:43:20 -04:00 |
|
Gregory Wells
|
988333c0ac
|
essentially finish the loader rewrite
|
2025-08-03 10:59:00 -04:00 |
|
Gregory Wells
|
8a0ed5e7be
|
fix surface creation
|
2025-08-03 10:19:42 -04:00 |
|
Gregory Wells
|
74dc644cb6
|
redo gryphn output devices
|
2025-08-03 10:17:17 -04:00 |
|
Gregory Wells
|
0647207f9e
|
finish better vulkan error handling
|
2025-08-03 10:13:36 -04:00 |
|
Gregory Wells
|
c4af74aa52
|
more loader redoing (for instance)
|
2025-08-03 09:59:19 -04:00 |
|
Gregory Wells
|
77b52b5d2d
|
redo some instance funcions stuff
|
2025-08-03 09:28:49 -04:00 |
|
Gregory Wells
|
797191c2b6
|
start using the dispatcher
|
2025-07-30 21:32:04 -04:00 |
|
Gregory Wells
|
c851c470b4
|
fnish metals new return codes
|
2025-07-29 11:59:10 -04:00 |
|
Gregory Wells
|
b5984d22f4
|
finish vulkans support of return codes
|
2025-07-29 11:57:05 -04:00 |
|
Gregory Wells
|
d48b4f0684
|
redo gryphn return codes in vulkan
|
2025-07-29 09:35:12 -04:00 |
|
Gregory Wells
|
d092fd95ef
|
update name in core
|
2025-07-29 06:22:41 -04:00 |
|
Gregory Wells
|
096123ce34
|
rename gryphn return code
|
2025-07-29 06:22:31 -04:00 |
|
Gregory Wells
|
9e2dc76e8a
|
rewrote instance creation
|
2025-07-29 06:18:47 -04:00 |
|
Gregory Wells
|
3f1901da8c
|
redo debugger to be called gnDebuggerCreateInfo
|
2025-07-29 06:03:35 -04:00 |
|
Gregory Wells
|
f1281ab544
|
remove error code typedef
|
2025-07-29 06:03:21 -04:00 |
|
Gregory Wells
|
4ae85a10d1
|
add error code to gryphn
|
2025-07-29 06:01:39 -04:00 |
|
Gregory Wells
|
07a2cf85ad
|
update gryphn to use GN_FALSE + GN_TRUE
|
2025-07-28 20:05:44 -04:00 |
|
Gregory Wells
|
d649e5b3bb
|
remove const qualified on gnUnifromAllocationInfo
|
2025-07-24 09:33:24 -04:00 |
|
Gregory Wells
|
1d23dd0b80
|
kinda start to fix render pass descriptors in metal
|
2025-07-24 08:29:05 -04:00 |
|
Gregory Wells
|
0da1a8a4f6
|
support dynamic uniform buffers on vulkan
|
2025-07-23 11:57:17 -04:00 |
|
Gregory Wells
|
1f85aa30bd
|
finish redoing metal shader workflow
|
2025-07-21 13:27:40 -04:00 |
|
Gregory Wells
|
46d1c2e802
|
change GN_IMAGE_DESCRIPTOR to GN_COMBINED_IMAGE_SAMPLER_DESCRIPTOR
|
2025-07-21 10:51:55 -04:00 |
|
Greg Wells
|
eca4a144e1
|
stop auto resizing command buffers array list
|
2025-07-19 07:09:26 -04:00 |
|
Greg Wells
|
ebc9a92f37
|
get vulkan queues
|
2025-07-16 19:31:46 -04:00 |
|