commit | 7e88f8ce8f9d72bbda248554e0630b4aca7e1154 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Mar 19 16:01:52 2012 -0700 |
committer | Eric Anholt <eric@anholt.net> | Fri Apr 13 17:01:14 2012 -0700 |
tree | b5826b0f173c1df998b0eb077392d9bad56f0ccf | |
parent | b782352745d322596a9122969f5c0e57ea032c1b [diff] |
glsl: Make a little tracking class for emitting IR lists. This lets us significantly shorten p->instructions->push_tail(ir), and will be used in a few more places. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>