summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing vec4 instructions to the interpreter.Michal Krol2006-08-301-14/+159
* replace abort with _mesa_problem()Brian Paul2006-08-291-1/+2
* Extend printMESA function to output also to shader's info log.Michal Krol2006-05-161-8/+24
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-181-567/+567
* More GLSL code:Michal Krol2006-03-141-28/+52
* More GLSL code:Michal Krol2006-02-271-4/+28
* More GLSL code:Michal Krol2006-02-211-0/+31
* More GLSL code.Michal Krol2006-02-181-0/+33
* Get it running for ARB_vertex_shader.Michal Krol2006-02-131-79/+167
* remove some test code;Michal Krol2006-01-161-47/+48
* additional wrapper updates, bug 4468Brian Paul2005-09-191-0/+14
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* disable the pointer size assertions (bug 4021)Brian Paul2005-08-101-2/+5
* fix indentationBrian Paul2005-08-101-14/+14
* change the behaviour of enter and local_addr instructionsMichal Krol2005-05-251-5/+5
* silence gcc warningsKeith Whitwell2005-05-231-0/+2
* intermediate code generator (not finished);Michal Krol2005-05-191-0/+347