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
2020-09-23 18:05:01 +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 Testing, Packaging, Vulkan, Clang/Yocto support 2020-07-07 07:59:07 -07:00
command.c added some debug options 2020-06-18 19:07:01 +01:00
common.c started adding support for secondary cmdbufs, but crashing still 2020-06-11 21:37:50 +01:00
common.h added some debug options 2020-06-18 19:07:01 +01:00
compute.c changed function usage so that the driver can expose them ifneedbe 2020-05-18 22:38:57 +01:00
ConsecutivePoolAllocator.c started adding support for secondary cmdbufs, but crashing still 2020-06-11 21:37:50 +01:00
ConsecutivePoolAllocator.h started adding support for secondary cmdbufs, but crashing still 2020-06-11 21:37:50 +01:00
ControlListUtil.c started adding code to correct handle indices but doesnt work yet 2020-06-15 23:33:23 +01:00
ControlListUtil.h started adding code to correct handle indices but doesnt work yet 2020-06-15 23:33:23 +01:00
copy.c fixed copy paste 2020-06-18 18:20:51 +01:00
CustomAssert.h cleaning up TODOs, error messages 2019-09-07 17:41:46 +01:00
declarations.h added some debug options 2020-06-18 19:07:01 +01:00
descriptorSet.c Fix for incorrect index into descriptor array argument 2020-09-23 18:05:01 +01:00
device.c cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
draw.c multithreaded command submission now works 2020-06-16 20:59:59 +01:00
fifo.c cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
fifo.h initial vsync implementation done 2020-06-02 22:06:55 +01:00
instance.c added hardware info printing 2020-06-18 19:54:24 +01:00
kernelInterface.c cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
kernelInterface.h cleanup 2020-04-26 20:21:18 +01: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 cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
modeset.c Fix for pointer from int warning 2020-09-17 09:58:01 +01:00
modeset.h tried adding a thread to process seqnos and submit present requests 2020-06-03 22:12:27 +01:00
pipeline.c cleaned up static analysis findings 2020-06-08 19:07:25 +01:00
PoolAllocator.c cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
PoolAllocator.h cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
profiler.c cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
profiler.h fixed profiler 2020-05-18 23:22:56 +01:00
query.c changed function usage so that the driver can expose them ifneedbe 2020-05-18 22:38:57 +01:00
renderpass.c started adding support for secondary cmdbufs, but crashing still 2020-06-11 21:37:50 +01:00
resource.c cubemaps with mipmaps now working 2020-06-09 20:55:46 +01:00
rpi-vk-driver.json.in Testing, Packaging, Vulkan, Clang/Yocto support 2020-07-07 07:59:07 -07:00
sampler.c changed function usage so that the driver can expose them ifneedbe 2020-05-18 22:38:57 +01:00
shader.c added some debug options 2020-06-18 19:07:01 +01:00
sparse.c changed function usage so that the driver can expose them ifneedbe 2020-05-18 22:38:57 +01:00
stateChange.c cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
sync.c cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
vkCaps.h started adding support for present modes 2020-05-31 15:00:45 +01:00
vkExt.h changed function usage so that the driver can expose them ifneedbe 2020-05-18 22:38:57 +01:00
wsi.c cleaned up some compile warnings 2020-06-08 18:54:57 +01:00