1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-19 11:52:16 +01:00

136 Commits

Author SHA1 Message Date
yours3lf
cc26064e1d multithreaded command submission now works 2020-06-16 20:59:59 +01:00
yours3lf
2a6438bd43 started adding support for secondary cmdbufs, but crashing still 2020-06-11 21:37:50 +01:00
yours3lf
9a8c4ecb7b added multithreaded example 2020-06-10 20:33:27 +01:00
yours3lf
74982b90fa cubemaps with mipmaps now working 2020-06-09 20:55:46 +01:00
yours3lf
7e54a42747 moved all atomic guards to semaphores 2020-06-07 19:06:44 +01:00
yours3lf
f763dc1e6d added fifo for vsync code 2020-06-01 22:52:36 +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
d947979785 added CPA num free block tracking 2020-05-29 21:49:16 +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
0fd991cd39 backup 2020-05-26 23:34:07 +01:00
yours3lf
78a7fa4875 backup 2020-05-26 22:53:30 +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
86a7834753 changed function usage so that the driver can expose them ifneedbe 2020-05-18 22:38:57 +01:00
yours3lf
0301ceedfa trying to fix the weird trampoline crash 2020-05-18 21:58:34 +01:00
yours3lf
335600fdc8 backup 2020-05-17 17:41:25 +01:00
yours3lf
dc89f5c558 now compiles properly to armv8-a or others 2020-05-17 17:29:04 +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
1e681e8292 starting to figure out why mipmapping is incorrect at lower levels 2020-05-14 19:58:38 +01:00
yours3lf
84befd0ff4 fixed depth bias 2020-05-13 23:35:59 +01:00
yours3lf
0d4c6cb9b7 fixed viewport offset 2020-05-13 23:05:59 +01:00
yours3lf
ae03fdeacc added inputTest 2020-05-11 19:45:46 +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
yours3lf
59ac73c42b fixed attribtest 2020-05-07 12:42:10 +01:00
yours3lf
78ae1e045b trying to figure out how to go from rgba8 attribs to color on screen 2020-05-06 23:20:46 +01:00
yours3lf
4cd8678d3f added attribtest 2020-05-06 21:57:18 +01:00
yours3lf
68a9a4ee2c updated NDC coordinate space to be right handed
x [0..1]
y [1..-1]
z [0..1]
2020-05-04 19:36:36 +01:00
Unknown
4e0e17efaa cleanup 2020-04-26 20:21:18 +01:00
Unknown
13d73f26ae changed mapping so that coordinate shaders can have separate 2020-04-21 15:22:19 +01:00
Unknown
438e9a487d changed shader module creation so that it goes through the std way
needs special handling, but it works
2020-04-17 20:59:04 +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
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
715be8accd cubemapping seems fully functional 2020-04-14 21:29:04 +01:00
Unknown
e7741352d0 added initial cubemapping test code 2020-04-14 17:21:31 +01:00
Unknown
a56cfdf5a1 fixed mipmapping 2020-04-10 18:23:50 +01:00
Unknown
723259b0f4 trying to debug mipmapping 2020-04-10 15:41:57 +01:00
Unknown
61d1d5fd27 mipload bias disables auto lod 2020-04-10 15:04:09 +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
db18a1695c started writing some unit tests for CPA as it's finnicky 2020-03-07 18:07:07 +00:00