Now About Social Code
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-06drv: Attempt to add mapping supportLucas Fryzek
Map allocated buffers so we can clear them and then write copied dumps from proprietary driver to them. Currently memory allocations fail with `MAP_FAILED` in mmap.
2024-08-06wrap: Zero more buffersLucas Fryzek
Zero more buffers so its easier to figure out what needs to be copied and modified in the example driver to replay the dumped command buffer.
2024-08-03drv: Add code to create hw render ctxLucas Fryzek
2024-08-02meson: Make rootfs path a configuration variableLucas Fryzek
2024-08-02drv: Add custom userspace driverLucas Fryzek
Add userspace driver that we will eventually use to try and replay the command dumps coming from the wrap library.
2024-07-28wrap: Improve some data gatheringLucas Fryzek
2024-07-27wrap: Add wrapping libraryLucas Fryzek
2024-07-27drvemu: Add some X11 emulation to get application to runLucas Fryzek
2024-07-26meson: Remove added eurasia_km pathLucas Fryzek
2024-07-26meson: Remove hardcoded path and make it configurableLucas Fryzek
2024-07-26apps: Add surfaceless test appLucas Fryzek
2024-07-21drvemu: Get past init until DRILucas Fryzek
2024-07-21drvemu: Implement device memory allocationLucas Fryzek
2024-07-20drvemu: Implement more ioctls for gles test to initLucas Fryzek
2024-07-16repo: Add GPLv3 licenseLucas Fryzek
2024-07-16repo: Clean up source organizationLucas Fryzek
2024-07-16repo: Add .gitignore fileLucas Fryzek
2024-07-16drvemu: Get `sgx_init_info` to run successfullyLucas Fryzek
2024-07-14Emulate more ioctlLucas Fryzek
2024-07-08Get more tracing workingLucas Fryzek
2024-07-07Get LD_PRELOAD library to highjack driverLucas Fryzek
2024-07-07Initial commitLucas Fryzek