Re: [Dri-devel] Bugfix for br0ken DMA on r128 and possibly radeonDMA functions

2002-01-28 Thread Michel Dänzer
On Mon, 2002-01-28 at 19:27, Peter Surda wrote: > On Mon, Jan 28, 2002 at 09:33:51AM +0100, Michel Dänzer wrote: > > > Yes, exactly. But this test fails if buf->pid == 0, which is wrong. > > No. As you say, 0 isn't a valid pid, > ... which means the buffer is unused and the test should fail. Read

[Dri-devel] unsubsrcibed from list

2002-01-28 Thread Frank Worsley
Hi all, for some reason I got unsubscribed from the list when SF moved over to their new archives. If there was anything concerning the website that I missed please let me know. In any case, some people have stepped up to give the website a glorious new look. So, maybe in the coming months there

[Dri-devel] Repost with Patch: RFC AGP Shared Memory

2002-01-28 Thread Sottek, Matthew J
This is a repost with the patch against 2.4.17 attached. I think Jeff is back on the list so I'll save him from having to read the archives for the original. -Matt I posted a RFC about a new type of "Shared" agp memory a while back but didn't get any input. I thought I would try again since

[Dri-devel] Re: IRC meeting is on NOW

2002-01-28 Thread Mike A. Harris
On Mon, 28 Jan 2002, Gareth Hughes wrote: >Date: Mon, 28 Jan 2002 10:25:20 -0800 >From: Gareth Hughes <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Content-Type: text/plain; > charset="iso-8859-1" >List-Id: >Subject: IRC meeting is on NOW > >In case you missed it, or

Re: [Dri-devel] DRI driver initialization process

2002-01-28 Thread José Fonseca
On 2002.01.28 22:20 Ian Romanick wrote: > On Thu, Jan 24, 2002 at 09:13:40PM -0700, Jens Owen wrote: > > Ian Romanick wrote: > > > > > I've been going through the DRI code and documents trying to figure > out how > > > all this stuff works. I decided to start at the start, so I've been > looking

Re: [Dri-devel] DRI driver initialization process

2002-01-28 Thread Ian Romanick
On Thu, Jan 24, 2002 at 09:13:40PM -0700, Jens Owen wrote: > Ian Romanick wrote: > > > I've been going through the DRI code and documents trying to figure out how > > all this stuff works. I decided to start at the start, so I've been looking > > at the driver initialization process. > > You an

Re: [Dri-devel] chown /dev/dri/card0, system crashes

2002-01-28 Thread Ian Romanick
> OpenGL applications successfully use DRI, e.g. glxgears gets 628 fps vs. > 220 fps without DRI. I added /dev/dri/card0 to /etc/logindevperm, so xdm > would chown-chmod the device to $USER 600 at login, and root 600 when the > session ends. Users can log in, but when they log out the system > f

[Dri-devel] R128 driver status

2002-01-28 Thread Martijn Houtman
Hello, Not sure if this is the correct list to paste this message, but I've tried the Xfree Xpert list before, and haven't gotten any (really useful) replies. I've downloaded the latest 4.2.0 sources from the regular Xfree86 mirrors (so no DRI CVS's) to test if my ATI Xpert2000 32MB AGP card s

RE: [Dri-devel] chown /dev/dri/card0, system crashes

2002-01-28 Thread Alexander Stohr
> 3. User runs glxgears. It uses DRI. > 4. Switch VTs, chown otheruser /dev/dri/card0, chmod 600 > /dev/dri/card0. maybe this killed some file handles of the x-server. > 5. Change mind, chown root /dev/dri/card0 (no second chmod) > 6. Switch Vts, user runs glxgears again. Reports "operati

[Dri-devel] IRC meeting log, 2001-01-28

2002-01-28 Thread Marcelo E. Magallon
00 drivers * Implementation of drivers * The development FAQ -- Marcelo dri-devel-20020128.txt.gz Description: Binary data

Re: [Dri-devel] Next weeks IRC

2002-01-28 Thread Alan Hourihane
On Mon, Jan 28, 2002 at 01:03:52PM -0700, Jens Owen wrote: > Thanks to all who participated this week. > > It was suggested that we move the meeting to be 3 hours later so might > pick up any developers in Australia and New Zealand. None of the > European and African developers had a concern wit

[Dri-devel] Next weeks IRC

2002-01-28 Thread Jens Owen
Thanks to all who participated this week. It was suggested that we move the meeting to be 3 hours later so might pick up any developers in Australia and New Zealand. None of the European and African developers had a concern with the change, so we'll try next monday at 2100 UTC. Try this link fo

[Dri-devel] R128 driver status

2002-01-28 Thread Martijn Houtman
Hello, Not sure if this is the correct list to paste this message, but I've tried the Xfree Xpert list before, and haven't gotten any (really useful) replies. I've downloaded the latest 4.2.0 sources from the regular Xfree86 mirrors (so no DRI CVS's) to test if my ATI Xpert2000 32MB AGP card s

[Dri-devel] R128 driver status

2002-01-28 Thread Martijn Houtman
Hello, Not sure if this is the correct list to paste this message, but I've tried the Xfree Xpert list before, and haven't gotten any (really useful) replies. I've downloaded the latest 4.2.0 sources from the regular Xfree86 mirrors (so no DRI CVS's) to test if my ATI Xpert2000 32MB AGP card

Re: [Dri-devel] Bugfix for br0ken DMA on r128 and possibly radeon DMA functions

2002-01-28 Thread Peter Surda
On Mon, Jan 28, 2002 at 09:33:51AM +0100, Michel Dänzer wrote: > > Yes, exactly. But this test fails if buf->pid == 0, which is wrong. > No. As you say, 0 isn't a valid pid, ... which means the buffer is unused and the test should fail. > which is covered by this test. ... which is not. > > Henc

[Dri-devel] IRC meeting is on NOW

2002-01-28 Thread Gareth Hughes
In case you missed it, or forgot, the IRC meeting is taking place right now on #dri-devel. -- Gareth ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

[Dri-devel] Patch - scissor fix

2002-01-28 Thread Michael
Attached patch fixes flag corruption at beginning of RTCW. -- Michael. Index: radeon_state.c === RCS file: /cvsroot/dri/xc/xc/lib/GL/mesa/src/drv/radeon/radeon_state.c,v retrieving revision 1.9.6.7 diff -u -3 -p -r1.9.6.7 radeo

Re: [Dri-devel] RFC Shared AGP Memory

2002-01-28 Thread Jens Owen
"Sottek, Matthew J" wrote: > > >> No impact whatsoever. I specifically didn't touch ANY device > >> independent code. It is all contained within the i810's driver. > > >Have you gotten any feedback from developers working with any other UMA > >architectures (Sis or Savage for example)? > > The

dri-devel@lists.sourceforge.net

2002-01-28 Thread Nicholas Charles Leippe
> I've got a pretty-close-to-fully-functional tcl driver now, need to do > some work on correctness and then look at optimizations. I'd like to > get the source out fairly quickly - once it's ok'd by ATI and correct, > I'd like to do the final bugfixing & tuning on sourceforge. > > Keith Excel

Re: [Dri-devel] IRC Meeting

2002-01-28 Thread Brian Paul
OK, ignore my other message suggesting a later time then. I didn't realize we'd picked 1800 GMT. -Brian Jens Owen wrote: > > We'll meet at 1800 GMT which is 10am pacific time. > > "Sottek, Matthew J" wrote: > > > > When did we plan on doing the IRC meeting? I missed the final > > decision. >

Re: [Dri-devel] IRC Meeting

2002-01-28 Thread Jens Owen
We'll meet at 1800 GMT which is 10am pacific time. "Sottek, Matthew J" wrote: > > When did we plan on doing the IRC meeting? I missed the final > decision. > > -Matt > > -Original Message- > From: Daryll Strauss [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 8:45 AM > To:

Re: [Dri-devel] IRC Meeting

2002-01-28 Thread José Fonseca
The IRC log says 18:00 GMT. That is 25min from now. Regards, Jose Fonseca On 2002.01.28 17:24 "Sottek, Matthew J" wrote: > > When did we plan on doing the IRC meeting? I missed the final > decision. > > -Matt > > > -Original Message- > From: Daryll Strauss [mailto:[EMAIL PROTECTED

Re: [Dri-devel] IRC Meeting

2002-01-28 Thread Brian Paul
Nobody's suggested a time yet. So I'll propose 12:00pm PST (3:00 EST) so that those in Europe can more likely join in. That's about 2:15 from now. Is that OK with everyone? I realize it's short notice but if we push it much further back it'll be harder for those in the UK to join in. -Brian

RE: [Dri-devel] RFC Shared AGP Memory

2002-01-28 Thread Sottek, Matthew J
>> No impact whatsoever. I specifically didn't touch ANY device >> independent code. It is all contained within the i810's driver. >Have you gotten any feedback from developers working with any other UMA >architectures (Sis or Savage for example)? The only feedback I've gotten is from this list

RE: [Dri-devel] IRC Meeting

2002-01-28 Thread Sottek, Matthew J
When did we plan on doing the IRC meeting? I missed the final decision. -Matt -Original Message- From: Daryll Strauss [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:45 AM To: [EMAIL PROTECTED] Subject: [Dri-devel] IRC Meeting I'm going to be at a client most of the day,

dri-devel@lists.sourceforge.net

2002-01-28 Thread Keith Whitwell
Jose Fonseca wrote: > > On Mon, 2002-01-28 at 14:17, Jens Owen wrote: > > ... > > > > Perhaps this question could be answer in our new FAQ. I've seen it > > frequently. > > > > Okay. I'll add a summary of what was said in this thread into: > > Harware / ATI / Radeon 8500 / What are the plans t

dri-devel@lists.sourceforge.net

2002-01-28 Thread Jose Fonseca
On Mon, 2002-01-28 at 14:17, Jens Owen wrote: > ... > > Perhaps this question could be answer in our new FAQ. I've seen it > frequently. > Okay. I'll add a summary of what was said in this thread into: Harware / ATI / Radeon 8500 / What are the plans to support this card ? Kevin and Keith, i

[Dri-devel] IRC Meeting

2002-01-28 Thread Daryll Strauss
I'm going to be at a client most of the day, so I don't know that I can make the IRC meeting. If it happens late enough that I'm home I'll join. - |Daryll ___ Dri-devel mailing list [EMAIL PROTECTED] htt

[Dri-devel] Re: Maybe fixed shared texture object problem

2002-01-28 Thread Lynn Quam
I tried your suggested patches to lib/GL/mesa/src/drv/mga/mgatexmem.c. I still occasionally get the message: Couldn't alloc placeholder sz 4 ofs 8 Memory heap 0x8c27cd0: Offset:, Size:0004, U. ... This mainly happens when switching back and forth between different

[Dri-devel] Re: [GATOS]Re: Bugfix for br0ken DMA on r128 and possibly radeonDMA functions

2002-01-28 Thread Vladimir Dergachev
On 28 Jan 2002, Michel [ISO-8859-1] Dänzer wrote: > On Mon, 2002-01-28 at 10:00, Vladimir Dergachev wrote: > > > > > > On 28 Jan 2002, Michel [ISO-8859-1] Dänzer wrote: > > > > > On Mon, 2002-01-28 at 04:54, Davor Buvinic wrote: > > > > > > > > Yes, running glxgears cause the movie player to cr

dri-devel@lists.sourceforge.net

2002-01-28 Thread Jens Owen
Kevin E Martin wrote: > > On Fri, Jan 25, 2002 at 09:41:17AM -0800, Ian Romanick wrote: > > > > > > If not, what's the prognosis? Is it in the works and just > > > > > > gonna take some time, or are there other issues such as > > > > > > documentation availability? > > > > > > > > > > There was

Re: [Dri-devel] Source -> Documentation using Doxygen

2002-01-28 Thread Jens Owen
Pontus Lidman wrote: > I agree with all your points, which I interpret as no html tags, > document in the header, brief API documentation only. Good summary. > > Okay. If nobody else volunteers I'll give it a try when I'm finished > > with the FAQ (which by the way was recently updated and can

Re: [Dri-devel] RFC Shared AGP Memory

2002-01-28 Thread Jens Owen
Matt, I have two questions regarding shared AGP memory. The first is inline--the correlary to Ian's question. The second question is at the end--it's more open ended. "Sottek, Matthew J" wrote: > > >This seems reasonable enough, but I'll have to think about it more > >and learn a bit more abo

[Dri-devel] Re: Bugfix for br0ken DMA on r128 and possibly radeon DMA functions

2002-01-28 Thread Michel Dänzer
On Mon, 2002-01-28 at 10:00, Vladimir Dergachev wrote: > > > On 28 Jan 2002, Michel [ISO-8859-1] Dänzer wrote: > > > On Mon, 2002-01-28 at 04:54, Davor Buvinic wrote: > > > > > > Yes, running glxgears cause the movie player to crawl and if I start to move > > > or resize their windows X crashes

Re: [Xpert]Re: [GATOS]Re: [Dri-devel] Bugfix for br0ken DMA on r128and possibly radeon DMA functions

2002-01-28 Thread Vladimir Dergachev
On Mon, 28 Jan 2002, Davor Buvinic wrote: > On Sunday 27 January 2002 21:59, you wrote: > > On Sun, 27 Jan 2002, Davor Buvinic wrote: > [...] > > > Works for me: ATI Xpert 128, XFree86 4.2.0, your patch against GATOS ATI > > > drivers sources. No more messages in the kernel log like the followi

Re: [GATOS]Re: [Dri-devel] Bugfix for br0ken DMA on r128 and possiblyradeon DMA functions

2002-01-28 Thread Vladimir Dergachev
On 28 Jan 2002, Michel [ISO-8859-1] Dänzer wrote: > On Mon, 2002-01-28 at 04:54, Davor Buvinic wrote: > > > > Yes, running glxgears cause the movie player to crawl and if I start to move > > or resize their windows X crashes. > > > > The movie player is MPlayer, today cvs. > > > > Here is my lo

Re: [Dri-devel] Bugfix for br0ken DMA on r128 and possibly radeonDMA functions

2002-01-28 Thread Michel Dänzer
On Son, 2002-01-27 at 19:41, Peter Surda wrote: > On Sun, Jan 27, 2002 at 06:03:42PM +0100, Michel Dänzer wrote: > > > > The first one definitely wasn't correct. A process of pid 0 doesn't exist, but > > > it has been handled as if it existed. > > The test ( buf->pid != current->pid ) isn't there

Re: [GATOS]Re: [Dri-devel] Bugfix for br0ken DMA on r128 andpossibly radeon DMA functions

2002-01-28 Thread Michel Dänzer
On Mon, 2002-01-28 at 04:54, Davor Buvinic wrote: > > Yes, running glxgears cause the movie player to crawl and if I start to move > or resize their windows X crashes. > > The movie player is MPlayer, today cvs. > > Here is my log file from X. As you can see, at the end of the file the > foll