Re: [Mesa-dev] [PATCH] i965/fs: Do not set the size for zero-size uniforms

2015-08-28 Thread Jason Ekstrand
On Fri, Aug 28, 2015 at 2:08 AM, Francisco Jerez wrote: > Marta Lofstedt writes: > >> From: Marta Lofstedt >> >> Zero sized uniforms can exist in the list, but they >> don't get get any space allocated in >> prog_data->params or in the param_size array, so >> the size should not be set for them.

Re: [Mesa-dev] [PATCH] i965/fs: Do not set the size for zero-size uniforms

2015-08-28 Thread Francisco Jerez
Marta Lofstedt writes: > From: Marta Lofstedt > > Zero sized uniforms can exist in the list, but they > don't get get any space allocated in > prog_data->params or in the param_size array, so > the size should not be set for them. > This was previously fixed in: > commit: 781dc7c0e1f41502f18e07c

[Mesa-dev] [PATCH] i965/fs: Do not set the size for zero-size uniforms

2015-08-28 Thread Marta Lofstedt
From: Marta Lofstedt Zero sized uniforms can exist in the list, but they don't get get any space allocated in prog_data->params or in the param_size array, so the size should not be set for them. This was previously fixed in: commit: 781dc7c0e1f41502f18e07c0940af949a78d2792. However, commit: 259f