Shared graphics memory: Difference between revisions

Content deleted Content added
m History: WP:UNITS
 
(7 intermediate revisions by 5 users not shown)
Line 1:
{{Multiple issues|
{{unreferenced|date=May 2009}}
{{cleanup-rewrite|date=December 2011}}
{{disputed|date=December 2011}}
{{unreferencedno sources|date=May 20092025}}
}}
In [[computer architecture]], '''shared graphics memory''' refers to a design where the [[Graphics Card|graphics chip]] does not have its own dedicated memory, and instead shares the main system [[Random access memory|RAM]] with the [[Central processing unit|CPU]] and other components.
Line 20:
 
An early hybrid system was the Commodore Amiga which could run as a shared memory system, but would load executable code preferentially into non-shared "[[Amiga Chip RAM|fast RAM]]" if it was available.
 
Later, the [[DirectX 6.1]] introduced software support for shared graphics memory. Hardware to further support shared graphics memory include Intel [[DVMT]] and NVIDIA [[TurboCache]].
 
== See also ==
Line 25 ⟶ 27:
* [[Video memory]]
* [[Shared memory (interprocess communication)|Shared memory]], in general, other than graphics
 
== References ==
{{Reflist}}
 
== External links ==