summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_execute.c
AgeCommit message (Expand)Author
2006-12-13Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian
2006-11-18commentsBrian Paul
2006-11-17reindent, doxygen-style commentsBrian Paul
2006-08-30Add missing vec4 instructions to the interpreter.Michal Krol
2006-08-29replace abort with _mesa_problem()Brian Paul
2006-05-16Extend printMESA function to output also to shader's info log.Michal Krol
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-03-14More GLSL code:Michal Krol
2006-02-27More GLSL code:Michal Krol
2006-02-21More GLSL code:Michal Krol
2006-02-18More GLSL code.Michal Krol
2006-02-13Get it running for ARB_vertex_shader.Michal Krol
2006-01-16remove some test code;Michal Krol
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-08-10disable the pointer size assertions (bug 4021)Brian Paul
2005-08-10fix indentationBrian Paul
2005-05-25change the behaviour of enter and local_addr instructionsMichal Krol
2005-05-23silence gcc warningsKeith Whitwell
2005-05-19intermediate code generator (not finished);Michal Krol