Re: [Mesa3d-dev] [PATCH] radeon: Add protection against recursive DRM locking.

2009-08-02 Thread Pauli Nieminen
yes. Seems like I can't use git correctly. :( Now it should be fixed patch that does locking correctly. That means checking for greater than 1 when trying to lock and checking for greater than 0 when trying to unlock. On Mon, Aug 3, 2009 at 1:11 AM, Alex Deucher wrote: > On Sun, Aug 2, 2009 at

Re: [Mesa3d-dev] [PATCH] radeon: Add protection against recursive DRM locking.

2009-08-02 Thread Alex Deucher
On Sun, Aug 2, 2009 at 1:58 PM, Pauli Nieminen wrote: > yes. It was missing the fix because of no git add before git commit --amend. > Looks like you attached the same patch :) > On Sun, Aug 2, 2009 at 8:35 PM, Alex Deucher wrote: >> >> On Sun, Aug 2, 2009 at 12:16 PM, Pauli Nieminen wrote: >> >

[Mesa3d-dev] [Bug 23087] R600 Logic Operations Fix

2009-08-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23087 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 23087] R600 Logic Operations Fix

2009-08-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23087 --- Comment #2 from vehem...@verizon.net 2009-08-02 13:31:10 PST --- There is no functional problem with the current R300-R500 code, however it assumes that the hardware values will always be an offset from GL_CLEAR with a bit reversal. Using

Re: [Mesa3d-dev] [PATCH] radeon: Add protection against recursive DRM locking.

2009-08-02 Thread Pauli Nieminen
yes. It was missing the fix because of no git add before git commit --amend. On Sun, Aug 2, 2009 at 8:35 PM, Alex Deucher wrote: > On Sun, Aug 2, 2009 at 12:16 PM, Pauli Nieminen wrote: > > Sorry for leaving bad patch just before leaving for weekend trip. I have > now > > fixed that bugs that I

Re: [Mesa3d-dev] [PATCH] radeon: Add protection against recursive DRM locking.

2009-08-02 Thread Alex Deucher
On Sun, Aug 2, 2009 at 12:16 PM, Pauli Nieminen wrote: > Sorry for leaving bad patch just before leaving for weekend trip. I have now > fixed that bugs that I created when trying to change logic in hurry. > Unforunately, running any 3d app with this patch seems to hang the gpu. Alex > On Fri, Ju

Re: [Mesa3d-dev] [PATCH] radeon: Add protection against recursive DRM locking.

2009-08-02 Thread Pauli Nieminen
Sorry for leaving bad patch just before leaving for weekend trip. I have now fixed that bugs that I created when trying to change logic in hurry. On Fri, Jul 31, 2009 at 6:44 PM, Alex Deucher wrote: > On Fri, Jul 31, 2009 at 7:18 AM, Pauli Nieminen wrote: > > Hi. > > > > Some clean up to code so

Re: [Mesa3d-dev] ATI R200 code currently broken in git

2009-08-02 Thread Pauli Nieminen
This is dri2 problem that I have reported to bugzilla some days ago. It seems like clipping regions are set incorrectly. But I don't know about performance side because I hve had only 200 fps in gears with agp mode and 800 fps with pci mode. (2500-3000 in dri1 mode) But atleast performance haven't

[Mesa3d-dev] [Bug 23087] R600 Logic Operations Fix

2009-08-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23087 --- Comment #1 from Nicolai Hähnle 2009-08-02 08:08:25 PST --- I don't see any problems on R500. At the very least, glean/logicOp passes over here. It's possible that this test doesn't cover everything; in this case, could you please provid

[Mesa3d-dev] [Bug 23087] New: R600 Logic Operations Fix

2009-08-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23087 Summary: R600 Logic Operations Fix Product: Mesa Version: unspecified Platform: All OS/Version: FreeBSD Status: NEW Severity: normal Priority: medium Compon