1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-12-14 02:23:55 +01:00
Commit Graph

26 Commits

Author SHA1 Message Date
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
a1be8d9e78 fixed modesetting, now it's async! vsync to be added later 2020-05-19 17:43:05 +01:00
yours3lf
a444f2e379 backup 2020-05-18 20:23:44 +01:00
yours3lf
b4b4e38354 added profiler but it crashes for some reason 2020-05-18 19:39:33 +01:00
Unknown
a071ec3d77 added plane support to modeset
the validation layer doesn't like my direct to display implementation, but it might be buggy
2020-04-17 17:51:48 +01:00
Unknown
a61e99b7b2 added non-default crtc case 2020-04-16 18:17:35 +01:00
Unknown
efa43b2ccc fixed wsi stuff 2020-04-16 18:07:45 +01:00
Unknown
714d2dd8e1 backup 2020-04-16 17:33:46 +01:00
Unknown
c6281bb757 fixed some modesetting bugs 2020-04-16 00:34:51 +01:00
Unknown
a67cf48094 rewriting modesetting so that direct to display is supported 2020-04-16 00:04:41 +01:00
Unknown
08f6b72ef8 cleaning up TODOs, error messages 2019-09-07 17:41:46 +01:00
Unknown
b2af56c5c6 now images always use bound mem (eg. swapchain) 2018-10-20 15:46:12 +01:00
Unknown
891c8a554e now we use vc4 BOs for swapchain, but it still doesn't work 2018-08-22 21:20:29 +01:00
Unknown
2d014e0882 added proper image support 2018-06-03 13:56:59 +01:00
Unknown
601d21296e format 2018-05-13 19:29:47 +01:00
Unknown
8dde5b888d updated modeset, vc4 kernel interface added 2018-05-13 15:29:43 +01:00
Unknown
ba5fb7e761 added all basic stuff, now on to getting something onto the screen 2018-05-09 21:02:32 +01:00
Unknown
1e73f44f50 added surface creator extension 2018-05-07 16:13:39 +01:00
Unknown
c28f79e87a added test, driver, externals, cmakefiles 2018-05-06 18:35:47 +01:00