Skip to content

graphics: Introduce graphics-ipc crate

bjorn3 requested to merge bjorn3/drivers:graphics_ipc_crate into master

While for now this for now only includes helpers for the current limited display interface which is relatively simple to implement manually, in the future we will likely need a more complex interface with gpu drivers that would be hard to get right without a common crate proving the interface.

Based on !226 (merged)

Merge request reports