Re: HyperZ on RV100

2004-11-01 Thread Keith Whitwell
Stephane, Very impressive! I take it this has been derived from reverse-engineering the ati driver? How stable is this code now & how much testing has it had? How close do you think it is to be ready for CVS? I'm guessing that there will be various corner cases that will show up with softwa

Re: Multiple hardware locks

2004-11-01 Thread Michel Dänzer
On Mon, 2004-11-01 at 14:21 +0100, Thomas HellstrÃm wrote: > > Hmm, correct me If I'm wrong, but after a brief check in the code, it > seems like the current _DRM_LOCK_IS_HELD() used in dma buffer > submission IOCTLS just checks that the lock is indeed held, but not if > it is held by the current

HyperZ on RV100

2004-11-01 Thread Stephane Marchesin
Hi, The attached patches enable HyperZ on radeon (RV100 only for now). People always ask me for an HyperZ benchmark, so : HyperZ gets me 45% more fps (48 fps -> 70 fps) in Quake3 four.dm68 (Radeon 7000, athlon XP 2600). It also speeds up glxgears from 450 fps to 1300 fps, which shows how useless

Re: Multiple hardware locks

2004-11-01 Thread Mike Mestnik
--- Nicolai Haehnle <[EMAIL PROTECTED]> wrote: > On Monday 01 November 2004 07:01, Thomas Hellström wrote: > > You are probably right, and it would be quite easy to implement such > > checks in the via command verifier as long as each lock is associated > with > > a certain hardware address range

Re: Multiple hardware locks

2004-11-01 Thread Mike Mestnik
--- Thomas Hellström <[EMAIL PROTECTED]> wrote: > > You are probably right, and it would be quite easy to implement such > checks in the via command verifier as long as each lock is associated > with > a certain hardware address range. > > However, I don't quite see the point in plugging such a

Re: A few Savage Xv issues

2004-11-01 Thread Sérgio
On Sun, 2004-10-31 at 12:42, David wrote: > I'm using savage and common snapshots from 20041015. I hope these are not too > old. Can be old, I think this bug has fixed around 20041018 and some others improvements earlier. -- Sérgio M. B. --

Re: X11R6.8.2 maintenance release plans and call for comments.

2004-11-01 Thread Sérgio
thanks, with sharedObjects_xorg.diff (send in attach) fix the compile problem. With compilesavage.diff, I delete unicrome, i810 and radeon dri drives because they have compile problems. So I can compile Xorg cvs with last Mesa cvs source with no problem. Btw: last update on savage today resolve

Re: X11R6.8.2 maintenance release plans and call for comments.

2004-11-01 Thread Keith Whitwell
Dieter Nützel wrote: Am Montag, 1. November 2004 19:22 schrieb Ian Romanick: Dieter Nützel wrote: Am Samstag, 30. Oktober 2004 19:01 schrieb Brian Paul: To fix this, somebody just has to add mesa/src/shaders/shaderobjects.c to the Makefiles. For XFree86 DRI it could looks like this: Since you seem

compatibility problem with drm-core.

2004-11-01 Thread Thomas Hellström
Hi! I've come across a problem with drm-core. When a drm device is opened by the X server, it opens the first drm device that does not have a busid assigned to it, since that means it is busy. It then assigns a busid to that device. Now, if the server is exited and restarted, the server cannot f

Who applies Nicolai's sw-clipspan-fixes.patch, finally?

2004-11-01 Thread Dieter NÃtzel
Thanks, Dieter Index: drivers/dri/common/depthtmp.h === RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/common/depthtmp.h,v retrieving revision 1.5 diff -u -p -b -r1.5 depthtmp.h --- drivers/dri/common/depthtmp.h 8 Oct 2004 22:21

Re: X11R6.8.2 maintenance release plans and call for comments.

2004-11-01 Thread Dieter Nützel
Am Montag, 1. November 2004 19:22 schrieb Ian Romanick: > Dieter Nützel wrote: > > Am Samstag, 30. Oktober 2004 19:01 schrieb Brian Paul: > >>To fix this, somebody just has to add mesa/src/shaders/shaderobjects.c > >>to the Makefiles. > > > > For XFree86 DRI it could looks like this: > > Since you

Re: X11R6.8.2 maintenance release plans and call for comments.

2004-11-01 Thread Keith Whitwell
Ian Romanick wrote: Dieter Nützel wrote: Am Samstag, 30. Oktober 2004 19:01 schrieb Brian Paul: To fix this, somebody just has to add mesa/src/shaders/shaderobjects.c to the Makefiles. For XFree86 DRI it could looks like this: Since you seem to be almost the only person still interested in seeing

Weekly IRC meeting reminder (notice time change for daylight saving!)

2004-11-01 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 4:00PM EST or 1:00PM PST, if you prefer). Time zone conversion available at: http://www.timezoneconverter.com/cgi-bin/tzc.tzc Logs of previous IR

Re: Multiple hardware locks

2004-11-01 Thread Ian Romanick
Thomas Hellström wrote: I want a DRI client to flip a video frame to screen, using a hardware entity called the HQV. This is a rather time critical operation. To do this I have to take the hardware lock. While this is happening, another thread is waiting for the mpeg decoder to complete a frame

Re: X11R6.8.2 maintenance release plans and call for comments.

2004-11-01 Thread Ian Romanick
Dieter Nützel wrote: Am Samstag, 30. Oktober 2004 19:01 schrieb Brian Paul: To fix this, somebody just has to add mesa/src/shaders/shaderobjects.c to the Makefiles. For XFree86 DRI it could looks like this: Since you seem to be almost the only person still interested in seeing DRI CVS build :), wo

Re: ARB float texture/framebuffer extensions are out

2004-11-01 Thread Roland Scheidegger
Brian Paul wrote: Pasi Kärkkäinen wrote: Hi! ARB released a couple of days ago the long waited float extensions.. http://oss.sgi.com/projects/ogl-sample/registry/ARB/color_buffer_float.txt http://oss.sgi.com/projects/ogl-sample/registry/ARB/half_float_pixel.txt http://oss.sgi.com/projects/ogl-sam

Re: DRI causes system lookups ?

2004-11-01 Thread Roland Scheidegger
Andreas Stenglein wrote: Am 2004.10.31 20:40:12 +0100 schrieb(en) Mateusz Kaduk: Hi, I have radeon7500 and installed Xorg Mesa and drm from CVS.. Glxinfo shows that Direct Rendering is enabled but I get everything locked up with glxgears... and I have to reboot. I found on google people with the sa

[Bug 1735] SAVAGEDRIMoveBuffers not implemented

2004-11-01 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://freedesktop.org/bugzilla/show_bug.cgi?id=1735 --- Additional Comments From [EMAIL PROTECTED] 2004-11-01 08:51 --- Owen, I d

Re: DRM formatting issues.

2004-11-01 Thread Jon Smirl
On Mon, 01 Nov 2004 08:29:28 -0800, Eric Anholt <[EMAIL PROTECTED]> wrote: > I've made some progress on converting BSD, but when I got to the linux > code added to the shared radeon driver code, I lost motivation. > Hopefully I'll get back to it soon, but it's pretty frustrating to work > on. Wher

[Bug 1735] SAVAGEDRIMoveBuffers not implemented

2004-11-01 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://freedesktop.org/bugzilla/show_bug.cgi?id=1735 --- Additional Comments From [EMAIL PROTECTED] 2004-11-01 08:41 --- Hey Alex,

Re: DRM formatting issues.

2004-11-01 Thread Eric Anholt
On Mon, 2004-11-01 at 07:58, Jon Smirl wrote: > linux-2.6 formatting is the accumulation of ten years worth of hand > editing. The Linux kernel people have made numerous complaints about > this since it does not follow the Linux kernel formatting standards. > linux-core has be run through a program

Re: A few Savage Xv issues

2004-11-01 Thread Alex Deucher
On Mon, 1 Nov 2004 17:01:29 +0100, David <[EMAIL PROTECTED]> wrote: > El Lunes, 1 de Noviembre del 2004 4:22 PM, Alex Deucher escribió: > > > > On Sun, 31 Oct 2004 13:42:32 +0100, David <[EMAIL PROTECTED]> wrote: > > > Hi. While the current Xv implementation is far better than the old one > > > t

Re: A few Savage Xv issues

2004-11-01 Thread David
El Lunes, 1 de Noviembre del 2004 4:22 PM, Alex Deucher escribió: > On Sun, 31 Oct 2004 13:42:32 +0100, David <[EMAIL PROTECTED]> wrote: > > Hi. While the current Xv implementation is far better than the old one > > there are still a few glitches I noticed so far: > > > > * 4 pixels always missing

Re: DRM formatting issues.

2004-11-01 Thread Jon Smirl
linux-2.6 formatting is the accumulation of ten years worth of hand editing. The Linux kernel people have made numerous complaints about this since it does not follow the Linux kernel formatting standards. linux-core has be run through a program to make it match the Linux kernel standards. What I

Re: ARB float texture/framebuffer extensions are out

2004-11-01 Thread Brian Paul
Pasi Kärkkäinen wrote: Hi! ARB released a couple of days ago the long waited float extensions.. http://oss.sgi.com/projects/ogl-sample/registry/ARB/color_buffer_float.txt http://oss.sgi.com/projects/ogl-sample/registry/ARB/half_float_pixel.txt http://oss.sgi.com/projects/ogl-sample/registry/ARB/tex

Re: A few Savage Xv issues

2004-11-01 Thread Alex Deucher
On Sun, 31 Oct 2004 13:42:32 +0100, David <[EMAIL PROTECTED]> wrote: > Hi. While the current Xv implementation is far better than the old one there > are still a few glitches I noticed so far: > > * 4 pixels always missing on the right side on the screen > * The old "shadowing" effect is showed on

Re: Multiple hardware locks

2004-11-01 Thread Thomas Hellström
Nicolai Haehnle wrote: On Monday 01 November 2004 07:01, Thomas Hellström wrote: You are probably right, and it would be quite easy to implement such checks in the via command verifier as long as each lock is associated with a certain hardware address range. However, I don't quite

Re: Multiple hardware locks

2004-11-01 Thread Nicolai Haehnle
On Monday 01 November 2004 07:01, Thomas Hellström wrote: > You are probably right, and it would be quite easy to implement such > checks in the via command verifier as long as each lock is associated with > a certain hardware address range. > > However, I don't quite see the point in plugging suc

Re: Multiple hardware locks

2004-11-01 Thread Keith Whitwell
Thomas Hellström wrote: On Sun, 2004-10-31 at 13:18, Thomas Hellström wrote: Keith Whitwell wrote: Thomas Hellström wrote: Hi, list! With display cards that have more and more hardware on them, (TV-capture, mpeg decoders) etc. that can work independently of oneanother, but share the same DMA engi

Re: Wiki Spam

2004-11-01 Thread José Fonseca
Hi, On Thu, Oct 28, 2004 at 01:47:56PM +0200, Felix Kühling wrote: > Am Mi, den 27.10.2004 schrieb Adam Jackson um 21:46: > > On Wednesday 27 October 2004 14:49, Alan Swanson wrote: > > > Until someone has the time to upgrade the Wiki to a newer version > > > with anti-spam features could we at le

Re: DRM formatting issues.

2004-11-01 Thread Jacek Rosik
Dnia 01-11-2004, pon o godzinie 11:32 +0100, Thomas Hellström napisał (a): > > Hi, > > > > Currently files in linux[-2.6] and linux-core directories have different > > formating (and shared* dirs too of course). This is only causing > > unnecessary pain to people trying to change something. Everyth

Re: DRM formatting issues.

2004-11-01 Thread Thomas Hellström
> Hi, > > Currently files in linux[-2.6] and linux-core directories have different > formating (and shared* dirs too of course). This is only causing > unnecessary pain to people trying to change something. Everything has to > be done twice, as even simple patch may not apply against those dirs, >

DRM formatting issues.

2004-11-01 Thread Jacek Rosik
Hi, Currently files in linux[-2.6] and linux-core directories have different formating (and shared* dirs too of course). This is only causing unnecessary pain to people trying to change something. Everything has to be done twice, as even simple patch may not apply against those dirs, due to format