Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | |