Files
mesa/src
Kenneth Graunke dfd30ca6a9 glsl2: Remove generate_temporary and global temporary counter.
Most places in the code simply use a static name, which works because
names are never used to look up an ir_variable.  generate_temporary is
simply unnecessary (and looks like it would leak memory, and isn't
thread safe...)
2010-07-08 15:44:19 -07:00
..
2010-06-17 16:30:26 +08:00
2010-03-12 08:55:05 -07:00