Re: [Mesa-dev] Mesa releases in early January?

2010-12-01 Thread Keith Whitwell
On Tue, 2010-11-30 at 18:07 -0800, Roland Scheidegger wrote: > Am 30.11.2010 21:23, schrieb Ian Romanick: > > It seems that new development in master has slowed a bit, so how does > > a 7.10 release on January 7th sound? If we're going to do that, > > we'll want to make the 7.10 branch on, say, De

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #7 from Jared Clark 2010-12-01 04:56:13 PST --- Created an attachment (id=40698) --> (https://bugs.freedesktop.org/attachment.cgi?id=40698) dmesg output -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #8 from Jared Clark 2010-12-01 04:56:51 PST --- Created an attachment (id=40699) --> (https://bugs.freedesktop.org/attachment.cgi?id=40699) Xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #9 from Jared Clark 2010-12-01 04:59:27 PST --- Unfortunately I was having several issues initially, differing output depending on what drivers and kernel combo I was using. This is currently a decently performing combo, but this cras

Re: [Mesa-dev] [PATCH] glsl: fix lowering conditional returns in subroutines

2010-12-01 Thread Fabian Bieler
Hello! My last mail was misleading. The described behaviour (continue out of loop etc.) occurs with mesa's current glsl compiler. The attached patch tries to fix that. I appologize for the faulty description and hope it was the cause for the lack of feedback to my last mail. I also attached t

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 Alex Deucher changed: What|Removed |Added Attachment #40698|application/octet-stream|text/plain mime type|

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #10 from Jared Clark 2010-12-01 07:55:28 PST --- Sorry I just realized that dmesg I attached didn't have the pertinent failure in it for some reason. I will reproduce and attach a new one that has a different name. -- Configure bugm

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 --- Comment #11 from Jared Clark 2010-12-01 08:02:52 PST --- Created an attachment (id=40705) --> (https://bugs.freedesktop.org/attachment.cgi?id=40705) dmesg - new with the error -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cg

Re: [Mesa-dev] Mesa releases in early January?

2010-12-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/30/2010 06:07 PM, Roland Scheidegger wrote: > Am 30.11.2010 21:23, schrieb Ian Romanick: >> It seems that new development in master has slowed a bit, so how does >> a 7.10 release on January 7th sound? If we're going to do that, >> we'll want to

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 Jared Clark changed: What|Removed |Added Attachment #40705|application/octet-stream|text/plain mime type|

[Mesa-dev] [Bug 32006] KMS/R100 - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32006 Jared Clark changed: What|Removed |Added Attachment #40699|application/octet-stream|text/plain mime type|

[Mesa-dev] [PATCH] Improve ONE_DIV_LN2 and M_PI constants

2010-12-01 Thread Matt Turner
1/ln(2) is equivalent to log2(e), so define it as such. log2(e) = ln(e)/ln(2) = 1/ln(2) M_PI is updated to add some precision (value found in my math.h header). Signed-off-by: Matt Turner --- src/mesa/main/compiler.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/s

Re: [Mesa-dev] [PATCH] Improve ONE_DIV_LN2 and M_PI constants

2010-12-01 Thread Roland Mainz
On Wed, Dec 1, 2010 at 10:40 PM, Matt Turner wrote: > 1/ln(2) is equivalent to log2(e), so define it as such. > > log2(e) = ln(e)/ln(2) = 1/ln(2) > > M_PI is updated to add some precision (value found in my math.h header). > > Signed-off-by: Matt Turner > --- > src/mesa/main/compiler.h |4 ++

Re: [Mesa-dev] [PATCH] Improve ONE_DIV_LN2 and M_PI constants

2010-12-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/01/2010 01:40 PM, Matt Turner wrote: > 1/ln(2) is equivalent to log2(e), so define it as such. > > log2(e) = ln(e)/ln(2) = 1/ln(2) > > M_PI is updated to add some precision (value found in my math.h header). I wish I had noticed this when I ad

Re: [Mesa-dev] [PATCH] Improve ONE_DIV_LN2 and M_PI constants

2010-12-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/01/2010 02:45 PM, Roland Mainz wrote: > On Wed, Dec 1, 2010 at 10:40 PM, Matt Turner wrote: >> 1/ln(2) is equivalent to log2(e), so define it as such. >> >> log2(e) = ln(e)/ln(2) = 1/ln(2) >> >> M_PI is updated to add some precision (value found

Re: [Mesa-dev] [PATCH] Improve ONE_DIV_LN2 and M_PI constants

2010-12-01 Thread Matt Turner
On Wed, Dec 1, 2010 at 11:24 PM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/01/2010 01:40 PM, Matt Turner wrote: >> 1/ln(2) is equivalent to log2(e), so define it as such. >> >> log2(e) = ln(e)/ln(2) = 1/ln(2) >> >> M_PI is updated to add some precision (value

[Mesa-dev] [Bug 31986] matrix operation broken

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31986 Ian Romanick changed: What|Removed |Added Status|NEW |ASSIGNED Component|Mesa core

Re: [Mesa-dev] Mesa releases in early January?

2010-12-01 Thread Brian Paul
On 12/01/2010 12:00 PM, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/30/2010 06:07 PM, Roland Scheidegger wrote: Am 30.11.2010 21:23, schrieb Ian Romanick: It seems that new development in master has slowed a bit, so how does a 7.10 release on January 7th sound? If

[Mesa-dev] [Bug 32030] [i965 oglc gles2c bisected] 4 OpenGL (ES) conformance cases regressed

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32030 Kenneth Graunke changed: What|Removed |Added Component|Drivers/DRI/i965|Mesa core AssignedTo|e...@anho

[Mesa-dev] shader inputs vs. system values

2010-12-01 Thread Brian Paul
I was working on finishing up instanced drawing in Mesa/gallium last week. The one stumbling block was how to handle the instance ID. The instance ID is an integer accessible by the vertex shader that only changes per drawing instance, not per vertex. For that reason it seems a little funny to

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 --- Comment #8 from Stephen E. Baker 2010-12-01 17:04:45 PST --- Yes, Jakob's patch fixes the issue! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the as

[Mesa-dev] [Bug 32031] New: loop in function causes assertion

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32031 Summary: loop in function causes assertion Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: major Priority: medium Componen

[Mesa-dev] [Bug 32031] loop in function causes assertion

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32031 --- Comment #1 from jiajia 2010-12-01 17:13:33 PST --- Created an attachment (id=40721) --> (https://bugs.freedesktop.org/attachment.cgi?id=40721) attach this shader test case -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 --- Comment #9 from Jakob Bornecrantz 2010-12-01 17:36:15 PST --- Does it fix it completely? Enabling you to change resolution? Or does the crash just go away? Cheers Jakob. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

Re: [Mesa-dev] [PATCH] mesa: raise maximum viewport and texture size to 8192

2010-12-01 Thread Alex Deucher
Looks good to me too. Once you've applied it, I'll bump the driver limits appropriately for r6xx/7xx/evergreen. Alex On Mon, Nov 29, 2010 at 12:00 PM, Marek Olšák wrote: > FWIW, it looks good to me. > > Marek > > On Wed, Nov 24, 2010 at 8:18 PM, Brian Paul wrote: >> >> On 11/24/2010 12:10 PM,

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 --- Comment #10 from Stephen E. Baker 2010-12-01 18:48:01 PST --- Fixes it completely -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the

[Mesa-dev] [Bug 32036] New: OpenVG demos show inadequate CPU usage and memory leak

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32036 Summary: OpenVG demos show inadequate CPU usage and memory leak Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Mesa-dev] [Bug 32036] OpenVG demos show inadequate CPU usage and memory leak

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32036 --- Comment #1 from Sergey Kondakov 2010-12-01 19:40:23 PST --- and yeah - mesa, libdrm, xf86-video-ati, mesa-progs are recent git (post-openvg-1.1-merge, anyway); X is 1.9.2.901 (1.9.3 RC 1). -- Configure bugmail: https://bugs.freedesktop.org

[Mesa-dev] [Bug 32030] [i965 oglc gles2c bisected] 4 OpenGL (ES) conformance cases regressed

2010-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32030 --- Comment #1 from Gordon Jin 2010-12-01 20:47:32 PST --- *** Bug 32037 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --

Re: [Mesa-dev] shader inputs vs. system values

2010-12-01 Thread Zack Rusin
On Wednesday 01 December 2010 19:46:42 Brian Paul wrote: > I was working on finishing up instanced drawing in Mesa/gallium last > week. The one stumbling block was how to handle the instance ID. > > The instance ID is an integer accessible by the vertex shader that > only changes per drawing inst