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
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
---
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
---
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=32006
Alex Deucher changed:
What|Removed |Added
Attachment #40698|application/octet-stream|text/plain
mime type|
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
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
-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
https://bugs.freedesktop.org/show_bug.cgi?id=32006
Jared Clark changed:
What|Removed |Added
Attachment #40705|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=32006
Jared Clark changed:
What|Removed |Added
Attachment #40699|application/octet-stream|text/plain
mime type|
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
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 ++
-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
-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
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
https://bugs.freedesktop.org/show_bug.cgi?id=31986
Ian Romanick changed:
What|Removed |Added
Status|NEW |ASSIGNED
Component|Mesa core
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
https://bugs.freedesktop.org/show_bug.cgi?id=32030
Kenneth Graunke changed:
What|Removed |Added
Component|Drivers/DRI/i965|Mesa core
AssignedTo|e...@anho
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
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
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
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
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
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,
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
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
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
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: --
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
30 matches
Mail list logo