From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Subject: Re: [9fans] (no subject) In-Reply-To: <5.1.0.14.0.20010812233754.00a60bf0@pop.wanadoo.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Mon, 13 Aug 2001 00:45:04 -0700 Topicbox-Message-UUID: da926b8c-eac9-11e9-9e20-41e7f4b1d025 from your matrox driver: static Pcidev* mgapcimatch(void) { Pcidev* p; p = pcimatch(nil, MATROX, MGA4xx); if (0 && p) ^^^^^^^^^^^ print("MGA 4xx found : rev %d\n", p->rid); return p; } i don't quite understand this part.. andrey On Sun, 12 Aug 2001, Philippe Anel wrote: > > Hi everybody out there, > > I took the last week to write a driver for my Matrox G400. > I'll send another files this week to support the G450. > I think it wouldn't take much work to enhance the actual driver so that > it supports the G200 serie. I'll give it a try once I get hold of this > card (around the end of august). > > I'm currently working on the 2d accel feature (which isn't supported > as of yet). > Though, the source code isn't very clean, and probably needs a complete > rewrite, It works fairly well on my computer. I'll rewrite it properly > some time later. > At now, there only the 8 bits mode which works correctly. > (Quite a lot of misfeatures in the end :() > > Now, is there any project around regarding the OpenGL support ?, also, > for the Overlays support ?. > > Does someone know about a driver beeing under developpment for the Radeon > video card (ATI). Or if it is already supported. > Either way, does/will it support 2D acceleration features ?. > > If none of this exists, I'd gladly start this project myself. > I'll welcome any comment regarding this project. > > Regards, > Philippe Anel, >