XF86SUP.SYS

Holger Veit Holger.Veit@gmd.de
Sat Nov 13 00:12:00 GMT 1999


On Fri, Nov 12, 1999 at 04:45:05PM -0500,
	Mike MacDonald wrote:
> 
> What are the XAA primitives?  I'm very new to X programming, sorry..  I'm
> learning fast though :)

Check the X server sources, directories xc/programs/Xserver/hw/xfree86/xaa*
XAA is XFree86 Accelerated Architecture, a server internal API to make
the primitives of an accelerated video card available to the server DDX
layer. Basically, to add a new card to the SVGA server, you create a new
driver bz implementing some or all of these XAA functions.

> I'm also looking at a giveio driver, and a mapmem driver, but I thing
> directx may be faster, and definately more flexable.
> 
> Yeah, DX will create a pointer to a linear framebuffer - and emulate a
> linear framebuffer if the card doesn't directly support it, then it has
> various draw commands..  Whatever dx needs, or I can do quicker in asm, I
> can do seperate.. I think making a directx server with directx os-support is
> the best way to go..  I could use the mapmem, and getio drivers for pty, and
> mouse, and keyboard..  Then maybe later use directinput for mouse and
> keyboard if it makes sense..
> 
> I think I need to look at the server code now :)

Definitely.

Holger
-- 
If Microsoft is ever going to produce something that does not suck,
it is very likely a vacuum cleaner.



More information about the Cygwin-xfree mailing list