Re: [Mesa-dev] [PATCH 23/33] intel: decoder: group enum related declarations

2017-10-31 Thread Lionel Landwerlin
On 31/10/17 20:11, Scott D Phillips wrote: Lionel Landwerlin writes: Is this one a rebase error? The commit message doesn't make sense with the patch, and the change from Patch 22 gets reverted here. Yeah, that's wrong. It should be named "enable looking for instruction by name" Signed-of

Re: [Mesa-dev] [PATCH 23/33] intel: decoder: group enum related declarations

2017-10-31 Thread Scott D Phillips
Lionel Landwerlin writes: Is this one a rebase error? The commit message doesn't make sense with the patch, and the change from Patch 22 gets reverted here. > Signed-off-by: Lionel Landwerlin > --- > src/intel/common/gen_decoder.c | 8 > src/intel/common/gen_decoder.h | 3 ++- > 2 fil

[Mesa-dev] [PATCH 23/33] intel: decoder: group enum related declarations

2017-10-30 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin --- src/intel/common/gen_decoder.c | 8 src/intel/common/gen_decoder.h | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/intel/common/gen_decoder.c b/src/intel/common/gen_decoder.c index b0bd161fef3..1d57d350855 100644 --- a/src/