Re: Getting DRI working on PCI MGA cards

2005-05-12 Thread Dave Airlie
Just missed most of this, but we do have drm_device_is_agp(dev) in the drm, only the CVS radeon uses this at present as the DDX can tell it also... But on Linux it just does.. pci_find_capability(dev-pdev, PCI_CAP_ID_AGP); which sounds like your chip says it is AGP but is connected over a PCI

Re: r300 fixed pipeline design

2005-05-12 Thread Keith Whitwell
Aapo Tahkola wrote: static void build_passthrough( struct tnl_program *p, GLuint inputs ) { + GLcontext *ctx = p-ctx; + GLuint i, nr_lights = 0; + + if (ctx-Light.Enabled == GL_FALSE) + emit_op1(p, VP_OPCODE_MOV, register_output(p, VERT_RESULT_COL0), 0, + register_input(p,

CVS head: glxgears on r200 with tcl broken

2005-05-12 Thread Dave Airlie
Okay I've been offline for a while, I did my standard CVS update on Mesa and glxgears is busted http://people.freedesktop.org/~airlied/brokengears.png tcl_mode=0 looks fine.. not sure whether this is Brians framebuffer or some stuff Keith has done.. Dave. -- David Airlie, Software Engineer

Re: Getting DRI working on PCI MGA cards

2005-05-12 Thread Adam Jackson
On Thursday 12 May 2005 03:13, Dave Airlie wrote: Just missed most of this, but we do have drm_device_is_agp(dev) in the drm, only the CVS radeon uses this at present as the DDX can tell it also... But on Linux it just does.. pci_find_capability(dev-pdev, PCI_CAP_ID_AGP); which sounds like

Re: CVS head: glxgears on r200 with tcl broken

2005-05-12 Thread Adam Jackson
On Thursday 12 May 2005 07:02, Dave Airlie wrote: Okay I've been offline for a while, I did my standard CVS update on Mesa and glxgears is busted http://people.freedesktop.org/~airlied/brokengears.png tcl_mode=0 looks fine.. not sure whether this is Brians framebuffer or some stuff Keith

Re: CVS head: glxgears on r200 with tcl broken

2005-05-12 Thread Keith Whitwell
Adam Jackson wrote: On Thursday 12 May 2005 07:02, Dave Airlie wrote: Okay I've been offline for a while, I did my standard CVS update on Mesa and glxgears is busted http://people.freedesktop.org/~airlied/brokengears.png tcl_mode=0 looks fine.. not sure whether this is Brians framebuffer or some

Re: Getting DRI working on PCI MGA cards

2005-05-12 Thread Dave Jones
On Thu, May 12, 2005 at 10:59:50AM -0400, Adam Jackson wrote: On Thursday 12 May 2005 03:13, Dave Airlie wrote: Just missed most of this, but we do have drm_device_is_agp(dev) in the drm, only the CVS radeon uses this at present as the DDX can tell it also... But on Linux it just

Re: Getting DRI working on PCI MGA cards

2005-05-12 Thread Ian Romanick
Dave Airlie wrote: Just missed most of this, but we do have drm_device_is_agp(dev) in the drm, only the CVS radeon uses this at present as the DDX can tell it also... But on Linux it just does.. pci_find_capability(dev-pdev, PCI_CAP_ID_AGP); which sounds like your chip says it is AGP but is

r300 patch: change some parameters to GLvoid*

2005-05-12 Thread Jeff Smith
There are several places in r300_maos.c where a GLvoid* parameter is more appropriate than char*. This patch makes these changes (which also fixes a compiler warning for me). -- Jeff Smith __ Yahoo! Mail Mobile Take Yahoo! Mail with you!

r300 patch: correct a format/argument mismatch

2005-05-12 Thread Jeff Smith
There is a format/argument mismatch in r300_texprog.c. The format given is '%d' while the argument is a char*. This patch corrects the format to '%s'. -- Jeff Smith __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site!

[Bug 3284] New: lockRefCount is global, should be per-screen

2005-05-12 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=3284 Summary: lockRefCount is global, should be per-screen Product: