summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_link2.c
AgeCommit message (Expand)Author
2006-12-20Uniform matrix support.Brian
2006-12-20use cast wrappers for sanity checkingBrian
2006-12-19Clean-up and re-org of the main GLSL object types.Brian
2006-12-19additional error checkingBrian
2006-12-18Implement if-conditionals and while loops, added temporary resolve-branches f...Brian
2006-12-18Use _mesa_free_linked_program_data()Brian
2006-12-15Lots of assorted changes.Brian
2006-12-15more debug outputBrian
2006-12-14include prog_print.hBrian
2006-12-14Updated #includes after splitting program.hBrian
2006-12-14The new linker actually does a few things right now:Brian
2006-12-13Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian