Bill Currie
b33df8b698
[vulkan] Clean up a pile of unnecessary includes
2022-05-08 17:57:40 +09:00
Bill Currie
8e658eac78
[vulkan] Correct a pile of copyright attributions
...
Id Software had pretty much nothing to do with the vulkan renderer (they
still get credit for code that's heavily based on the original quake
code, of course).
2022-05-04 14:44:54 +09:00
Bill Currie
d35154ecf1
[vulkan] Clean up a lot of unnecessary includes
...
Too much copying of base files.
2022-03-30 15:54:07 +09:00
Bill Currie
a4f71cb4d5
[renderer] Clean out unneeded input.h includes
...
I really don't know how it goot into the gl/glsl vid_common files, but I
imagine it propogated to vulkan because I copied one then cloned from
there.
2021-10-01 13:11:14 +09:00
Bill Currie
94565c2382
Rework much of the Vulkan array handling
...
So much for all those little wrappers hiding the device. Some survived,
but mostly just the bigger things like device, swapchain, etc.
2020-02-17 20:29:35 +09:00
Bill Currie
29b1d6baf8
Finish up memory stuff
...
For now, of course.
2020-02-11 09:37:04 +09:00
Bill Currie
1baee0cbba
Implement mem mapping and buffer/image copying
2020-02-10 20:42:19 +09:00