Re: [Mesa-dev] [PATCH 2/2] trace: add context pointer sanity checking

2013-02-15 Thread Jose Fonseca
Both patches look great to me. Reviewed-by: Jose Fonseca - Original Message - > To help catch mixed up context pointer bugs in the future, add a > trace_context_check() function and some new assertions. > --- > src/gallium/drivers/trace/tr_context.c | 15 +++ > src/galliu

[Mesa-dev] [PATCH 2/2] trace: add context pointer sanity checking

2013-02-15 Thread Brian Paul
To help catch mixed up context pointer bugs in the future, add a trace_context_check() function and some new assertions. --- src/gallium/drivers/trace/tr_context.c | 15 +++ src/gallium/drivers/trace/tr_context.h |7 +++ src/gallium/drivers/trace/tr_texture.c |1 + 3 file