Re: [Mesa-dev] [PATCH] glsl: fix explicit uniform block alignment

2016-05-29 Thread Eduardo Lima Mitev
On 05/28/2016 03:40 AM, Timothy Arceri wrote: > This stops the offset being bumped again when and an explicit there seems to be an extra "and" above. > alignment has already been applied. > > Fixes alignment issues in: > GL44-CTS.enhanced_layouts.uniform_block_alignment > > Note the test still

[Mesa-dev] [PATCH] glsl: fix explicit uniform block alignment

2016-05-27 Thread Timothy Arceri
This stops the offset being bumped again when and an explicit alignment has already been applied. Fixes alignment issues in: GL44-CTS.enhanced_layouts.uniform_block_alignment Note the test still fails due to unrelated issues with doubles. --- src/compiler/glsl/ast_to_hir.cpp | 4 +--- 1 file cha