Re: GeForce / ATI?




santosh 寫道:

cmk128@xxxxxxxxxxx wrote:
Hi
How can i send a command to tell GeForce/ATI to help me to draw
something(rect, circle, etc...)?
I really can't find the programming guide from GeForce/ATI web site,
please help.
thanks
from Peter (cmk128@xxxxxxxxxxx)

Such companies don't release the programming interface for their
products. That's why they provide custom, often binary only, drivers,
built in-house.

You can however either use the VESA interface, (which won't get the
maximum out of the card), or use OpenGL and/or DierctX APIs. They in
turn will do the needfull, provided of course, you've installed the
GPU's drivers for your OS.

Hi Santosh
I am a os developer and i am currently developing my GUI library,
i found if i use CPU to draw something to the screen, it is very very
slow, the refresh rate will become <2 per second, which is
unacceptable.
If the display card company really don't release the interface,
using vesa is the only one way to help me? May be i can compile some
linux graphic libraries to static library and link to my os.
thanks
from Peter (cmk128@xxxxxxxxxxx)

.



Relevant Pages

  • Re: GeForce / ATI?
    ... I really can't find the programming guide from GeForce/ATI web site, ... Such companies don't release the programming interface for their ... GPU's drivers for your OS. ...
    (alt.lang.asm)
  • Re: GeForce / ATI?
    ... something(rect, circle, etc...)? ... I really can't find the programming guide from GeForce/ATI web site, ... Instead they distribute drivers, often binary only, ...
    (alt.lang.asm)