Re: [Mesa-dev] [PATCH 09/24] glsl: Add IR node for atomic operations.

2013-09-17 Thread Paul Berry
On 15 September 2013 00:10, Francisco Jerez wrote: > Add a subclass of ir_rvalue that represents an atomic operation on > some ir_variable. Also define a new IR visitor method, and implement > IR builder, printer and reader support for it. > I don't think this approach is going to be reliable.

[Mesa-dev] [PATCH 09/24] glsl: Add IR node for atomic operations.

2013-09-15 Thread Francisco Jerez
Add a subclass of ir_rvalue that represents an atomic operation on some ir_variable. Also define a new IR visitor method, and implement IR builder, printer and reader support for it. --- src/glsl/ir.cpp| 2 +- src/glsl/ir.h | 42 ++