commit | 0744805d5879abd1d1d968ec6ed99c974c95add6 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Wed Feb 04 17:32:07 2009 -0700 |
committer | Brian Paul <brianp@vmware.com> | Wed Feb 04 17:32:07 2009 -0700 |
tree | a30a3917d04bf08b29751eadac4d590459a40ab4 | |
parent | 1ca05a066b8d8cb8a99da88743a48f7d97f695fe [diff] |
glsl: replace assertion with conditional in _slang_pop_var_table() We were hitting the assertion when we ran out of registers, which can happen. Also, add some additional assertions and freshen up some comments.