RE: need help writing driver for SiS m650

2005-06-12 Thread Matt Sealey
Someone explain to me why an organised boycott of SiS graphics chips would somehow ENCOURAGE them to help? Reducing their sales means they have a vat of new excuses for not supporting you. -- Matt Sealey <[EMAIL PROTECTED]> Manager, Genesi, Developer Relations > -Origina

RE: need help writing driver for SiS m650

2005-06-13 Thread Matt Sealey
> -Original Message- > From: Vladimir Dergachev [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 12, 2005 11:01 PM > To: Matt Sealey > Cc: [EMAIL PROTECTED]; Dri-devel@lists.sourceforge.net > Subject: RE: need help writing driver for SiS m650 > > > At least

PCI Express & R5xx

2005-09-11 Thread Matt Sealey
;gart' interface?) - and that the R500 chips do not have any support for (or no OEM is planning) AGP bus cards. Is the PCI-Express stuff being actively resolved or is there a block? Just curious, not nagging for it. -- Matt Sealey <[EMAIL PROTECTED]> Manager, Genesi, Dev

PCI-E retraction

2005-09-11 Thread Matt Sealey
I am a dork. I should receive mails from the past day or two before I post to the list. Thanks Dave :) -- Matt Sealey <[EMAIL PROTECTED]> Manager, Genesi, Developer Relations --- SF.Net email is Sponsored by the Better Software Conf

RE: [Dri-devel] SGI_make_current_read is in CVS

2003-08-01 Thread Matt Sealey
EXACTLY that last paragraph while I was coding it the "wrong" way, but instantly thought what an idiot I was when the SetBuffer() method came out being smaller shorter simpler more readable and easier to debug. So.. was I right to be that idiot after all? :/ -- Matt Sealey <[EMAIL

RE: [Dri-devel] Re: [OT] Sourceforge CVS

2003-09-03 Thread Matt Sealey
g to cooperate because of some moral/ethical issue could be spent coding. (hey.. it's software, not famine or nuclear war..) -- Matt Sealey <[EMAIL PROTECTED]> --- This sf.net email is sponsored

RE: [Dri-devel] Re: [OT] Sourceforge CVS

2003-09-03 Thread Matt Sealey
ut we all know that the real developer CVS is on different boxes and is very well maintained. The other idea, more hacky I guess, is to make an "anonymesa" account with SSH access, and get the SF admins to put it on the readers list so nobody can commit? -- Matt Sealey &l

Re: [Dri-devel] S3TC

2003-12-29 Thread Matt Sealey
go talk to Apple's licensing guys.. -- Matt Sealey - Original Message - From: "Adam K Kirchhoff" <[EMAIL PROTECTED]> To: "Ian Romanick" <[EMAIL PROTECTED]> Cc: "DRI developer's list" <[EMAIL PROTECTED]> Sent: Monday, December 29, 2003 10

RE: [Dri-devel] GL_MESA_ycbcr_texture and GL_NVX_ycrcb

2004-01-21 Thread Matt Sealey
und making the same extensions with different names, and start unifying them a bit so these new technologies can take advantage. -- Matt Sealey <[EMAIL PROTECTED]> > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Dave Airlie > Sent

RE: [Xorg] DRI merging

2004-06-13 Thread Matt Sealey
> -Original Message- > From: Alan Cox [mailto:[EMAIL PROTECTED] > Sent: 13 June 2004 20:04 > To: [EMAIL PROTECTED] > Cc: Jon Smirl; Eric Anholt; Alex Deucher; DRI Devel; > [EMAIL PROTECTED] > Subject: RE: [Xorg] DRI merging > > > On Sul, 2004-06-13 at 20:47

RE: [Xorg] DRI merging

2004-06-13 Thread Matt Sealey
on this API. (oh, and of course restricting it to Linux would just be mean, FreeBSD, NetBSD et al. should be catered for, but with a more user-mode API as Linux philosophy currently dictates that should not be a problem). Okay, I'll stop rambling now :) -- Matt Sealey <[EMAIL PROTECTED]&

RE: [Xorg] DRI merging

2004-06-14 Thread Matt Sealey
gt; > On Sun, Jun 13, 2004 at 08:47:37PM +0100, Matt Sealey wrote: > > > > Having a capable accelerated 2D and 3D architecture, something > > like DirectFB but at more of a "core" and "commercial" level > > would benefit everyone. Building a singl

RE: [Xorg] DRI merging

2004-06-14 Thread Matt Sealey
solution. Portability between X and "Framebuffer" would be possible, along with OpenGL support you'd have everything you'd need. Okay, I'm done here.. I am about to dig into Cairo ;) -- Matt Sealey <[EMAIL PROTECTED]> Genesi, Manager, Developer Relations > -O

RE: [Dri-devel] [RFC] New Xv adapter using MESA_ycbcr_texture

2003-06-05 Thread Matt Sealey
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Martin Spott > Sent: Thursday, June 05, 2003 10:21 AM > To: [EMAIL PROTECTED] > Subject: Re: [Dri-devel] [RFC] New Xv adapter using MESA_ycbcr_texture > > > "Matt S

RE: [Dri-devel] [RFC] New Xv adapter using MESA_ycbcr_texture

2003-06-03 Thread Matt Sealey
app was playing the movie etc. did a lot better when it used plain ordinary writing to pixmaps and blitting them to the window. -- Matt Sealey <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: eBay Get office equipm

RE: [Dri-devel] Re: [Mesa3d-dev] Not confused so much anymore, but.. (pointers to colour buffers again..)

2003-06-05 Thread Matt Sealey
rs to colour buffers again..) > > > Marcelo E. Magallon wrote: > > On Wed, Jun 04, 2003 at 08:27:06AM +0100, Matt Sealey wrote: > > > > > > By "resize" you mean, e.g., "color buffer resize"? That doesn't work. > > > > From the do

RE: [Dri-devel] Re: [Mesa3d-dev] Not confused so much anymore, but.. (pointers to colour buffers again..)

2003-06-05 Thread Matt Sealey
Sorry but how did this all ended up on the DRI list..? :D -- Matt Sealey <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread deb

RE: [Dri-devel] Re: [Mesa3d-dev] RE: Not confused so much anymore, but.. (pointers to colour buffers again..)

2003-06-05 Thread Matt Sealey
rs to colour buffers again..) > > > Matt Sealey wrote: > > > If the application developers requests that the GL view be 10 pixels > > from the bottom, 50 pixels from the left, and 300 pixels wide and > > high, surely they are the coordinates we're doing the view

RE: [Dri-devel] Reverse engineering Windows Radeon IGP320/340 driver?

2003-06-11 Thread Matt Sealey
them? At least the Linux modules that deal with it would stabilise for all the people who already have those buses, then while you all dealt with the weird and wonderful new ways of handling PCI-Express :) -- Matt Sealey <[EMAIL PROTECTED]> --