It seems this has not removed enough and introduced a warning:
intel_batchbuffer.c: In function ‘intel_batchbuffer_require_space’:
intel_batchbuffer.c:132:22: warning: unused variable ‘prev_ring’
[-Wunused-variable]
enum brw_gpu_ring prev_ring = brw->batch.ring;
Gražvydas
On Wed, Mar 8, 2017
Reviewed-by: Jordan Justen
On 2017-03-07 16:39:47, Kenneth Graunke wrote:
> This was a hook I came up when trying to do the initial performance
> counter work years ago. Nothing's used it for a long time, and the
> upcoming performance counter support doesn't want it either.
>
> So, goodbye ren
This was a hook I came up when trying to do the initial performance
counter work years ago. Nothing's used it for a long time, and the
upcoming performance counter support doesn't want it either.
So, goodbye render ring prelude.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/inte