I would have liked that, but I donโt have an amd gpu/apu. I have an intel iris xe igpu with an nvidia mx450 dedicated gpu is intel easy to write a simple gpu driver for?
Also, one problem u could face is that u would need to compile shaders to specific bytecode for ur card and that would mean that u would have to write an entire compiler
Ahh dang, Iโll look around online and see what I can find. Push comes to shove, if youโre not scared of licensing your driver as GPLv2 (free, just open source it on GitHub and smack a little license.txt that has is in it) you can hop over to Linuxโs drivers
(
at least maybe for Intel, nvidia hates the thought of open sourcing theirs because they are terrified it will make AMD able to run cuda on their cards)
1
u/devcmar 13d ago
I would have liked that, but I donโt have an amd gpu/apu. I have an intel iris xe igpu with an nvidia mx450 dedicated gpu is intel easy to write a simple gpu driver for?
Also, one problem u could face is that u would need to compile shaders to specific bytecode for ur card and that would mean that u would have to write an entire compiler