summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_ir.c
Commit message (Expand)AuthorAgeFilesLines
* remove IR_BREAK_IF_FALSEBrian2007-03-281-4/+0
* Get rid of IR_CONT_IF_FALSEBrian2007-03-281-4/+0
* Get rid of IR_JUMP and related code.Brian2007-03-261-4/+0
* disable free() until other issues can be fixed...Brian2007-03-261-0/+2
* fix mistake in _slang_free_ir()Brian2007-03-241-1/+1
* Properly free the slang_ir_node->Store data (use ref counting).Brian2007-03-241-12/+45
* IR utility functionsBrian2007-03-241-0/+354