1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-11-29 11:24:14 +01:00
rpi-vk-driver/driver
2019-04-21 13:41:25 +01:00
..
AlignedAllocator.c moved functions into separate files 2018-10-15 22:37:09 +01:00
AlignedAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
CMakeLists.txt even more CTS fixes 2018-11-18 14:21:33 +00:00
command.c using assembly as a fragment shader works 2019-04-21 13:41:25 +01:00
common.c CTS fixes 2019-04-10 21:13:59 +01:00
common.h even more CTS fixes 2018-11-18 14:21:33 +00:00
ConsecutivePoolAllocator.c loads of CTS fixeeees 2019-02-09 16:18:15 +00:00
ConsecutivePoolAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
ControlListUtil.c triangle finally renders :) 2018-10-14 17:29:03 +01:00
ControlListUtil.h moved functions into separate files 2018-10-15 22:37:09 +01:00
copy.c added files 2018-10-15 22:44:39 +01:00
CustomAssert.h fixed some warnings 2018-08-25 11:03:29 +01:00
descriptorSet.c added files 2018-10-15 22:44:39 +01:00
device.c CTS fixes 2019-04-10 21:13:59 +01:00
draw.c using assembly as a fragment shader works 2019-04-21 13:41:25 +01:00
instance.c more CTS fixes 2019-02-09 23:53:32 +00:00
kernelInterface.c fixed triangle example after CTS fixes 2018-12-09 18:21:23 +00:00
kernelInterface.h even more CTS fixes 2018-11-18 14:21:33 +00:00
LinearAllocator.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
LinearAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
memory.c more CTS fixes 2019-02-09 23:53:32 +00:00
modeset.c now images always use bound mem (eg. swapchain) 2018-10-20 15:46:12 +01:00
modeset.h implemented more of the vk driver for the triangle example 2018-09-18 21:22:43 +01:00
pipeline.c more CTS fixes 2019-02-09 23:53:32 +00:00
PoolAllocator.c fixed pool allocator whoops 2018-09-29 15:59:17 +01:00
PoolAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
query.c added files 2018-10-15 22:44:39 +01:00
renderpass.c more CTS fixes 2019-02-09 23:53:32 +00:00
resource.c more CTS fixes 2019-02-09 23:53:32 +00:00
shader.c more CTS fixes 2019-02-09 23:53:32 +00:00
stateChange.c added some state change funcs 2018-10-21 13:33:02 +01:00
sync.c CTS fixes 2019-04-10 21:13:59 +01:00
vkCaps.h CTS fixes 2019-04-10 21:13:59 +01:00
vkExt.h update 2018-09-29 15:59:47 +01:00
wsi.c loads of CTS fixeeees 2019-02-09 16:18:15 +00:00