Re: [Mesa-dev] [PATCH] i965: Move perf_debug and WARN_ONCE back to brw_context.h.

2017-11-26 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 26/11/17 10:09, Kenneth Graunke wrote: These were moved to src/intel/common/gen_debug.h, but they are not common code. They assume that brw_context or gl_context variables exist, named brw or ctx. That isn't remotely true outside of i965. --- src/intel/comm

[Mesa-dev] [PATCH] i965: Move perf_debug and WARN_ONCE back to brw_context.h.

2017-11-26 Thread Kenneth Graunke
These were moved to src/intel/common/gen_debug.h, but they are not common code. They assume that brw_context or gl_context variables exist, named brw or ctx. That isn't remotely true outside of i965. --- src/intel/common/gen_debug.h| 29 - src/mesa/drivers