Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | drv: Add ccb buffer and pds data | Lucas Fryzek | |
Data still needs to be patched at runtime to point to the correct addresses. | |||
2024-08-07 | drv: Fix mmap to return successfully | Lucas Fryzek | |
2024-08-07 | wrap: Fix crashing from missing mmap offset | Lucas Fryzek | |
2024-08-06 | drv: Attempt to add mapping support | Lucas 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-06 | wrap: Zero more buffers | Lucas 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-03 | drv: Add code to create hw render ctx | Lucas Fryzek | |
2024-08-02 | meson: Make rootfs path a configuration variable | Lucas Fryzek | |
2024-08-02 | drv: Add custom userspace driver | Lucas Fryzek | |
Add userspace driver that we will eventually use to try and replay the command dumps coming from the wrap library. | |||
2024-07-28 | wrap: Improve some data gathering | Lucas Fryzek | |
2024-07-27 | wrap: Add wrapping library | Lucas Fryzek | |
2024-07-27 | drvemu: Add some X11 emulation to get application to run | Lucas Fryzek | |
2024-07-26 | meson: Remove added eurasia_km path | Lucas Fryzek | |
2024-07-26 | meson: Remove hardcoded path and make it configurable | Lucas Fryzek | |
2024-07-26 | apps: Add surfaceless test app | Lucas Fryzek | |
2024-07-21 | drvemu: Get past init until DRI | Lucas Fryzek | |
2024-07-21 | drvemu: Implement device memory allocation | Lucas Fryzek | |
2024-07-20 | drvemu: Implement more ioctls for gles test to init | Lucas Fryzek | |
2024-07-16 | repo: Add GPLv3 license | Lucas Fryzek | |
2024-07-16 | repo: Clean up source organization | Lucas Fryzek | |
2024-07-16 | repo: Add .gitignore file | Lucas Fryzek | |
2024-07-16 | drvemu: Get `sgx_init_info` to run successfully | Lucas Fryzek | |
2024-07-14 | Emulate more ioctl | Lucas Fryzek | |
2024-07-08 | Get more tracing working | Lucas Fryzek | |
2024-07-07 | Get LD_PRELOAD library to highjack driver | Lucas Fryzek | |
2024-07-07 | Initial commit | Lucas Fryzek | |