Re: [Mesa-dev] [PATCH 1/2] compiler: include shader_enums.h in shader_info.h

2016-11-15 Thread Jason Ekstrand
Both are rb me On Nov 15, 2016 7:03 PM, "Timothy Arceri" wrote: > We make use of some enums here. > --- > src/compiler/shader_info.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h > index e36fe09..1605c82 100644 > --- a/src/com

[Mesa-dev] [PATCH 1/2] compiler: include shader_enums.h in shader_info.h

2016-11-15 Thread Timothy Arceri
We make use of some enums here. --- src/compiler/shader_info.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index e36fe09..1605c82 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -25,6 +25,8 @@ #ifndef SH