difference between AGP memory and shared graphics memory

Started by
3 comments, last by jdyyx1984 10 years, 8 months ago

I'm a little confused about AGP memory and shared graphics memory

http://en.wikipedia.org/wiki/Shared_graphics_memory

what is the difference between them?

Advertisement

shared memory is shared (the GPU uses the systems normal RAM), dedicated memory is placed close to the GPU (on the same AGP/PCIe card as the GPU).

Normally you only have shared memory on systems where the GPU is physically close to the CPU (Consoles, integrated GPUs on some CPUs(Intels for example), SoCs, etc)

[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!

thanks~ but what about the apg memory?the description of it is quite similar to shared memory,so i'm puzzledunsure.png

thanks~ but what about the apg memory?the description of it is quite similar to shared memory,so i'm puzzledunsure.png

AGP memory is probably non local(shared) memory used by AGP(an old graphics port that was common before PCI-e) but it might also refer to AIMM memory (which is dedicated memory inserted into the AGP port for use by an integrated GPU)

[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!

i think i found a good article about this http://blog.csdn.net/xhfut/article/details/7629047 ,the author said:

On systems with PCI-Express, some of the AGP vs system memory differences are reduced, but the usage hints you're giving the driver are still useful for optimizing performance.

This topic is closed to new replies.

Advertisement