View Full Version : AGP memory
Obunako
07-22-2003, 09:42 AM
it's posible to kwon, the free AGP memoy ?
Thanks :huh:
Julio
07-22-2003, 12:28 PM
I don't think so. you probably have to keep track of memory yourself using some sort of memory manager.
baldurk
07-23-2003, 11:44 AM
Why would you want to? most of the time you can leave it up to the gpu to sort that out.
davepermen
07-23-2003, 03:31 PM
it depends on the interface level he wants to have..
in dx you can get info on how much memory you have left..
can be quite useful for lowlevel stuff..
but yes, all the apis are so nice to us that they manage the memory themselfes.. all except nvidia extensions.. anyone remembers VAR? :D
Jesse M
08-21-2003, 07:58 PM
Tasking the AGP memory yourself might be a little slow anyway. Although video memory is faster than system memory, it's usually only true for when the video card itself accesses it. Drawing on video memory from the CPU is not something I recomend.
davepermen
08-21-2003, 11:35 PM
actually, if you use the right (noncacheing) write instruction, its quite fast..
and with VAR, you can manage your memory yourself if you want (nvidia being lazy => developer had to learn how to write memory managers.. :D)..
but yes, in any normal api you don't neeeeed to know it.. it would be sort of nice anyways sometimes..
vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.