summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_vartable.c
Commit message (Expand)AuthorAgeFilesLines
* remove bogus assertionBrian2007-03-071-1/+1
* Lots of vartable clean-ups, fixes. Report an error message when we run outBrian2007-01-281-77/+121
* Clean-up of var/temp allocation function parameters.Brian2007-01-271-45/+47
* Improved register allocation: allow four 'float' vars or temporaries to share...Brian2007-01-271-40/+100
* do bounds check in _slang_push_var_table(), added commentBrian2007-01-171-1/+3
* handle var size > 4 in _slang_pop_var_table()Brian2007-01-171-3/+7
* Fix/clean-up a number of things related to variable/temporary allocation.Brian2007-01-171-4/+18
* Rework code related to temp register allocation, both for user variablesBrian2007-01-131-0/+202