/shark/trunk/ports/mesa/src/context.c |
---|
1,4 → 1,4 |
/* $Id: context.c,v 1.1 2003-02-28 11:41:58 pj Exp $ */ |
/* $Id: context.c,v 1.2 2003-03-13 12:20:28 giacomo Exp $ */ |
/* |
* Mesa 3-D graphics library |
58,8 → 58,8 |
#if defined(MESA_TRACE) |
#include "Trace/tr_context.h" |
#include "Trace/tr_wrapper.h" |
#include "trace/tr_context.h" |
#include "trace/tr_wrapper.h" |
#endif |
#ifdef USE_SPARC_ASM |
67,7 → 67,7 |
#endif |
#ifndef MESA_VERBOSE |
int MESA_VERBOSE = 0; |
int MESA_VERBOSE = 1; |
#endif |
#ifndef MESA_DEBUG_FLAGS |