commit | edded1237607348683f492db313e823dc2e380c3 | [log] [tgz] |
---|---|---|
author | Timothy Arceri <tarceri@itsqueeze.com> | Fri Jun 16 10:17:56 2017 +1000 |
committer | Timothy Arceri <tarceri@itsqueeze.com> | Tue Mar 20 14:17:33 2018 +1100 |
tree | 1fb861be1d324eb309fbef50e6b353dfff4a0c83 | |
parent | b13b9eb432a3b67efb29ca25c3e244b467c3c4af [diff] |
mesa: rework ParameterList to allow packing Currently everything is padded to 4 components. Making the list more flexible will allow us to do uniform packing. V2 (suggestions from Nicolai): - always pass existing calls to _mesa_add_parameter() true for padd_and_align - fix bindless param value offsets - remove left over wip logic from pad and align code - zero out param value padding - whitespace fix Reviewed-by: Marek Olšák <marek.olsak@amd.com>