1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-04-06 21:57:31 +02:00

14 Commits

Author SHA1 Message Date
Joel Winarske
9bda8097bd Testing, Packaging, Vulkan, Clang/Yocto support
-----------------------------------------------
-j support.  Yocto needs this.
Move external references into toolchain to avoid conflict with Yocto Sysroot.
Move CPU tuning into toolchain.  Clang uses a different tuning scheme.
Python required check for Yocto.
Correct usage of project details.  Required for packaging step.
Organize key/value to enable central place to change
Toolchain path is discovered based on toolchain triple.  Minimum requirement is to add toolchain bin path to your path.
Add install_user step to replace install.sh
Allow overriding user name.  Username will not always be 'pi'.
zlib.h and zconf.h from raspbian rootfs (missing form rpi toolchain sysroot)
rename drm-uapi to match yocto -> libdrm
packaging, testing, and rpath for unit tests
stick with sdk branches
CMake documentation -> BUILD.md
Move -Wall to global.cmake, which makes for easier filtering
Rename toolchain.cmake as it is GCC specific
vulkaninfo from vulkan-tools
2020-07-07 07:59:07 -07:00
yours3lf
0301ceedfa trying to fix the weird trampoline crash 2020-05-18 21:58:34 +01:00
yours3lf
dc89f5c558 now compiles properly to armv8-a or others 2020-05-17 17:29:04 +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
020ab465dc fixed clear values
now they are tied to markers
2020-02-25 21:18:14 +00:00
Unknown
ddaea1419b fixed clear test 2020-02-25 20:56:30 +00:00
Unknown
6e471f7eaa validation layers tested and working! 2019-10-02 00:09:08 +01:00
Unknown
8c017a932c loader stuff is now fully functional 2019-10-01 19:23:52 +01:00
Unknown
16d5fc7502 trying to make the loader stuff work 2019-09-29 23:52:21 +01:00
Unknown
6f9e3d40db now assembly can be loaded in text form 2019-05-06 16:58:34 +01:00
Unknown
aa2babaf88 added triangle test 2018-08-26 18:52:21 +01:00