1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-12-01 13:24:20 +01:00
rpi-vk-driver/driver
2020-02-24 21:56:14 +00: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 loader work pt2 2019-09-30 01:13:55 +01:00
command.c performance queries now seem to work 2020-02-24 21:45:47 +00:00
common.c added ETC test, but can't make it work 2020-02-20 22:48:39 +00:00
common.h performance queries now seem to work 2020-02-24 21:45:47 +00:00
compute.c trying to get all CTS running 2020-02-08 19:38:29 +00:00
ConsecutivePoolAllocator.c cleaning up TODOs, error messages 2019-09-07 17:41:46 +01:00
ConsecutivePoolAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
ControlListUtil.c performance queries now seem to work 2020-02-24 21:45:47 +00:00
ControlListUtil.h performance queries now seem to work 2020-02-24 21:45:47 +00:00
copy.c added ETC test, but can't make it work 2020-02-20 22:48:39 +00:00
CustomAssert.h cleaning up TODOs, error messages 2019-09-07 17:41:46 +01:00
declarations.h added query test 2020-02-23 12:20:32 +00:00
descriptorSet.c HDR demo done, but doesn't work due to lack of kernel support 2020-02-20 20:45:43 +00:00
device.c performance queries now seem to work 2020-02-24 21:45:47 +00:00
draw.c Fixed read/write surface handling 2020-02-18 21:59:15 +00:00
instance.c backup 2020-02-23 13:29:01 +00:00
kernelInterface.c performance queries now seem to work 2020-02-24 21:45:47 +00:00
kernelInterface.h extended kernel interface with perfmon, madvise, hangstate support 2020-02-22 19:59:19 +00:00
LinearAllocator.c updated todos 2019-09-07 23:30:52 +01:00
LinearAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
map.c added simple map implementation for descriptor sets 2019-05-02 07:51:37 +01:00
map.h added simple map implementation for descriptor sets 2019-05-02 07:51:37 +01:00
memory.c loader work pt2 2019-09-30 01:13:55 +01:00
modeset.c cleaning up TODOs, error messages 2019-09-07 17:41:46 +01:00
modeset.h implemented more of the vk driver for the triangle example 2018-09-18 21:22:43 +01:00
pipeline.c trying to get all CTS running 2020-02-08 19:38:29 +00:00
PoolAllocator.c added vulkan code to create and bind a texture 2019-08-19 22:12:51 +01:00
PoolAllocator.h split driver.c into multiple files 2018-08-26 14:11:43 +01:00
query.c added unsupported messages 2020-02-24 21:56:14 +00:00
renderpass.c performance queries now seem to work 2020-02-24 21:45:47 +00:00
resource.c added ETC test, but can't make it work 2020-02-20 22:48:39 +00:00
sampler.c trying to make the loader stuff work 2019-09-29 23:52:21 +01:00
shader.c trying to get all CTS running 2020-02-08 19:38:29 +00:00
sparse.c trying to get all CTS running 2020-02-08 19:38:29 +00:00
stateChange.c Fixed read/write surface handling 2020-02-18 21:59:15 +00:00
sync.c trying to get all CTS running 2020-02-08 19:38:29 +00:00
vkCaps.h performance queries now seem to work 2020-02-24 21:45:47 +00:00
vkExt.h loader stuff is now fully functional 2019-10-01 19:23:52 +01:00
vkExtFunctions.c loader stuff is now fully functional 2019-10-01 19:23:52 +01:00
vkExtFunctions.h loader stuff is now fully functional 2019-10-01 19:23:52 +01:00
wsi.c validation layers tested and working! 2019-10-02 00:09:08 +01:00