Re: [Mesa-dev] [PATCH v2 1/4] intel: tools: dump: remove command execution feature

2018-07-19 Thread Rafael Antognolli
I was thinking about the patch. I didn't look deeply into the one that removes the command execution stuff, but for the rest of the series, Acked-by: Rafael Antognolli Sorry for being ambiguous :P On Thu, Jul 19, 2018 at 10:12:57AM +0100, Lionel Landwerlin wrote: > Was that for the whole series

Re: [Mesa-dev] [PATCH v2 1/4] intel: tools: dump: remove command execution feature

2018-07-19 Thread Lionel Landwerlin
Was that for the whole series, or just this patch? :) Thanks, - Lionel On 18/07/18 21:42, Jason Ekstrand wrote: Very sketchily Reviewed-by: Jason Ekstrand > On Wed, Jul 18, 2018 at 10:21 AM Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote:

Re: [Mesa-dev] [PATCH v2 1/4] intel: tools: dump: remove command execution feature

2018-07-18 Thread Jason Ekstrand
Very sketchily Reviewed-by: Jason Ekstrand On Wed, Jul 18, 2018 at 10:21 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > In commit 86cb05a6d35a52 ("intel: aubinator: remove standard input > processing option") we removed the ability to process aub as an input > stream because we'

[Mesa-dev] [PATCH v2 1/4] intel: tools: dump: remove command execution feature

2018-07-18 Thread Lionel Landwerlin
In commit 86cb05a6d35a52 ("intel: aubinator: remove standard input processing option") we removed the ability to process aub as an input stream because we're now rely on mmapping the aub file to back the buffers aubinator is parsing. intel_aubdump was the provider of the standard input data and si