Re: [Mesa-dev] [PATCH] llvmpipe: use aligned data for the assembly program in setup

2015-12-31 Thread Oded Gabbay
On Thu, Dec 31, 2015 at 5:46 AM, wrote: > From: Roland Scheidegger > > Back in the day (before 24678700edaf5bb9da9be93a1367f1a24cfaa471) the values > were not actually in a struct but even then I can't see why we didn't simply > align the values. Especially since it's trivial to do so. > (Not th

[Mesa-dev] [PATCH] llvmpipe: use aligned data for the assembly program in setup

2015-12-30 Thread sroland
From: Roland Scheidegger Back in the day (before 24678700edaf5bb9da9be93a1367f1a24cfaa471) the values were not actually in a struct but even then I can't see why we didn't simply align the values. Especially since it's trivial to do so. (Not that it actually matters since the code is pretty much