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

445 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
093e35a961 backup 2020-06-07 17:21:25 +01:00
yours3lf
55a9c214d7 Merge remote-tracking branch 'origin/master' 2020-06-04 21:55:56 +01:00
yours3lf
1d1b16465c needed more space 2020-06-04 21:55:51 +01:00
Yours3lf
cc995ad403
Update README.md 2020-06-04 21:34:24 +01:00
Yours3lf
04753c8a10
Update README.md 2020-06-04 21:34:11 +01:00
yours3lf
ee1d6b44b7 vsync now seems to work 2020-06-04 21:33:49 +01:00
yours3lf
2f8484e65d backup 2020-06-03 22:40:58 +01:00
yours3lf
38011f22a3 tried adding a thread to process seqnos and submit present requests
crashes for some reason, but seems to work otherwise
2020-06-03 22:12:27 +01:00
yours3lf
739216bf7c backup 2020-06-03 00:06:26 +01:00
yours3lf
5c4dc59395 initial vsync implementation done 2020-06-02 22:06:55 +01:00
yours3lf
f763dc1e6d added fifo for vsync code 2020-06-01 22:52:36 +01:00
yours3lf
53db3a60d8 started adding support for present modes 2020-05-31 15:00:45 +01:00
yours3lf
4290dcd39d updated supported surface formats 2020-05-31 14:18:32 +01:00
yours3lf
5db9524684 removed unnecessary stuff, filtered out some modes 2020-05-31 14:00:19 +01:00
yours3lf
806a5a5c18 Merge remote-tracking branch 'origin/master' 2020-05-31 13:39:04 +01:00
yours3lf
2148f5a4cb removed unnecessary wsi functions 2020-05-31 13:39:00 +01:00
Yours3lf
17e7edccb2
Update README.md 2020-05-31 13:34:20 +01:00
Yours3lf
8219b970dc
Update README.md 2020-05-31 13:33:57 +01:00
Yours3lf
d8cc9cfc4e
Update README.md 2020-05-31 13:33:39 +01:00
Yours3lf
8655e540d2
Update README.md 2020-05-31 13:33:16 +01:00
Yours3lf
ea5ec4499d
Update README.md 2020-05-31 13:31:46 +01:00
yours3lf
8380b583de fixed depth clearing 2020-05-31 13:26:59 +01:00
yours3lf
21a9f04a24 trying to get cleardepthstencil work 2020-05-31 12:01:13 +01:00
yours3lf
69debb6153 Merge remote-tracking branch 'origin/master' 2020-05-29 23:09:58 +01:00
yours3lf
05a5f1ab3f backup 2020-05-29 23:09:51 +01:00
Yours3lf
c84c7d8495
Update README.md 2020-05-29 23:09:18 +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
166d5af755 backup 2020-05-29 20:58:02 +01:00
yours3lf
5f1fe9f659 backup 2020-05-28 19:35:51 +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
78a7fa4875 backup 2020-05-26 22:53:30 +01:00
yours3lf
488a0334a0 Merge remote-tracking branch 'origin/master' 2020-05-26 19:58:11 +01:00
yours3lf
9a3370b129 started implementing copy image to buffer 2020-05-26 19:58:07 +01:00
Yours3lf
c543e69b45
Update README.md 2020-05-25 17:39:19 +01:00
yours3lf
81d097bb67 fixed bincl dump, depth bias, z scale offset, restoring old vp 2020-05-22 17:39:56 +01:00
yours3lf
a22c31a9d2 dont assert if not profiling 2020-05-21 19:42:44 +01:00
yours3lf
112d3e8a7e fixed mouse input 2020-05-20 23:54:30 +01:00
yours3lf
027b750129 weeeee input's working ffs 2020-05-20 22:41:15 +01:00
yours3lf
ba46123aab added input handler, doesn't work 2020-05-20 22:39:29 +01:00
yours3lf
b2b6acabdb removed asserts 2020-05-20 22:39:06 +01:00
yours3lf
81c7b7034c actually use the indices the user requested 2020-05-19 22:30:42 +01:00
yours3lf
1f7196f5b8 don't need to memcpy the whole buf 2020-05-19 22:30:29 +01:00
yours3lf
b18f960c38 kernel interface returns more verbose error messages 2020-05-19 22:30:16 +01:00
yours3lf
a1be8d9e78 fixed modesetting, now it's async! vsync to be added later 2020-05-19 17:43:05 +01:00