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
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