glsl: atomic counters are different than their uniforms
authorAndres Gomez <agomez@igalia.com>
Thu, 30 Jun 2016 13:37:25 +0000 (16:37 +0300)
committerAndres Gomez <agomez@igalia.com>
Thu, 30 Jun 2016 20:55:32 +0000 (23:55 +0300)
commite0f4504adfa63abd9c9baa5f300c53d9b970aeef
tree9e9d04047668ed0b865370d93438ed0feb34250f
parent0f00c6dd7773241b31031f5f77b0e0841a9a9488
glsl: atomic counters are different than their uniforms

The linker deals with atomic counters in terms of uniforms but the
data structure are called after the atomic counters.

Renamed the data structures used in the linker for disambiguation.

Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Signed-off-by: Andres Gomez <agomez@igalia.com>
src/compiler/glsl/link_atomics.cpp