Re: [Mesa-dev] [PATCH] nv50/codegen/nv50_ir.cpp: #include on -DNDEBUG.

2012-12-31 Thread Christoph Bumiller
On 31.12.2012 14:01, Christoph Bumiller wrote: > On 31.12.2012 04:21, Johannes Obermayr wrote: >> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=58879 >> --- >> On debug builds it is included: >> nv50_ir.cpp:23 -> nv50_ir.h:33 -> nv50_ir_util.h:33 -> > And on non-debug builds it's supposed to

Re: [Mesa-dev] [PATCH] nv50/codegen/nv50_ir.cpp: #include on -DNDEBUG.

2012-12-31 Thread Christoph Bumiller
On 31.12.2012 04:21, Johannes Obermayr wrote: > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=58879 > --- > On debug builds it is included: > nv50_ir.cpp:23 -> nv50_ir.h:33 -> nv50_ir_util.h:33 -> And on non-debug builds it's supposed to *not* be included, because they should work without r

[Mesa-dev] [PATCH] nv50/codegen/nv50_ir.cpp: #include on -DNDEBUG.

2012-12-30 Thread Johannes Obermayr
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=58879 --- On debug builds it is included: nv50_ir.cpp:23 -> nv50_ir.h:33 -> nv50_ir_util.h:33 -> --- src/gallium/drivers/nv50/codegen/nv50_ir.cpp |4 1 Datei geändert, 4 Zeilen hinzugefügt(+) diff --git a/src/gallium/drivers/nv50/codeg