1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-11-29 11:24:14 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
yours3lf
922c6ff139 cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
yours3lf
21a9f04a24 trying to get cleardepthstencil work 2020-05-31 12:01:13 +01:00
yours3lf
05a5f1ab3f backup 2020-05-29 23:09:51 +01:00
yours3lf
5f1fe9f659 backup 2020-05-28 19:35:51 +01:00
yours3lf
81d097bb67 fixed bincl dump, depth bias, z scale offset, restoring old vp 2020-05-22 17:39:56 +01:00
yours3lf
b2b6acabdb removed asserts 2020-05-20 22:39:06 +01:00
yours3lf
1f7196f5b8 don't need to memcpy the whole buf 2020-05-19 22:30:29 +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
cc894e3342 fixed clmarkers (memory could be moved around) 2020-05-17 10:47:23 +01:00
yours3lf
269a1b412c backup 2020-05-16 22:31:07 +01:00
yours3lf
75cf12a07e fixed handle insertion 2020-05-16 13:49:44 +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
3a16211893 fixed clear test 2020-05-10 19:03:36 +01:00
yours3lf
3df04a2423 started implementing clearattachments, but doesnt work for some reason 2020-05-08 13:06:45 +01:00
Unknown
0a1a2a2ef1 added support for rendering to LT format tex, fixed lots 2020-03-11 20:42:46 +00:00
Unknown
9348346ef8 made some progress with mipmapping 2020-03-01 19:11:31 +00:00
Unknown
020ab465dc fixed clear values
now they are tied to markers
2020-02-25 21:18:14 +00:00
Unknown
963cdf3c9e Fixed read/write surface handling
now load/store ops are supported
2020-02-18 21:59:15 +00:00
Unknown
7fabec0b32 MSAA is now working, but need to make it robust 2020-02-16 23:13:46 +00:00
Unknown
16d5fc7502 trying to make the loader stuff work 2019-09-29 23:52:21 +01:00
Unknown
37ec0a6e06 added index buffering 2019-09-23 19:40:36 +01:00
Unknown
b690aa7034 depth testing example now works 2019-09-23 15:51:56 +01:00
Unknown
7254e90101 updated todos 2019-09-07 23:30:52 +01:00
Unknown
d0ce9e79a5 now the multipass texturing example works! 2019-09-02 22:37:42 +01:00
Unknown
1e5a5c965a started to rework control list submission so that multiple drawcalls wok 2019-09-01 19:14:47 +01:00
Unknown
408d0a2b2a added some state change funcs 2018-10-21 13:33:02 +01:00
Unknown
d3b67becfc moved functions into separate files 2018-10-15 22:37:09 +01:00