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

491 Commits

Author SHA1 Message Date
Yours3lf
6bfd11b1cc
Merge pull request #28 from jwinarske/autogen_fix
autogen fix
2021-02-26 16:55:00 +00:00
Joel Winarske
c33624bace autogen fix 2021-02-24 18:49:53 -08:00
Yours3lf
39bb5f20e3
Merge pull request #21 from pjx3/bindDescriptorSetsFix
Fix for incorrect index into descriptor array argument
2020-09-25 21:05:34 +01:00
Pete Marshall
019469c943 Fix for incorrect index into descriptor array argument 2020-09-23 18:05:01 +01:00
Yours3lf
c95f714ed3
Merge pull request #20 from pjx3/issue_19_fix
Issue 19 fix
2020-09-17 11:33:31 +01:00
Pete Marshall
c5403560e0 Fix for pointer from int warning 2020-09-17 09:58:01 +01:00
Pete Marshall
96a683fa5e Changed passing fd by value when creating flipQueue thread 2020-09-17 09:35:11 +01:00
Yours3lf
528da3ad10
Merge pull request #9 from jwinarske/cmake_for_clang
CMake changes to support Clang toolchain, Debian Packaging, Unit test cases, and Yocto
2020-07-10 23:48:55 +01:00
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
43f04c9bfb
Update README.md v1.0 2020-06-18 20:39:19 +01:00
Yours3lf
b4650a8ee3
Update README.md 2020-06-18 20:23:35 +01:00
Yours3lf
292eb79c4a
Update README.md 2020-06-18 20:23:16 +01:00
Yours3lf
283fab40b8
Update README.md 2020-06-18 20:19:52 +01:00
yours3lf
2dcafeca19 added hardware info printing 2020-06-18 19:54:24 +01:00
Yours3lf
f70052af6b
Update README.md 2020-06-18 19:30:19 +01:00
yours3lf
288969afbf added some debug options 2020-06-18 19:07:01 +01:00
yours3lf
79af38f711 fixed copy paste 2020-06-18 18:20:51 +01:00
Yours3lf
dfec59d658
Update README.md 2020-06-18 18:11:40 +01:00
Yours3lf
ec024e4042
Update README.md 2020-06-18 18:09:51 +01:00
Yours3lf
d93bdc6e41
Update README.md 2020-06-18 18:07:00 +01:00
Yours3lf
a69b95dd28
Update README.md 2020-06-18 18:06:31 +01:00
yours3lf
594fda98e6 fix build error 2020-06-18 18:05:23 +01:00
Yours3lf
8ca957935d
Update README.md 2020-06-18 18:03:19 +01:00
Yours3lf
832d006961
Update BUILD.md 2020-06-18 17:53:40 +01:00
yours3lf
06b0e9ac6a fixed install.sh 2020-06-18 17:51:18 +01:00
yours3lf
e3597e686b Merge remote-tracking branch 'origin/master' 2020-06-18 17:37:19 +01:00
yours3lf
0554734264 fixed compile error 2020-06-18 17:37:15 +01:00
Yours3lf
339d12e129
Update README.md 2020-06-18 17:21:30 +01:00
yours3lf
692a29aaad move to widest arch support 2020-06-16 22:58:54 +01:00
Yours3lf
1cfff003c8
Update README.md 2020-06-16 21:07:35 +01:00
Yours3lf
85ef6f49f3
Update README.md 2020-06-16 21:05:45 +01:00
yours3lf
cc26064e1d multithreaded command submission now works 2020-06-16 20:59:59 +01:00
yours3lf
80d90ca190 started adding code to correct handle indices but doesnt work yet 2020-06-15 23:33:23 +01:00
yours3lf
afa6104ba0 fixed level setting... 2020-06-15 19:16:07 +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
def4284cf3
Update README.md 2020-06-09 21:25:55 +01:00
Yours3lf
0f5ca2426b
Update README.md 2020-06-09 21:20:28 +01:00
Yours3lf
72021fb8d5
Update README.md 2020-06-09 21:05:29 +01:00
Yours3lf
6f5d679dad
Update README.md 2020-06-09 20:59:52 +01:00
yours3lf
4273f345ea Merge remote-tracking branch 'origin/master' 2020-06-09 20:57:34 +01:00
yours3lf
74982b90fa cubemaps with mipmaps now working 2020-06-09 20:55:46 +01:00
Yours3lf
16a228e15a
Update README.md 2020-06-08 19:41:45 +01:00
Yours3lf
a700c5b3cd
Update README.md 2020-06-08 19:24:24 +01:00
yours3lf
8a62c66768 cleaned up static analysis findings 2020-06-08 19:07:25 +01:00
yours3lf
922c6ff139 cleaned up some compile warnings 2020-06-08 18:54:57 +01:00
yours3lf
7e54a42747 moved all atomic guards to semaphores 2020-06-07 19:06:44 +01:00
yours3lf
861eed3f36 backup 2020-06-07 18:23:26 +01:00
yours3lf
044b3be14c added asserts for a couple of hw bugs 2020-06-07 18:15:36 +01:00
yours3lf
093e35a961 backup 2020-06-07 17:21:25 +01:00