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

55 Commits

Author SHA1 Message Date
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
e4ad9da463 backup 2020-05-16 14:49:46 +01:00
yours3lf
cdd209d43a fixed mipmapping 2020-05-16 14:49:09 +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
ed94d1586b fixed render target T/LT mode setting 2020-05-15 18:58:21 +01:00
yours3lf
54bc44e309 hack to make vkquake3 work 2020-05-12 22:45:09 +01:00
yours3lf
3df04a2423 started implementing clearattachments, but doesnt work for some reason 2020-05-08 13:06:45 +01:00
yours3lf
828f6c2dd1 backup 2020-05-07 21:55:24 +01:00
yours3lf
637bec7672 fixed handling offsets for render targets and textures, fixed LT formats 2020-05-06 00:10:40 +01:00
yours3lf
13e7a67197 fixed attrib setup, app needs to be somewhat cooperative tho 2020-05-01 20:37:33 +01:00
yours3lf
03f98aff82 trying to get attrib setup finally right 2020-05-01 19:38:13 +01:00
Unknown
4e0e17efaa cleanup 2020-04-26 20:21:18 +01:00
Unknown
e333c60c52 added command buffer resetting 2020-04-22 13:12:02 +01:00
Unknown
43c167e3b8 backup 2020-04-17 13:04:28 +01:00
Unknown
0a1a2a2ef1 added support for rendering to LT format tex, fixed lots 2020-03-11 20:42:46 +00:00
Unknown
5e72111ba8 bunch of fixes trying to get mipmap generation working 2020-03-10 20:20:35 +00:00
Unknown
e90f05657c backup 2020-03-08 23:07:13 +00:00
Unknown
cd90786187 backup 2020-03-08 22:06:12 +00:00
Unknown
1092d59612 rewrote CPA, added test for it 2020-03-07 11:13:08 +00:00
Unknown
9348346ef8 made some progress with mipmapping 2020-03-01 19:11:31 +00:00
Unknown
a918e4216f fixed consecutive pool allocator infinite loop 2020-03-01 15:26:12 +00:00
Unknown
020ab465dc fixed clear values
now they are tied to markers
2020-02-25 21:18:14 +00:00
Unknown
939b791183 performance queries now seem to work 2020-02-24 21:45:47 +00:00
Unknown
963cdf3c9e Fixed read/write surface handling
now load/store ops are supported
2020-02-18 21:59:15 +00:00
Unknown
c9e4a3fbdf trying to handle read/write surfaces properly 2020-02-17 21:01:56 +00:00
Unknown
7fabec0b32 MSAA is now working, but need to make it robust 2020-02-16 23:13:46 +00:00
Unknown
20dae3b400 trying to get msaa working 2020-02-16 18:14:45 +00:00
Unknown
643a8c6775 loader work pt2 2019-09-30 01:13:55 +01: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
f43bb4d6a6 backup 2019-09-22 18:59:17 +01:00
Unknown
1f7c80aa42 added shader rec printf 2019-09-22 16:39:51 +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
1e5a5c965a started to rework control list submission so that multiple drawcalls wok 2019-09-01 19:14:47 +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
78085a4e26 moved stuff around 2019-04-22 14:58:27 +01:00
Unknown
ef5227a2be using assembly as a fragment shader works 2019-04-21 13:41:25 +01:00
Unknown
8ecc45b3cb more CTS fixes 2019-02-09 23:53:32 +00:00
Unknown
689eb72cff loads of CTS fixeeees 2019-02-09 16:18:15 +00:00
Unknown
60d31572e4 fixed infinite loop 2019-02-08 22:06:17 +00:00
Unknown
53da52251d copy-paste fix 2019-02-07 00:22:30 +00:00
Unknown
1696c03670 even more CTS fixes
changed back to one FD per process as apparently they are shared.
I just need to make sure that I close the FD when the last instance is destroyed.
the kernel side driver should be able to handle this properly
2018-11-18 14:21:33 +00:00
Unknown
ce9668b992 allocators are now supported, more CTS fixes. 2018-11-17 15:53:13 +00:00
Unknown
fb2af568b2 more CTS fixes, can have multiple instances now 2018-11-16 19:39:33 +00:00
Unknown
6f0d74e765 Vulkan CTS now runs, some fixes included 2018-11-14 19:25:22 +00:00