Re: [Mesa-dev] [PATCH] nir: Use a single bit for the dual-source blend index

2015-08-04 Thread Timothy Arceri
On Tue, 2015-08-04 at 18:15 -0400, Rob Clark wrote: > On Sun, Aug 2, 2015 at 1:04 AM, Timothy Arceri > wrote: > > The only values allowed are 0 and 1, and the value is checked before > > assigning. > > > > This is a copy of 8eeca7a56c that seems to have been made to the glsl > > ir type after it

Re: [Mesa-dev] [PATCH] nir: Use a single bit for the dual-source blend index

2015-08-04 Thread Rob Clark
On Sun, Aug 2, 2015 at 1:04 AM, Timothy Arceri wrote: > The only values allowed are 0 and 1, and the value is checked before > assigning. > > This is a copy of 8eeca7a56c that seems to have been made to the glsl > ir type after it was copied for use in nir but before nir landed. > --- > src/glsl/

Re: [Mesa-dev] [PATCH] nir: Use a single bit for the dual-source blend index

2015-08-03 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 08/02/2015 08:04 AM, Timothy Arceri wrote: The only values allowed are 0 and 1, and the value is checked before assigning. This is a copy of 8eeca7a56c that seems to have been made to the glsl ir type after it was copied for use in nir but before nir landed. ---

[Mesa-dev] [PATCH] nir: Use a single bit for the dual-source blend index

2015-08-01 Thread Timothy Arceri
The only values allowed are 0 and 1, and the value is checked before assigning. This is a copy of 8eeca7a56c that seems to have been made to the glsl ir type after it was copied for use in nir but before nir landed. --- src/glsl/nir/nir.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions