aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_compile.c
Commit message (Expand)AuthorAgeFilesLines
* call slang_variable_construct() inside slang_variable_scope_grow()Brian Paul2006-11-241-6/+0
* new slang_variable_scope_grow() functionBrian Paul2006-11-241-32/+14
* reindent, add some commentsBrian Paul2006-11-151-1545/+1625
* Add GLSL preprocessor.Michal Krol2006-09-261-12/+22
* More GLSL preprocessor code:Michal Krol2006-08-211-0/+5
* Enable vec4 extension for x86 back-end.Michal Krol2006-08-021-31/+46
* Cleanup code.Michal Krol2006-05-161-262/+176
* Silencium gcc warnings.Michal Krol2006-03-211-122/+117
* More GLSL code:Michal Krol2006-02-271-32/+38
* More GLSL code:Michal Krol2006-02-211-119/+127
* More GLSL code.Michal Krol2006-02-181-707/+706
* Fix a few warnings:Brian Paul2006-02-151-6/+8
* Add support for forward function declarations.Michal Krol2006-02-151-38/+43
* Get it running for ARB_vertex_shader.Michal Krol2006-02-131-373/+585
* Split slang_compile.c into several smaller files - it was just too big.Michal Krol2006-01-301-829/+401
* remove some test code;Michal Krol2006-01-161-120/+99
* additional wrapper updates, bug 4468Brian Paul2005-09-191-7/+8
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-2/+2
* Committing in .Jouk Jansen2005-06-011-10/+10
* more slang codeMichal Krol2005-05-251-13/+17
* intermediate code generator (not finished);Michal Krol2005-05-191-69/+269
* Add more error checking.Michal Krol2005-04-221-110/+278
* Move some utility functions to slang_utility.c.Michal Krol2005-04-221-41/+2
* Updates for OpenVMS : New makefilesJouk Jansen2005-04-181-2/+2
* remove carriage returnsBrian Paul2005-04-151-2036/+2036
* implement info log; parse #version directiveMichal Krol2005-04-151-174/+384
* simple front-end compilerMichal Krol2005-04-131-0/+1826