Re: [Mesa-dev] [PATCH 4/4] intel/tools: Add an error state to aub translator

2018-07-18 Thread Jason Ekstrand
On Wed, Jul 18, 2018 at 7:33 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Awesome tool! And not even too much code! > > Reviewed-by: Lionel Landwerlin > Thanks! > In the interest of consistency and because this is an installable > binary, I would rename it. > Now for the

Re: [Mesa-dev] [PATCH 4/4] intel/tools: Add an error state to aub translator

2018-07-18 Thread Lionel Landwerlin
Awesome tool! And not even too much code! Reviewed-by: Lionel Landwerlin In the interest of consistency and because this is an installable binary, I would rename it. Now for the hard part : intel_error2aub ? - Lionel On 18/07/18 00:05, Jason Ekstrand wrote: ---

[Mesa-dev] [PATCH 4/4] intel/tools: Add an error state to aub translator

2018-07-17 Thread Jason Ekstrand
--- src/intel/tools/error2aub.c | 332 src/intel/tools/meson.build | 11 ++ 2 files changed, 343 insertions(+) create mode 100644 src/intel/tools/error2aub.c diff --git a/src/intel/tools/error2aub.c b/src/intel/tools/error2aub.c new file mode 100644 index