Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.dir-locals.el | D | 22-Nov-2023 | 269 | 13 | 12 | |
.editorconfig | D | 22-Nov-2023 | 29 | 3 | 2 | |
README | D | 22-Nov-2023 | 392 | 7 | 6 | |
vc4_drv.h | D | 22-Nov-2023 | 5.7 KiB | 181 | 68 | |
vc4_gem.c | D | 22-Nov-2023 | 4.7 KiB | 170 | 113 | |
vc4_packet.h | D | 22-Nov-2023 | 16.8 KiB | 409 | 273 | |
vc4_render_cl.c | D | 23-Nov-2023 | 18.2 KiB | 646 | 486 | |
vc4_validate.c | D | 22-Nov-2023 | 25.2 KiB | 924 | 691 | |
vc4_validate_shaders.c | D | 22-Nov-2023 | 26.8 KiB | 939 | 625 |
README
1 This is a mirror of the kernel validation code into the userspace GL library. 2 It is only built when USE_VC4_SIMULATOR is defined, for compiling the driver 3 on an x86 system with the simpenrose simulator. It allows testing of changes 4 across the kernel and userspace with exposure to most of the software stack, 5 on a higher-performance and more-debuggable environment than the native 6 hardware. 7