AFAIK:Khronus said:Can someone explain memory virtualization and its advantages?
It makes memory addressed by the GPU able to be physically located on the GPU or in system RAM (or in a swap file, I guess). Basically, it makes memory aquiring and addressing like it is for the CPU.
The advantage is not being so confined to video RAM. It allows for gigabytes of data to be in the active set for the video card, though it does not promise exceptional performance for that (again, just like the CPU). I'm guessing the driver would manage what gets into video RAM and how long it stays there.