Re: [Mesa-dev] [PATCH 03/16] mesa: rework ParameterList to allow packing

2017-06-19 Thread Timothy Arceri
On 20/06/17 11:50, Timothy Arceri wrote: Currently everything is padded to 4 elements. Making the list more flexible will allow us to do uniform packing. This change requires us to remove the existing packing in _mesa_add_typed_unnamed_constant() in order to avoid regressions. This packing will

[Mesa-dev] [PATCH 03/16] mesa: rework ParameterList to allow packing

2017-06-19 Thread Timothy Arceri
Currently everything is padded to 4 elements. Making the list more flexible will allow us to do uniform packing. This change requires us to remove the existing packing in _mesa_add_typed_unnamed_constant() in order to avoid regressions. This packing will no longer be required once we add full pack