Pete Marshall
019469c943
Fix for incorrect index into descriptor array argument
2020-09-23 18:05:01 +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
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
2dcafeca19
added hardware info printing
2020-06-18 19:54:24 +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
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
74982b90fa
cubemaps with mipmaps now working
2020-06-09 20:55:46 +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
yours3lf
1d1b16465c
needed more space
2020-06-04 21:55:51 +01:00
yours3lf
ee1d6b44b7
vsync now seems to work
2020-06-04 21:33:49 +01:00
yours3lf
2f8484e65d
backup
2020-06-03 22:40:58 +01:00
yours3lf
38011f22a3
tried adding a thread to process seqnos and submit present requests
...
crashes for some reason, but seems to work otherwise
2020-06-03 22:12:27 +01:00
yours3lf
739216bf7c
backup
2020-06-03 00:06:26 +01:00
yours3lf
5c4dc59395
initial vsync implementation done
2020-06-02 22:06:55 +01:00
yours3lf
f763dc1e6d
added fifo for vsync code
2020-06-01 22:52:36 +01:00
yours3lf
53db3a60d8
started adding support for present modes
2020-05-31 15:00:45 +01:00
yours3lf
4290dcd39d
updated supported surface formats
2020-05-31 14:18:32 +01:00
yours3lf
5db9524684
removed unnecessary stuff, filtered out some modes
2020-05-31 14:00:19 +01:00
yours3lf
2148f5a4cb
removed unnecessary wsi functions
2020-05-31 13:39:00 +01:00
yours3lf
8380b583de
fixed depth clearing
2020-05-31 13:26:59 +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
27f7e593d9
cleanup
2020-05-29 22:58:27 +01:00
yours3lf
d947979785
added CPA num free block tracking
2020-05-29 21:49:16 +01:00
yours3lf
3860f115c0
fixed cpa alloc strategy so now we get away with a lot less
2020-05-29 21:45:23 +01:00
yours3lf
5f1fe9f659
backup
2020-05-28 19:35:51 +01:00
yours3lf
ab54ec9d6c
fixed multiple renderpass case, added offset supprot for copy
2020-05-28 19:27:40 +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
9a3370b129
started implementing copy image to buffer
2020-05-26 19:58:07 +01:00
yours3lf
81d097bb67
fixed bincl dump, depth bias, z scale offset, restoring old vp
2020-05-22 17:39:56 +01:00
yours3lf
a22c31a9d2
dont assert if not profiling
2020-05-21 19:42:44 +01:00
yours3lf
b2b6acabdb
removed asserts
2020-05-20 22:39:06 +01:00
yours3lf
81c7b7034c
actually use the indices the user requested
2020-05-19 22:30:42 +01:00
yours3lf
1f7196f5b8
don't need to memcpy the whole buf
2020-05-19 22:30:29 +01:00
yours3lf
b18f960c38
kernel interface returns more verbose error messages
2020-05-19 22:30:16 +01:00
yours3lf
a1be8d9e78
fixed modesetting, now it's async! vsync to be added later
2020-05-19 17:43:05 +01:00
yours3lf
ae1fbc2698
fixed profiler
2020-05-18 23:22:56 +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