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-04-16 18:07:45 +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 loader work pt2 2019-09-30 01:13:55 +01:00
command.c added support for rendering to LT format tex, fixed lots 2020-03-11 20:42:46 +00:00
common.c mipload bias disables auto lod 2020-04-10 15:04:09 +01:00
common.h rewriting modesetting so that direct to display is supported 2020-04-16 00:04:41 +01:00
compute.c trying to get all CTS running 2020-02-08 19:38:29 +00:00
ConsecutivePoolAllocator.c backup 2020-03-08 22:06:12 +00:00
ConsecutivePoolAllocator.h added CPA debugging 2020-03-05 21:18:26 +00:00
ControlListUtil.c added support for rendering to LT format tex, fixed lots 2020-03-11 20:42:46 +00:00
ControlListUtil.h added support for rendering to LT format tex, fixed lots 2020-03-11 20:42:46 +00:00
copy.c cubemapping seems fully functional 2020-04-14 21:29:04 +01:00
CustomAssert.h cleaning up TODOs, error messages 2019-09-07 17:41:46 +01:00
declarations.h backup 2020-04-16 17:33:46 +01:00
descriptorSet.c added CPA debugging 2020-03-05 21:18:26 +00:00
device.c performance queries now seem to work 2020-02-24 21:45:47 +00:00
draw.c cubemapping seems to be somewhat working 2020-04-14 18:31:58 +01:00
instance.c backup 2020-04-16 17:33:46 +01:00
kernelInterface.c backup 2020-03-08 22:06:12 +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 fixed wsi stuff 2020-04-16 18:07:45 +01:00
modeset.h backup 2020-04-16 17:33:46 +01:00
pipeline.c bunch of fixes trying to get mipmap generation working 2020-03-10 20:20:35 +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 cubemapping seems to be somewhat working 2020-04-14 18:31:58 +01:00
resource.c cubemapping seems to be somewhat working 2020-04-14 18:31:58 +01:00
sampler.c mipload bias disables auto lod 2020-04-10 15:04:09 +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 added support for rendering to LT format tex, fixed lots 2020-03-11 20:42:46 +00:00
sync.c fixed clear values 2020-02-25 21:18:14 +00:00
vkCaps.h rewriting modesetting so that direct to display is supported 2020-04-16 00:04:41 +01:00
vkExt.h rewriting modesetting so that direct to display is supported 2020-04-16 00:04:41 +01:00
vkExtFunctions.c rewriting modesetting so that direct to display is supported 2020-04-16 00:04:41 +01:00
vkExtFunctions.h rewriting modesetting so that direct to display is supported 2020-04-16 00:04:41 +01:00
wsi.c fixed wsi stuff 2020-04-16 18:07:45 +01:00