Added a readme file

itycodes 2 weeks ago
parent df77eca00e
commit b2cae005de

@ -0,0 +1,14 @@
WIP Rust modules for Intel GPUs.
Possibly outdated docs at https://itycodes.org/doc/intel_gpu/ .
Structure:
- `src/uapi`:
low-level ioctl bindings
- `src/uapi/i915`
low-level ioctl bindings specific to i915
- `src/gpu`
low-level OOP wrapper around the ioctl bindings
- `src/gpu`
low-level OOP wrapper around the i915-specific ioctl bindings
Loading…
Cancel
Save