http://bugs.freedesktop.org/show_bug.cgi?id=9379
Andrew Péteri changed:
What|Removed |Added
Attachment #27576|0 |1
is obsolete|
http://bugs.freedesktop.org/show_bug.cgi?id=22720
--- Comment #3 from Christoph Brill 2009-07-11 06:13:42 PST ---
git bisecting mesa really sucks. You need to patch several revision to get it
to compile. And even with ccache enabled you need to wait for hours. Testing is
almost impossible as
http://bugs.freedesktop.org/show_bug.cgi?id=22720
--- Comment #2 from Christoph Brill 2009-07-11 02:31:24 PST ---
Yeah, I'm doing that right now :-)
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the a
http://bugs.freedesktop.org/show_bug.cgi?id=22720
--- Comment #1 from Michel Dänzer 2009-07-11 02:28:21 PST
---
Can you try isolating the change which caused it, e.g. with git bisect?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this
> I need to remove the vesa framebuffer, put the KMS option gain and
> report. It was just too late last night to try this.
Doing this KMS works as expected. Then I got a problem with gallium3D
and removed it.
--eric
---
Sean Estabrooks wrote:
> On Thu, 09 Jul 2009 21:51:23 +0200
> Eric Valette wrote:
>
>> The command
>> git clone git://anongit.freedesktop.org/git/mesa/mesa
>>
>> Does not work for me while others do. It hangs indefinitely (I let it
>> run once half a day, doing strace to see that I was waiting to
From: Julia Lawall
If the NULL test is necessary, then the dereference should be moved below
the NULL test.
The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)
//
@@
type T;
expression E;
identifier i,fld;
statement S;
@@
- T i = E->fld;
+ T i;
..
http://bugs.freedesktop.org/show_bug.cgi?id=22720
Summary: mesa 7.5 regression in blender
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Com
http://bugzilla.kernel.org/show_bug.cgi?id=13364
[email protected] changed:
What|Removed |Added
CC||[email protected]
--- Comment #5 from