diff options
author | Eric Anholt <[email protected]> | 2014-09-30 16:25:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-10-09 09:46:39 +0200 |
commit | 0b96a086cbb4bcf0a5aab1fee6d77c1e40295297 (patch) | |
tree | 469717fdc6feed1f4ab6a3d391782d2d14da6abf /src/gallium/drivers/vc4/kernel/README | |
parent | ef9914aa7481e483d6a12f35ed4eb46b26d17235 (diff) |
vc4: Move the mirrored kernel code to a kernel/ directory.
Now this whole setup matches the kernel's file layout much more closely.
Diffstat (limited to 'src/gallium/drivers/vc4/kernel/README')
-rw-r--r-- | src/gallium/drivers/vc4/kernel/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/kernel/README b/src/gallium/drivers/vc4/kernel/README new file mode 100644 index 00000000000..89e4442b451 --- /dev/null +++ b/src/gallium/drivers/vc4/kernel/README @@ -0,0 +1,6 @@ +This is a mirror of the kernel validation code into the userspace GL library. +It is only built when USE_VC4_SIMULATOR is defined, for compiling the driver +on an x86 system with the simpenrose simulator. It allows testing of changes +across the kernel and userspace with exposure to most of the software stack, +on a higher-performance and more-debuggable environment than the native +hardware. |