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
2018-09-25 21:32:52 +01:00
..
AlignedAllocator.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
AlignedAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
CMakeLists.txt added control list dumping 2018-08-21 21:03:43 +01:00
command.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
common.c added remaining functionality towards the first draw call 2018-09-25 21:32:52 +01:00
common.h added remaining functionality towards the first draw call 2018-09-25 21:32:52 +01:00
ConsecutivePoolAllocator.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
ConsecutivePoolAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
ControlListUtil.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
ControlListUtil.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
CustomAssert.h fixed some warnings 2018-08-25 11:03:29 +01:00
device.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
instance.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
kernelInterface.c added some of the implementation for the triangle example 2018-09-09 15:45:07 +01:00
kernelInterface.h added some of the implementation for the triangle example 2018-09-09 15:45:07 +01: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
modeset.c now we use vc4 BOs for swapchain, but it still doesn't work 2018-08-22 21:20:29 +01:00
modeset.h implemented more of the vk driver for the triangle example 2018-09-18 21:22:43 +01:00
PoolAllocator.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
PoolAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
sync.c split driver.c into multiple files 2018-08-26 14:11:43 +01:00
vkCaps.h added remaining functionality towards the first draw call 2018-09-25 21:32:52 +01:00
vkExt.h added shader module and pipeline handling 2018-09-23 20:55:30 +01:00
wsi.c implemented more of the vk driver for the triangle example 2018-09-18 21:22:43 +01:00