⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module damage_tracking

Module damage_tracking 

Source
Expand description

Damage Tracking for Compositor Re-composition

Per-surface dirty-rect list with merge algorithm. The compositor re-composites only damaged regions instead of the full framebuffer, dramatically reducing fill-rate pressure on software renderers (llvmpipe / CPU blitter).

All arithmetic uses integer math (no FPU required).