[Dri-devel] MergedFB committed

2003-10-06 Thread Alex Deucher
I just commited mergedfb to DRI cvs. Let me know if there are any problems. Alex __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This sf.net email is spon

Re: [Dri-devel] dri hangs the pc (radeon 7000/VE, SiS645DX AGP)

2003-10-06 Thread Michel Dänzer
On Mon, 2003-10-06 at 20:38, Andreas Stenglein wrote: > Am 2003.10.06 14:45:39 +0200 schrieb(en) Michel Dänzer: > > On Mon, 2003-10-06 at 14:06, Helge Hafting wrote: > > > > > > Unfortunately, xserver-xfree86-dri-trunk from > > > http://people.debian.org/~daenzer/dri-trunk-sid/ > > > hangs my mach

Re: [Dri-devel] dri hangs the pc (radeon 7000/VE, SiS645DX AGP)

2003-10-06 Thread Andreas Stenglein
Am 2003.10.06 14:45:39 +0200 schrieb(en) Michel Dänzer: > On Mon, 2003-10-06 at 14:06, Helge Hafting wrote: > > > > Unfortunately, xserver-xfree86-dri-trunk from > > http://people.debian.org/~daenzer/dri-trunk-sid/ > > hangs my machine rather quickly. > > X comes up, and can be used in any way for

[Dri-devel] Weekly IRC meeting reminder

2003-10-06 Thread Ian Romanick
This is just a friendly reminder that the weekly dri-devel IRC meeting will be starting in the #dri-devel channel on irc.freenode.net at 2100 UTC (or 5:00PM EDT or 2:00PM PDT, if you prefer). Time zone conversion available at: http://www.timezoneconverter.com/cgi-bin/tzc.tzc Logs of previous IR

Re: [Dri-devel] radeon & Transition functions

2003-10-06 Thread Jacek Rosik
W liście z pon, 06-10-2003, godz. 15:28, Keith Whitwell pisze: > > Another problem is that when using shadowfb in order to update other buffers and > > 3d window is moved contents of right buffer get overwritten by contents of left > > one. > > Is there a way to disable shadowfb for 3d windows? >

Re: [Dri-devel] Radeon DRM memory layout transition

2003-10-06 Thread Michel Dänzer
On Mon, 2003-10-06 at 17:38, Vladimir Dergachev wrote: > On Mon, 6 Oct 2003, Michel [ISO-8859-1] Dnzer wrote: > > > A proposal for this has been developed in > > http://bugs.xfree86.org/show_bug.cgi?id=314 (first idea in comment #20, > > refinement inspired by > > http://www.mail-archive.com/[EMAI

Re: [Dri-devel] Radeon DRM memory layout transition

2003-10-06 Thread Vladimir Dergachev
On Mon, 6 Oct 2003, Michel [ISO-8859-1] Dänzer wrote: > > A proposal for this has been developed in > http://bugs.xfree86.org/show_bug.cgi?id=314 (first idea in comment #20, > refinement inspired by > http://www.mail-archive.com/[EMAIL PROTECTED]/msg11659.html in comment #27) Very interesting,

Re: [Dri-devel] radeon & Transition functions

2003-10-06 Thread Keith Whitwell
Jacek Rosik wrote: W lis'cie z pon, 06-10-2003, godz. 10:38, Keith Whitwell pisze: Ok I got it, but I have a question. In DRITransitionX functions in dri.c DRIClipNotifyAllDrawables is called. I don't quite understand purpose of this functions but I think it should also get called in my DRITr

Re: [Dri-devel] radeon & Transition functions

2003-10-06 Thread Jacek Rosik
W liście z pon, 06-10-2003, godz. 10:38, Keith Whitwell pisze: > > Ok I got it, but I have a question. In DRITransitionX functions in > > dri.c DRIClipNotifyAllDrawables is called. I don't quite understand > > purpose of this functions but I think it should also get called in my > > DRITransit

Re: [Dri-devel] dri hangs the pc (radeon 7000/VE, SiS645DX AGP)

2003-10-06 Thread Michel Dänzer
On Mon, 2003-10-06 at 14:06, Helge Hafting wrote: > > Unfortunately, xserver-xfree86-dri-trunk from > http://people.debian.org/~daenzer/dri-trunk-sid/ > hangs my machine rather quickly. > X comes up, and can be used in any way for a few seconds. (Rarely > enough to log in via xdm) Then it just h

Re: [Dri-devel] dri hangs the pc (radeon 7000/VE, SiS645DX AGP)

2003-10-06 Thread Helge Hafting
Michel Dänzer wrote: On Thu, 2003-10-02 at 18:27, Ian Romanick wrote: Helge Hafting wrote: OpenGL version string: 1.2 Mesa 3.4.2 You have a really, really old version. Please try one of the more recent binary snapshots. They can be found under "Downloads" on http://dri.sourceforge.net/ . Yo

[Dri-devel] CVS merge problems

2003-10-06 Thread Felix Kühling
Eric and I had problems with merging the trunk into branches. We get inexplicable conflicts in files that were never touched on the branch. I found a CVS bug report that describes more or less the problem we're seeing: http://www.geocrawler.com/archives/3/383/1999/8/50/2524697/ It's quite old and

[Dri-devel] Radeon DRM memory layout transition

2003-10-06 Thread Michel Dänzer
A proposal for this has been developed in http://bugs.xfree86.org/show_bug.cgi?id=314 (first idea in comment #20, refinement inspired by http://www.mail-archive.com/[EMAIL PROTECTED]/msg11659.html in comment #27) I'd appreciate feedback on this from the GATOS developers, in particular whether it

Re: [Dri-devel] radeon & Transition functions

2003-10-06 Thread Keith Whitwell
Jacek Rosik wrote: W liście z wto, 30-09-2003, godz. 19:29, Alan Hourihane pisze: BTW: As I'am working on stereo now I need to allocate additional buffers for left eye buffers. Currently I allocate them whenever TransitionTo3D is called, but I think it would be quite useful if I would add Trans