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

115 Commits

Author SHA1 Message Date
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
Unknown
1092d59612 rewrote CPA, added test for it 2020-03-07 11:13:08 +00:00
Unknown
1934acaf6f fixed mip sampler 2020-03-01 23:50:48 +00:00
Unknown
9348346ef8 made some progress with mipmapping 2020-03-01 19:11:31 +00:00
Unknown
07ca324fd3 fixed mipmapping crash 2020-03-01 15:31:05 +00:00
Unknown
35c3a4327a added mipmap generation
mipmapping reproduces infinite loop bug, to be fixed
2020-02-28 20:17:34 +00:00
Unknown
556019790c added texcoords 2020-02-26 21:25:36 +00:00
Unknown
a82c41465e added tunnel 2020-02-25 22:26:54 +00:00
Unknown
020ab465dc fixed clear values
now they are tied to markers
2020-02-25 21:18:14 +00:00
Unknown
3f86e18ff6 backup 2020-02-25 20:56:39 +00:00
Unknown
ddaea1419b fixed clear test 2020-02-25 20:56:30 +00:00
Unknown
ad493d0309 added mipmapping test 2020-02-25 17:33:19 +00:00
Unknown
939b791183 performance queries now seem to work 2020-02-24 21:45:47 +00:00
Unknown
73e72e86e0 backup 2020-02-23 13:29:01 +00:00
Unknown
2d0dd6b4de added query test 2020-02-23 12:20:32 +00:00
Unknown
0eab6f0a0e added ETC test, but can't make it work
need kernel support for 64bpp output so that I can emulate the copy to optimal format
2020-02-20 22:48:39 +00:00
Unknown
aeca99ff62 added etc test 2020-02-20 21:38:14 +00:00
Unknown
6b8c72d0eb HDR demo done, but doesn't work due to lack of kernel support 2020-02-20 20:45:43 +00:00
Unknown
963cdf3c9e Fixed read/write surface handling
now load/store ops are supported
2020-02-18 21:59:15 +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
d82329cd75 msaa test complete 2020-02-16 13:54:20 +00:00