Hacker News new | ask | show | jobs
by _nalply 499 days ago
This assumes that memory for the system and the graphics card is shared.
2 comments

Yeah, Windows in this era already had the concept of bitmaps in system memory and bitmaps in device memory, so the desktop background could have been decompressed into GPU memory and then thrown away to free up CPU-side RAM. Not sure whether it would actually do that though.
Or, that desktop rendering is not GPU accelerated.