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

69 Commits

Author SHA1 Message Date
yours3lf
7e54a42747 moved all atomic guards to semaphores 2020-06-07 19:06:44 +01:00
yours3lf
861eed3f36 backup 2020-06-07 18:23:26 +01:00
yours3lf
044b3be14c added asserts for a couple of hw bugs 2020-06-07 18:15:36 +01:00
yours3lf
1d1b16465c needed more space 2020-06-04 21:55:51 +01:00
yours3lf
8380b583de fixed depth clearing 2020-05-31 13:26:59 +01:00
yours3lf
27f7e593d9 cleanup 2020-05-29 22:58:27 +01:00
yours3lf
d947979785 added CPA num free block tracking 2020-05-29 21:49:16 +01:00
yours3lf
3860f115c0 fixed cpa alloc strategy so now we get away with a lot less 2020-05-29 21:45:23 +01:00
yours3lf
ab54ec9d6c fixed multiple renderpass case, added offset supprot for copy 2020-05-28 19:27:40 +01:00
yours3lf
0fd991cd39 backup 2020-05-26 23:34:07 +01:00
yours3lf
81d097bb67 fixed bincl dump, depth bias, z scale offset, restoring old vp 2020-05-22 17:39:56 +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
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