Re: [Mesa-dev] [PATCH 2/6] glsl: Linker support for ARB_shader_atomic_counters.

2013-11-01 Thread Paul Berry
On 29 October 2013 16:37, Francisco Jerez wrote: > v2: Add comments on the purpose of the auxiliary data structures. > Check for atomic counter overlaps. Use the contains_atomic() > convenience method. Add static assert with the number of expected > shader stages. > > v3: Don't resi

[Mesa-dev] [PATCH 2/6] glsl: Linker support for ARB_shader_atomic_counters.

2013-10-29 Thread Francisco Jerez
v2: Add comments on the purpose of the auxiliary data structures. Check for atomic counter overlaps. Use the contains_atomic() convenience method. Add static assert with the number of expected shader stages. v3: Don't resize atomic arrays. --- src/glsl/Makefile.sources | 1 + src/