[Dri-devel] Re: GATOS and DRI merge

2004-02-10 Thread Mike A. Harris
On Tue, 10 Feb 2004, Hod McWuff wrote: >So, to summarize, I need to know *roughly* what's changed since the >Gatos folks forked, in terms of what-moved-where and an idea of any >structural changes. I can read the different sources and figure out the >code changes myself, but I need to know what I'

[Dri-devel] [Bug 1169] DRI works on X initiation, but fails later

2004-02-10 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 your comments there. http://bugs.xfree86.org/show_bug.cgi?id=1169 --- Additional Comments From [EMAIL PROTECTED] 2004-02-11 02:14 --- Michel Dänzer sa

[Dri-devel] [Bug 1169] DRI works on X initiation, but fails later

2004-02-10 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 your comments there. http://bugs.xfree86.org/show_bug.cgi?id=1169 [EMAIL PROTECTED] changed: What|Removed |Added -

Re: [Dri-devel] GATOS and DRI merge

2004-02-10 Thread Jon Smirl
There are two mainpieces to this that I know of, maybe more. 1) The tuner 2) video overlays xserver may render video overlays pointless. Once we get hardware compositing going you should be able to rebuild the entire screen on every TV frame. You may want to review what is happening with xserver

[Dri-devel] DRM+ATI-Radeon-Mobility

2004-02-10 Thread Wlodzimierz Kozlowski
The problem identified by "DRM+ATI-Radeon-Mobility" appeared already with kernel 2.4.23-pre8 Freezing takes place when function, gl_init_all_x86_transform_asm called from /usr/X11R6/lib/modules/dri/radeon_dri.so is to be executed (see eg., gdb tunnel ) Regards Wlodek ---

[Dri-devel] [Bug 1169] DRI works on X initiation, but fails later

2004-02-10 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 your comments there. http://bugs.xfree86.org/show_bug.cgi?id=1169 [EMAIL PROTECTED] changed: What|Removed |Added -

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Roland Scheidegger
OK, perhaps you could check in the restored version for now. I may not get to look into this further for a day or two. -Brian Oh - such a drastic measure :-(. Is there some way to revert changes in cvs, or do I just have to submit that as a new version, maybe even with tricks like update it (w

[Dri-devel] New DRI driver interface (Re: CVS Update: xc (branch: driinterface-0-0-3-branch))

2004-02-10 Thread Ian Romanick
Ian Romanick wrote: Log message: Incorporate all changes from the driinterface-0-0-2-branch. Obtained from: driinterface-0-0-2-branch In the past I have had a DRI / non-DRI time split of 90%/10%. As of last Monday that switched to 10%/90%. This has caused me to change some of the DRI re

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Roland Scheidegger
Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crash

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Brian Paul
Roland Scheidegger wrote: Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are pr

[Dri-devel] Fwd: [Dri-users] glPushAttrib()

2004-02-10 Thread Alex Deucher
I'm forwarding this to the devel list. Alex __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html--- Begin Message --- Hi all, Recently I've discovered (after some hours of debugging) that there's a problem

[Dri-devel] Re: DRM+ATI-Radeon-Mobility

2004-02-10 Thread Greg Wilkins
Using the radeon.o driver from 2.4.22 with 2.4.24 avoids the problem. Looking at the diffs between the radeon code in 22 and 24 I see: + some new CP microcode + changes to the initialization of the scratch register pointer + changes to the radeon_do_init_pageflip method + changes to the radeon_

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Roland Scheidegger
Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Keith Whitwell
Roland Scheidegger wrote: Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in the old ut it'll a

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Dieter Nützel
Am Dienstag, 10. Februar 2004 23:35 schrieb Brian Paul: > Roland Scheidegger wrote: > > Brian Paul wrote: > >> Roland Scheidegger wrote: > >>> Brian Paul wrote: > Keith Whitwell wrote: > > Roland Scheidegger wrote: > >> I get a lot of dri crashes, were there some changes very recently

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Dieter Nützel
Am Dienstag, 10. Februar 2004 14:19 schrieb Roland Scheidegger: > Dieter Nützel wrote: > > Am Dienstag, 10. Februar 2004 08:45 schrieb Email Archive: > >> On Mon, 2004-02-09 at 20:55, Michel Dänzer wrote: > >>> [ Following up to the dri-devel mailing list, we aren't really > >>> using the sf.net bu

Re: [Dri-devel] GATOS and DRI merge

2004-02-10 Thread Jon Smirl
Did GATOS make changes to the DRM drivers? Is it using I2C to get to the TV tuner on ATI cards? What else get changed in the Xfree drivers? --- Hod McWuff <[EMAIL PROTECTED]> wrote: > > OK, onward and upward... I'm starting to investigate what it would take > to merge the GATOS functionality int

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Dieter Nützel
Am Dienstag, 10. Februar 2004 14:19 schrieb Roland Scheidegger: > Dieter Nützel wrote: > > Am Dienstag, 10. Februar 2004 08:45 schrieb Email Archive: > >> On Mon, 2004-02-09 at 20:55, Michel Dänzer wrote: > >>> [ Following up to the dri-devel mailing list, we aren't really > >>> using the sf.net bu

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Brian Paul
Roland Scheidegger wrote: Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in the old ut it'll a

[Dri-devel] GATOS and DRI merge

2004-02-10 Thread Hod McWuff
OK, onward and upward... I'm starting to investigate what it would take to merge the GATOS functionality into the current DRI. I'm sure the XFree side is going to be a pain in the ass, but I'm starting with the kernel modules. The first discrepancy I need cleared up is about driver support. The c

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Michel Dänzer
On Tue, 2004-02-10 at 18:33, Hod McWuff wrote: > > > Fortunately, the root cause of the incompatibility has been removed in > > DRI CVS, GATOS just needs to adapt to that. > > OK, well I haven't seen a whole lot of activity from the Gatos folks in > quite a while... what's that incompatibility yo

[Dri-devel] mach64-0-0-7-branch...

2004-02-10 Thread Dave Airlie
Okay everything should be checked in and building, it doesn't work yet though :-) I'll hopefully get time over the next few days to hack on it again, I'm in the middle of moving apartments and work only pay me the odd hack to i810/radeon stuff, the mach64 is personal (as my laptop has it), if I g

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Roland Scheidegger
Brian Paul wrote: Roland Scheidegger wrote: Brian Paul wrote: Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in the old ut it'll always crash in the intro wh

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Brian Paul
Roland Scheidegger wrote: Brian Paul wrote: Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in the old ut it'll always crash in the intro when the announcer sa

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Roland Scheidegger
Brian Paul wrote: Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in the old ut it'll always crash in the intro when the announcer says "in twenty-two ninety-"

[Dri-devel] SIGSEGV with ut2003_demo and radeon

2004-02-10 Thread Andreas Stenglein
just tried to run ut2003_demo with radeon_dri.so from current DRI-cvs/MESA-cvs HEAD and got a SIGSEGV, just before the logo usually is displayed. However ut2003_demo worked "well" with an older radeon_dri.so from xfree-cvs (20031226) I had lying around and it worked with radeon_dri.so from DRI-CVS

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Brian Paul
Keith Whitwell wrote: Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in the old ut it'll always crash in the intro when the announcer says "in twenty-two ninety-" segfault!) gdb say

Re: [Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Keith Whitwell
Roland Scheidegger wrote: I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in the old ut it'll always crash in the intro when the announcer says "in twenty-two ninety-" segfault!) gdb says this: Program receive

[Dri-devel] Mesa / DRI r200 crashes

2004-02-10 Thread Roland Scheidegger
I get a lot of dri crashes, were there some changes very recently in the tnl code? The crashes sometimes are predictable (for instance in the old ut it'll always crash in the intro when the announcer says "in twenty-two ninety-" segfault!) gdb says this: Program received signal SIGSEGV, Segmenta

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Hod McWuff
Now I've changed the version number in the xc/bleh kernel module. I'm not getting hard server locks anymore, but now *all* GL apps show an empty black window that never changes. Something is definitely still funky. I'm guessing this has something to do with the ati.2 module I've got installed. Is

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Hod McWuff
> The Radeon DRM and 3D drivers from the GATOS project are incompatible to > those from the DRI project. Unfortunately, GATOS didn't reflect this > incompatibility correctly in their DRM version, otherwise the wrong 3D > driver would refuse to run instead of locking up the machine. > Fortunately,

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Hod McWuff
OK, I managed to compile just the kernel portion from what I hope is the new CVS tree (:pserver:[EMAIL PROTECTED]:/cvs/dri) I get this in the X server output, which is also about what I expect to see from the ones in the kernel: (EE) RADEON(0): [dri] RADEONDRIScreenInit failed because of a versi

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Hod McWuff
On Tue, 2004-02-10 at 10:17, Michel Dänzer wrote: > On Tue, 2004-02-10 at 08:45, Email Archive wrote: > > On Mon, 2004-02-09 at 20:55, Michel Dänzer wrote: > > > [ Following up to the dri-devel mailing list, we aren't really using the > > > sf.net bug tracker anymore but rather the kernel and XFree

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Michel Dänzer
On Tue, 2004-02-10 at 17:46, Hod McWuff wrote: > On Tue, 2004-02-10 at 10:17, Michel DÃnzer wrote: > > On Tue, 2004-02-10 at 08:45, Email Archive wrote: > > > On Mon, 2004-02-09 at 20:55, Michel DÃnzer wrote: > > > > On Mon, 2004-02-09 at 04:55, SourceForge.net wrote: > > > > [...] I don't underst

Re: [Dri-devel] Build guide

2004-02-10 Thread Alex Deucher
--- James Jones <[EMAIL PROTECTED]> wrote: > I'm building Dave Airlie's mach64-0-0-7-branch and I notice the build > guide > (http://dri.sourceforge.net/doc/building.html) has still not been > updated to > include the mesa-newtree stuff. Shouldn't something like the > following be > added betw

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Roland Scheidegger
Michel DÃnzer wrote: Works perfectly here... Do you have current DRI CVS from freedesktop.org? If so, please post the errors. Speaking of that, I've seen some users get dri cvs from sourceforge.net accidentally. Couldn't someone commit a "fix" so when you try to build it you just get some error

Re: [Dri-devel] Savage: integrated driver

2004-02-10 Thread Felix Kühling
On Tue, 10 Feb 2004 06:46:16 -0800 (PST) Alex Deucher <[EMAIL PROTECTED]> wrote: > > --- Felix K_hling <[EMAIL PROTECTED]> wrote: [snip] > > hmmm... that's probably because I used the SetTextMode() bios call on > close screen and VT switches. I'll have dig into that more and see if > I can get

Re: [Dri-devel] New DRM design (was ATI I2C, MONID)

2004-02-10 Thread Michel Dänzer
On Tue, 2004-02-10 at 07:37, Ville SyrjÃlà wrote: > On Sun, Feb 08, 2004 at 08:27:17PM -0800, Jon Smirl wrote: > > Here's a quick and dirty chart of how I think things should be organised. > > -- > user space >--- >

[Dri-devel] Build guide

2004-02-10 Thread James Jones
I'm building Dave Airlie's mach64-0-0-7-branch and I notice the build guide (http://dri.sourceforge.net/doc/building.html) has still not been updated to include the mesa-newtree stuff. Shouldn't something like the following be added between steps 2 and 3? - 2.1) You'll also need to check o

Re: [Dri-devel] New DRM design (was ATI I2C, MONID)

2004-02-10 Thread Jon Smirl
--- Ville Syrjälä <[EMAIL PROTECTED]> wrote: > And finally I find the current situation with multi-head cards quite > bad. I'd like the ablitity for a user space app to open the whole card > as one entity. That includes all CRTCs, outputs and the whole memory > (minus whatever is in use by other

Re: [Dri-devel] Re: DRM+ATI-Radeon-Mobility

2004-02-10 Thread Michel Dänzer
On Tue, 2004-02-10 at 13:36, Greg Wilkins wrote: > I can confirm that doing a warm reboot from 4.2.22 to 4.2.24 > "solves" the problem and that glxgears works. Some random ideas to try and further track down the problem: * make a diff of drivers/char/drm between kernels 2.4.22 and 2

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Michel Dänzer
On Tue, 2004-02-10 at 08:45, Email Archive wrote: > On Mon, 2004-02-09 at 20:55, Michel DÃnzer wrote: > > [ Following up to the dri-devel mailing list, we aren't really using the > > sf.net bug tracker anymore but rather the kernel and XFree86 bugzillas ] > > On Mon, 2004-02-09 at 04:55, SourceForg

Re: [Dri-devel] Savage: integrated driver

2004-02-10 Thread Alex Deucher
--- Felix Kühling <[EMAIL PROTECTED]> wrote: > On Mon, 9 Feb 2004 16:40:19 -0800 (PST) > Alex Deucher <[EMAIL PROTECTED]> wrote: > > > I think I fixed the problem that caused your prosavage to fail. I > > forgot to add PROSAVAGEDDR and TWISTER to the bci setup function > > (SavageInitialize2d())

[Dri-devel] Re: DRM+ATI-Radeon-Mobility

2004-02-10 Thread Greg Wilkins
I can confirm that doing a warm reboot from 4.2.22 to 4.2.24 "solves" the problem and that glxgears works. Greg Wilkins wrote: I think I'm having a similar problem on my IBM a30p. I just upgraded the kernel from 2.4.22 to 2.4.24 and now DRI applications (eg glxgears) lock the machine up. I have no

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Roland Scheidegger
Dieter Nützel wrote: Am Dienstag, 10. Februar 2004 08:45 schrieb Email Archive: On Mon, 2004-02-09 at 20:55, Michel Dänzer wrote: [ Following up to the dri-devel mailing list, we aren't really using the sf.net bug tracker anymore but rather the kernel and XFree86 bugzillas ] On Mon, 2004-02-09 at

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Dieter Nützel
Am Dienstag, 10. Februar 2004 08:45 schrieb Email Archive: > On Mon, 2004-02-09 at 20:55, Michel Dänzer wrote: > > [ Following up to the dri-devel mailing list, we aren't really using the > > sf.net bug tracker anymore but rather the kernel and XFree86 bugzillas ] > > > > On Mon, 2004-02-09 at 04:5

Re: [Dri-devel] Savage: integrated driver

2004-02-10 Thread Felix Kühling
On Mon, 9 Feb 2004 16:40:19 -0800 (PST) Alex Deucher <[EMAIL PROTECTED]> wrote: > I think I fixed the problem that caused your prosavage to fail. I > forgot to add PROSAVAGEDDR and TWISTER to the bci setup function > (SavageInitialize2d()) in savage_accel.c. That should fix it, but I > don't hav

Re: [Dri-devel] [ dri-Bugs-893194 ] Radeon locks up with complex GL apps

2004-02-10 Thread Email Archive
On Mon, 2004-02-09 at 20:55, Michel Dänzer wrote: > [ Following up to the dri-devel mailing list, we aren't really using the > sf.net bug tracker anymore but rather the kernel and XFree86 bugzillas ] > On Mon, 2004-02-09 at 04:55, SourceForge.net wrote: > > > > I just ported the latest CVS drm-ker

Re: [Dri-devel] radeon_lighting.c needed?

2004-02-10 Thread Keith Whitwell
Roland Scheidegger wrote: Now that I've commited the lighting changes for r200 (still has the material fallback though), I've wanted to commit the same changes (well not exactly the same of course ;-)) to the radeon driver too (some brief testing showed it worked just fine). But I'm a bit confus