|
|
|
|
|
by datenwolf
4105 days ago
|
|
> should they be scrubbing vram as well Yes, but VRAM is a tricky beast. Modern GPUs actually have MMUs and the VRAM address layout the CPU sees may not cover the whole of the memory of the graphics card. > What happens if I watch 2 minutes of 1080p video - wouldn't we expect all previous framebuffer data to be flushed at that point ? No, because the video frames will be queued in a circular buffer and anything outside of that doesn't get touched. |
|