Re: [Mesa-dev] [PATCH] st/mesa: fixup NDEBUG vs DEBUG causing debug path to get taken.

2012-02-08 Thread Brian Paul
On 02/08/2012 05:46 AM, Dave Airlie wrote: From: Dave Airlie From what I can see we were taking the debug path all the time, when we probably only want it for enable debug path. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_atom.c |6 +++--- 1 files changed, 3 insertions(+),

[Mesa-dev] [PATCH] st/mesa: fixup NDEBUG vs DEBUG causing debug path to get taken.

2012-02-08 Thread Dave Airlie
From: Dave Airlie >From what I can see we were taking the debug path all the time, when we probably only want it for enable debug path. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_atom.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/state_t