Re: [Mesa-dev] [PATCH 1/9] util: fix undefined behavior

2012-04-08 Thread Tolga Dalman
On 06.04.2012 17:38, nobled wrote: > On Mon, Apr 2, 2012 at 7:40 AM, Tolga Dalman > wrote: > Hi, > > > On 02.04.2012 00:24, nobled wrote: #define LIST_FOR_EACH_ENTRY(pos, head, member) \ - for (pos = container_of((head)->next, pos, member);

[Mesa-dev] [Bug 45292] Compilation failure on d3d1x state tracker: ‘ID3D10Include’ has not been declared

2012-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45292 --- Comment #6 from Philip Milev 2012-04-08 01:38:40 UTC --- Hi any progress here ? I've tried all releases of wine (up to 1.5.1) and mesa- with no luck. I was able to get past the ID3D10Include, but also ran into the timeval structure re

Re: [Mesa-dev] [PATCH 1/9] util: fix undefined behavior

2012-04-08 Thread nobled
On Sun, Apr 8, 2012 at 4:28 AM, Tolga Dalman wrote: > On 06.04.2012 17:38, nobled wrote: >> On Mon, Apr 2, 2012 at 7:40 AM, Tolga Dalman >> wrote: >> Hi, >> >> >> On 02.04.2012 00:24, nobled wrote: >  #define LIST_FOR_EACH_ENTRY(pos, head, member)                           >     \ >

[Mesa-dev] [Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations

2012-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44405 --- Comment #15 from Agustin Ferrario 2012-04-08 16:49:42 PDT --- Thaks for that i think i will try it, if it works for me i'll report it in Spring Mantis -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You a

[Mesa-dev] [PATCH] st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.

2012-04-08 Thread Vinson Lee
Fixes uninitialized member defects reported by Coverity. NOTE: This is a candidate for the 8.0 branch. Signed-off-by: Vinson Lee --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp |4 1 file changed, 4 insertions(+) diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp b/src/mesa/state