Gregory Wells
|
95b35f82df
|
add linux support back to CMakeLists.txt
|
2025-07-03 21:28:27 -04:00 |
|
Greg Wells
|
2b2fc9c947
|
stop printing out the compiled MSL
|
2025-07-03 21:18:50 -04:00 |
|
Greg Wells
|
b53a31c565
|
metal storage buffers + rework of shader maps
|
2025-07-03 19:48:12 -04:00 |
|
Greg Wells
|
665ce6847a
|
add support for storage buffers in vulkan
|
2025-07-03 13:30:47 -04:00 |
|
Greg Wells
|
d9937c2833
|
improve vulkan uniform layout generation
|
2025-07-03 12:07:02 -04:00 |
|
Greg Wells
|
cfedb49569
|
add mipLevels info
|
2025-07-03 11:49:31 -04:00 |
|
Greg Wells
|
93f26f7f97
|
update utils
|
2025-07-02 16:12:12 -04:00 |
|
Greg Wells
|
6a22931ee6
|
texture extents
|
2025-07-02 16:11:15 -04:00 |
|
Greg Wells
|
0d799d3066
|
some wierd seg fault (think its fixed)
|
2025-07-02 10:43:22 -04:00 |
|
Greg Wells
|
a74dd63786
|
reuse command buffers flag
|
2025-07-02 09:12:33 -04:00 |
|
Greg Wells
|
9c154c1eeb
|
texture error checking
|
2025-07-01 16:53:12 -04:00 |
|
Greg Wells
|
918d854062
|
some include path jazz
|
2025-07-01 16:42:45 -04:00 |
|
Greg Wells
|
504603e5ac
|
fix some bugs on macos and improve presentation queue
|
2025-07-01 16:15:43 -04:00 |
|
Greg Wells
|
4c7fe77db3
|
metal depth stencil state or something
|
2025-07-01 12:42:03 -04:00 |
|
Greg Wells
|
dd84b3bef3
|
push constants
|
2025-07-01 12:32:44 -04:00 |
|
Greg Wells
|
f7f5d4b3a4
|
uniform buffer rebinding
|
2025-07-01 12:19:26 -04:00 |
|
Greg Wells
|
7c5c333fa2
|
remap bindings
|
2025-07-01 12:06:30 -04:00 |
|
Greg Wells
|
76e80081fb
|
start texture binding
|
2025-07-01 11:31:55 -04:00 |
|
Greg Wells
|
8211876837
|
get all the commands to work
|
2025-06-29 14:40:09 -04:00 |
|
Greg Wells
|
67e5e6e36a
|
update some naming for validation layers
|
2025-06-29 12:03:15 -04:00 |
|
Greg Wells
|
1a4101bf4d
|
load all instance functions
|
2025-06-29 08:43:58 -04:00 |
|
Greg Wells
|
bb6b1c175d
|
cleanup
|
2025-06-29 07:50:50 -04:00 |
|
Greg Wells
|
076aba13cf
|
finish function validator
|
2025-06-29 07:45:12 -04:00 |
|
Greg Wells
|
7802f567c2
|
load device functions
|
2025-06-29 07:31:50 -04:00 |
|
Greg Wells
|
502634770e
|
start checking all instance functions
|
2025-06-27 21:22:05 -04:00 |
|
Greg Wells
|
f98dc5fead
|
actually get it to work
|
2025-06-26 18:04:14 -04:00 |
|
Greg Wells
|
ab3bd566d2
|
load the actuall first layer
|
2025-06-26 14:13:24 -04:00 |
|
Greg Wells
|
b39fc43905
|
kinda improve the loader (its worse)
|
2025-06-26 13:02:22 -04:00 |
|
Greg Wells
|
751b1f828b
|
Get everything to work
|
2025-06-25 20:23:59 -04:00 |
|
Greg Wells
|
7ff6d7e744
|
not totally sure what I did
|
2025-06-25 20:18:40 -04:00 |
|
Greg Wells
|
dee0822779
|
get the metal loader to kinda work (does not load functions)
|
2025-06-25 20:18:22 -04:00 |
|
Greg Wells
|
2c9e2260f4
|
get the metal backend to compile (does not load)
|
2025-06-25 20:17:52 -04:00 |
|
Greg Wells
|
4306646c6e
|
Update utils
|
2025-06-25 20:17:52 -04:00 |
|
Greg Wells
|
f791b01705
|
get stuff working on macos
|
2025-06-25 20:17:52 -04:00 |
|
Gregory Wells
|
cc31fd7d5c
|
remove all my stupid debug messages
|
2025-06-24 16:21:38 -04:00 |
|
Gregory Wells
|
17a9495a0a
|
redo vulkan extensions
|
2025-06-24 16:21:38 -04:00 |
|
Gregory Wells
|
4ac82bf587
|
platform loaders take in loader info
|
2025-06-24 16:21:38 -04:00 |
|
Greg Wells
|
911797d256
|
update instance functions
|
2025-06-24 16:25:55 -04:00 |
|
Greg Wells
|
ea9e08599b
|
update modules
|
2025-06-24 16:23:51 -04:00 |
|
Gregory Wells
|
8cc44c709e
|
finish new loader structure for vulkan
|
2025-06-24 14:43:59 -04:00 |
|
Gregory Wells
|
4ec3d62146
|
load up until command pool creation
|
2025-06-24 14:04:58 -04:00 |
|
Gregory Wells
|
cdf8dd46d2
|
first device functions loaded
|
2025-06-24 13:49:00 -04:00 |
|
Gregory Wells
|
8d2c58b0e9
|
move device functions over to loader
|
2025-06-24 13:46:01 -04:00 |
|
Gregory Wells
|
93921452ba
|
load instance functions
|
2025-06-24 13:29:37 -04:00 |
|
Gregory Wells
|
2f2baf4586
|
first vulkan function loaded with new loader
|
2025-06-24 13:22:03 -04:00 |
|
Gregory Wells
|
a6a7c4c063
|
fix vulkan
|
2025-06-24 13:05:15 -04:00 |
|
Gregory Wells
|
1915166c82
|
make some gryphn stuff happen (DOES NOT COMPILE)
|
2025-06-24 13:04:33 -04:00 |
|
Gregory Wells
|
78202825db
|
compiles!!! (seg faults)
|
2025-06-24 12:41:59 -04:00 |
|
Gregory Wells
|
953feebfe4
|
fixed vulkan (DOES NOT COMPILE)
|
2025-06-24 12:12:52 -04:00 |
|
Gregory Wells
|
d66f470a52
|
rename to projects (DOES NOT COMPILE)
|
2025-06-24 12:04:16 -04:00 |
|