Re: [Mesa-dev] [PATCH v3 07/14] glsl: move stream layout max validation

2015-11-16 Thread Samuel Iglesias Gonsálvez
On 14/11/15 14:58, Timothy Arceri wrote: > On Sun, 2015-11-15 at 00:42 +1100, Timothy Arceri wrote: >> From: Timothy Arceri >> >> This validation is moved later so we can validate the >> max value when compile time constant support is added in a >> later patch. >> --- >> src/glsl/ast_to_hir.cpp

Re: [Mesa-dev] [PATCH v3 07/14] glsl: move stream layout max validation

2015-11-14 Thread Timothy Arceri
On Sun, 2015-11-15 at 00:42 +1100, Timothy Arceri wrote: > From: Timothy Arceri > > This validation is moved later so we can validate the > max value when compile time constant support is added in a > later patch. > --- > src/glsl/ast_to_hir.cpp | 22 -- > src/glsl/ast_type.c

[Mesa-dev] [PATCH v3 07/14] glsl: move stream layout max validation

2015-11-14 Thread Timothy Arceri
From: Timothy Arceri This validation is moved later so we can validate the max value when compile time constant support is added in a later patch. --- src/glsl/ast_to_hir.cpp | 22 -- src/glsl/ast_type.cpp | 14 -- 2 files changed, 20 insertions(+), 16 deletions