Re: [Mesa-dev] [PATCH 1/4] AMDGPU: remove nonsense setPrefLoopAlignment

2012-12-10 Thread Michel Dänzer
The series is Tested-by: Michel Dänzer Fixes many piglit tests with no regressions, and full glamor 2D acceleration seems to work well now. :) (I'll push a change to enable it to xf86-video-ati Git once this series has landed) Nice work! -- Earthling Michel Dänzer |

[Mesa-dev] [PATCH 1/4] AMDGPU: remove nonsense setPrefLoopAlignment

2012-12-09 Thread Christian König
The Align parameter is a power of two, so 16 results in 64K alignment. Additional to that even 16 byte alignment doesn't make any sense, so just remove it. Signed-off-by: Christian König --- lib/Target/AMDGPU/AMDILISelLowering.cpp |1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/