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.
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 ++