On Mon, Mar 18, 2002 at 07:57:55PM +0000, Keith Whitwell wrote: > Alan Hourihane wrote: > > > > CVSROOT: /cvsroot/dri > > Module name: xc > > Repository: xc/xc/lib/GL/mesa/src/drv/trident/ > > Changes by: alanh@usw-pr-cvs1. 02/03/18 11:38:43 > > > > Log message: > > fix up the copyright notices... > > > > Modified files: > > xc/xc/lib/GL/mesa/src/drv/trident/: Tag: trident-0-0-1-branch > > trident_context.c trident_context.h trident_dd.c > > trident_screen.c trident_screen.h trident_state.c > > trident_tris.c trident_vb.c > > > > Revision Changes Path > > 1.1.2.2 +1 -1 >xc/xc/lib/GL/mesa/src/drv/trident/Attic/trident_context.c > > 1.1.2.2 +3 -3 >xc/xc/lib/GL/mesa/src/drv/trident/Attic/trident_context.h > > 1.1.2.2 +3 -2 xc/xc/lib/GL/mesa/src/drv/trident/Attic/trident_dd.c > > 1.1.2.2 +3 -2 xc/xc/lib/GL/mesa/src/drv/trident/Attic/trident_screen.c > > 1.1.2.2 +27 -0 xc/xc/lib/GL/mesa/src/drv/trident/Attic/trident_screen.h > > 1.1.2.2 +26 -0 xc/xc/lib/GL/mesa/src/drv/trident/Attic/trident_state.c > > 1.1.2.2 +27 -0 xc/xc/lib/GL/mesa/src/drv/trident/Attic/trident_tris.c > > 1.1.2.2 +3 -5 xc/xc/lib/GL/mesa/src/drv/trident/Attic/trident_vb.c > > Cool stuff Alan. Can you give us some background on the driver? (I haven't > pulled down the source yet) > > I don't know much about the trident hardware, either. Is this a recent board, > or something from a little while back? > I've pretty much got all the docs on trident. I wrote the original trident driver over 10 years ago and followed these chips ever since.
This dri driver in particular will be for the BladeXP series, then I'll work back on the older ones. The BladeXP is the latest offering from Trident, although they've just announced the XP2 which won't be available in any form till later this year. The BladeXP has similar capabilities to the r128 era. Although I've really got to examine the docs more closely. As far as the code is concerned. This branch doesn't do anything yet. And it doesn't have any trident code in there to rasterize anything either. This is really an initial check-in for the structure of the code and at least it initializes the dri driver all the way to the stage of wanting to execute some 3D commands...... I'll be working on this on a back-burner so I'll do dribs and drabs when I've got time. Alan. _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
