1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-12-03 15:24:13 +01:00
Commit Graph

25 Commits

Author SHA1 Message Date
yours3lf
8a62c66768 cleaned up static analysis findings 2020-06-08 19:07:25 +01:00
yours3lf
922c6ff139 cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
yours3lf
27f7e593d9 cleanup 2020-05-29 22:58:27 +01:00
yours3lf
86a7834753 changed function usage so that the driver can expose them ifneedbe 2020-05-18 22:38:57 +01:00
yours3lf
b4b4e38354 added profiler but it crashes for some reason 2020-05-18 19:39:33 +01:00
yours3lf
dc89f5c558 now compiles properly to armv8-a or others 2020-05-17 17:29:04 +01:00
yours3lf
0ac879c294 moved CPA from naked pointers to offsets
as buffers can be reallocated
2020-05-16 13:17:03 +01:00
yours3lf
a2a4589409 fixed descriptor set crash 2020-04-29 18:02:11 +01:00
Unknown
4e0e17efaa cleanup 2020-04-26 20:21:18 +01:00
Unknown
3fb61cd3a1 fixed descriptor set binding 2020-04-21 21:30:30 +01:00
Unknown
df62eadb89 added CPA debugging 2020-03-05 21:18:26 +00:00
Unknown
6b8c72d0eb HDR demo done, but doesn't work due to lack of kernel support 2020-02-20 20:45:43 +00:00
Unknown
083e132809 backup 2019-12-12 21:56:39 +00:00
Unknown
16d5fc7502 trying to make the loader stuff work 2019-09-29 23:52:21 +01:00
Unknown
7254e90101 updated todos 2019-09-07 23:30:52 +01:00
Unknown
08f6b72ef8 cleaning up TODOs, error messages 2019-09-07 17:41:46 +01:00
Unknown
d0ce9e79a5 now the multipass texturing example works! 2019-09-02 22:37:42 +01:00
Unknown
df8e7d089b added texturing test to try and get T format blit working
seems like the general read assembly is accepted but I'm getting black on screen
2019-08-26 18:25:58 +01:00
Unknown
2be28d722f added vulkan code to create and bind a texture
still need to implement driver backend
2019-08-19 22:12:51 +01:00
Unknown
7f4551f320 backup 2019-07-08 21:10:22 +01:00
Unknown
d53a84944e correct allocs 2019-05-05 17:33:13 +01:00
Unknown
ca72368a58 modified descriptor set implementation to use map 2019-05-02 22:00:23 +01:00
Unknown
9596275498 added some of the descriptor set functionality
data layout needs to be rethought to make sure it's optimal
2019-04-30 22:00:39 +01:00
Unknown
78085a4e26 moved stuff around 2019-04-22 14:58:27 +01:00
Unknown
ad818070b0 added files 2018-10-15 22:44:39 +01:00