summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_link2.c
Commit message (Expand)AuthorAgeFilesLines
* use cast wrappers for sanity checkingBrian2006-12-201-6/+23
* Clean-up and re-org of the main GLSL object types.Brian2006-12-191-40/+40
* additional error checkingBrian2006-12-191-0/+7
* Implement if-conditionals and while loops, added temporary resolve-branches f...Brian2006-12-181-0/+44
* Use _mesa_free_linked_program_data()Brian2006-12-181-40/+6
* Lots of assorted changes.Brian2006-12-151-14/+14
* more debug outputBrian2006-12-151-2/+11
* include prog_print.hBrian2006-12-141-0/+1
* Updated #includes after splitting program.hBrian2006-12-141-2/+3
* The new linker actually does a few things right now:Brian2006-12-141-140/+261
* Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian2006-12-131-0/+226