Re: [Mesa-dev] [PATCH 08/10] i965: Remove support for the BLT ring

2018-05-14 Thread Pohjolainen, Topi
On Mon, May 14, 2018 at 10:08:35AM -0700, Jason Ekstrand wrote: > On Mon, May 14, 2018 at 10:07 AM, Pohjolainen, Topi < > topi.pohjolai...@gmail.com> wrote: > > > On Fri, May 11, 2018 at 04:48:24PM -0700, Jason Ekstrand wrote: > > > We still support the blitter on gen4-5 but it's on the same ring

Re: [Mesa-dev] [PATCH 08/10] i965: Remove support for the BLT ring

2018-05-14 Thread Jason Ekstrand
On Mon, May 14, 2018 at 10:07 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Fri, May 11, 2018 at 04:48:24PM -0700, Jason Ekstrand wrote: > > We still support the blitter on gen4-5 but it's on the same ring as 3D. > > --- > > src/mesa/drivers/dri/i965/intel_batchbuffer.c | 12 +++

Re: [Mesa-dev] [PATCH 08/10] i965: Remove support for the BLT ring

2018-05-14 Thread Pohjolainen, Topi
On Fri, May 11, 2018 at 04:48:24PM -0700, Jason Ekstrand wrote: > We still support the blitter on gen4-5 but it's on the same ring as 3D. > --- > src/mesa/drivers/dri/i965/intel_batchbuffer.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deletions(-) Nothing amiss in the patch itself, o

[Mesa-dev] [PATCH 08/10] i965: Remove support for the BLT ring

2018-05-11 Thread Jason Ekstrand
We still support the blitter on gen4-5 but it's on the same ring as 3D. --- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.c b/src/mesa/drivers/dri/i965/intel_batchbuffer.c