As time goes on, I become less and less a fan of the proliferation of
for_* macros... especially ones that are only used in one or two places.
On 05/07/2016 03:05 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> This macro avoids undefined behaviour that crashes gcc's ubsan.
> ---
> src/com
From: Nicolai Hähnle
This macro avoids undefined behaviour that crashes gcc's ubsan.
---
src/compiler/glsl/list.h | 13 +
src/compiler/glsl/opt_dead_code_local.cpp | 7 +--
src/compiler/glsl/opt_tree_grafting.cpp | 5 +
3 files changed, 15 insertions(+),