Jump to content


AGP memory


5 replies to this topic

#1 Obunako

    New Member

  • Members
  • Pip
  • 8 posts

Posted 22 July 2003 - 03:42 PM

it's posible to kwon, the free AGP memoy ?

Thanks :huh:

#2 Julio

    New Member

  • Members
  • Pip
  • 7 posts

Posted 22 July 2003 - 06:28 PM

I don't think so. you probably have to keep track of memory yourself using some sort of memory manager.
<a href='http://julio.programmers-unlimited.com' target='_blank'>My Crappy Homepage</a>

#3 baldurk

    Senior Member

  • Members
  • PipPipPipPip
  • 1057 posts

Posted 23 July 2003 - 05:44 PM

Why would you want to? most of the time you can leave it up to the gpu to sort that out.
baldurk
He who knows not and knows that he knows not is ignorant. Teach him.
He who knows not and knows not that he knows not is a fool. Shun him.

#4 davepermen

    Senior Member

  • Members
  • PipPipPipPip
  • 1306 posts

Posted 23 July 2003 - 09: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
davepermen.net
-Loving a Person is having the wish to see this Person happy, no matter what that means to yourself.
-No matter what it means to myself....

#5 Jesse M

    Member

  • Members
  • PipPip
  • 32 posts

Posted 22 August 2003 - 01:58 AM

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.
FRAG THE PLANET
Ed Helms: Alcohol causes problems and guns solve problems. I don't see why you can't have guns in bars.
Other guy: That's a stupid idea.
Ed Helms: Yeah, if your a pussy.

#6 davepermen

    Senior Member

  • Members
  • PipPipPipPip
  • 1306 posts

Posted 22 August 2003 - 05:35 AM

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..
davepermen.net
-Loving a Person is having the wish to see this Person happy, no matter what that means to yourself.
-No matter what it means to myself....





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users