Re: [Mesa-dev] [PATCH 00/24] Support for ARB_shader_atomic_counters.

2013-10-01 Thread Francisco Jerez
Second pass at implementing support for ARB_shader_atomic_counters. I'm only resending those patches that have changed since v1, and a few new patches are included too (02, 04, 05, 07, 14). As before, the complete series can be found in the atomic-counters branch of my repository: http://cgit.fre

Re: [Mesa-dev] [PATCH 00/24] Support for ARB_shader_atomic_counters.

2013-09-17 Thread Paul Berry
On 15 September 2013 00:10, Francisco Jerez wrote: > This patch series implements support for the > ARB_shader_atomic_counters extension, which is part of GL core since > GL 4.2. It includes patches adding support for the new APIs and GLSL > language features, and working back-end code for Intel

Re: [Mesa-dev] [PATCH 00/24] Support for ARB_shader_atomic_counters.

2013-09-17 Thread Francisco Jerez
Francisco Jerez writes: > This patch series implements support for the > ARB_shader_atomic_counters extension, which is part of GL core since > GL 4.2. It includes patches adding support for the new APIs and GLSL > language features, and working back-end code for Intel Gen7 hardware > -- Ivy Bri

[Mesa-dev] [PATCH 00/24] Support for ARB_shader_atomic_counters.

2013-09-15 Thread Francisco Jerez
This patch series implements support for the ARB_shader_atomic_counters extension, which is part of GL core since GL 4.2. It includes patches adding support for the new APIs and GLSL language features, and working back-end code for Intel Gen7 hardware -- Ivy Bridge should work with these patches a