Re: [Mesa-dev] [PATCH 09/13] i965: Always create the batch with the batch object in the first execobject slot

2017-07-20 Thread Chris Wilson
Quoting Kenneth Graunke (2017-07-19 23:43:04) > On Wednesday, July 19, 2017 3:09:17 AM PDT Chris Wilson wrote: > > Even if we are using older kernels that do not accept the batch in the > > first slot, we can simplify our code by creating the batch with itself > > in the first slot and moving it to

Re: [Mesa-dev] [PATCH 09/13] i965: Always create the batch with the batch object in the first execobject slot

2017-07-20 Thread Chris Wilson
Quoting Kenneth Graunke (2017-07-19 23:43:04) > On Wednesday, July 19, 2017 3:09:17 AM PDT Chris Wilson wrote: > > Even if we are using older kernels that do not accept the batch in the > > first slot, we can simplify our code by creating the batch with itself > > in the first slot and moving it to

Re: [Mesa-dev] [PATCH 09/13] i965: Always create the batch with the batch object in the first execobject slot

2017-07-19 Thread Kenneth Graunke
On Wednesday, July 19, 2017 3:09:17 AM PDT Chris Wilson wrote: > Even if we are using older kernels that do not accept the batch in the > first slot, we can simplify our code by creating the batch with itself > in the first slot and moving it to the end on execbuf submission. > --- > src/mesa/driv

[Mesa-dev] [PATCH 09/13] i965: Always create the batch with the batch object in the first execobject slot

2017-07-19 Thread Chris Wilson
Even if we are using older kernels that do not accept the batch in the first slot, we can simplify our code by creating the batch with itself in the first slot and moving it to the end on execbuf submission. --- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 70 --- 1 file