On Thu, Apr 23, 2015 at 2:50 PM, Jason Ekstrand <ja...@jlekstrand.net> wrote: > diff --git a/src/mesa/drivers/dri/i965/intel_debug.h > b/src/mesa/drivers/dri/i965/intel_debug.h > index 807ad98..e5af998 100644 > --- a/src/mesa/drivers/dri/i965/intel_debug.h > +++ b/src/mesa/drivers/dri/i965/intel_debug.h > @@ -64,6 +64,7 @@ extern uint64_t INTEL_DEBUG; > #define DEBUG_ANNOTATION (1 << 28) > #define DEBUG_NO8 (1 << 29) > #define DEBUG_VEC4VS (1 << 30) > +#define DEBUG_SPILL (1l << 31)
That seems awkward... did you mean 1U? FWIW mesa's not at all careful about that... _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev