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

2017-06-26 Thread Timothy Arceri
On 26/06/17 19:17, Nicolai Hähnle wrote: On 25.06.2017 03:31, 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 o

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

2017-06-26 Thread Nicolai Hähnle
On 25.06.2017 03:31, 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 wil

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

2017-06-24 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