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

20 Commits

Author SHA1 Message Date
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
e7294b896e depth texture reading and buffer copying works now 2020-01-31 18:42:37 +00:00
Unknown
ef4b15f7a5 modified tests to reflect no shader patching 2019-12-08 22:09:53 +00:00
Unknown
2373c9681a backup 2019-12-07 20:32:06 +00:00
Unknown
8c017a932c loader stuff is now fully functional 2019-10-01 19:23:52 +01:00
Unknown
1e9d774483 finally the trampoline walking works
can successfully call my custom extension
TODO: need to make the assembly loader work too
2019-10-01 00:39:24 +01:00
Unknown
2d8132011e backup 2019-09-30 21:30:37 +01:00
Unknown
40c24dce9c backup 2019-09-30 20:38:35 +01: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
75ad683adb backup 2019-09-29 20:12:23 +01:00
Unknown
ab337a9212 implemented depth/stencil shader patching 2019-09-29 19:06:26 +01:00
Unknown
573ea221fb blending now works 2019-09-24 22:04:53 +01:00
Unknown
dd3860b808 added blending test 2019-09-24 21:46:23 +01:00