Commit a4bfae1b authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

buffer_cache/buffer_base: Add a range tracking buffer container

It keeps track of the modified CPU and GPU ranges on a CPU page
granularity, notifying the given rasterizer about state changes
in the tracking behavior of the buffer.

Use a small vector optimization to store buffers smaller than 256 KiB
locally instead of using free store memory allocations.
parent 99d2d770
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment