summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_compile.c
AgeCommit message (Expand)Author
2007-01-13Rework code related to temp register allocation, both for user variablesBrian
2007-01-11Fix a problem with inlined "return" statements. Make some attempt to free te...Brian
2007-01-10checkpoint: codegen for global vars w/ initializersBrian
2007-01-09Implement vertex attribute binding.Brian
2007-01-08Checkpoint: re-org of (global) variable allocation code. More to come...Brian
2007-01-05Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...Brian
2007-01-04Fix some incorrect GL error values. Reorganize _mesa_compile_shader() code.Brian
2006-12-19Clean-up and re-org of the main GLSL object types.Brian
2006-12-19new error msgBrian
2006-12-14Updated #includes after splitting program.hBrian
2006-12-13Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian
2006-11-24call slang_variable_construct() inside slang_variable_scope_grow()Brian Paul
2006-11-24new slang_variable_scope_grow() functionBrian Paul
2006-11-15reindent, add some commentsBrian Paul
2006-09-26Add GLSL preprocessor.Michal Krol
2006-08-21More GLSL preprocessor code:Michal Krol
2006-08-02Enable vec4 extension for x86 back-end.Michal Krol
2006-05-16Cleanup code.Michal Krol
2006-03-21Silencium gcc warnings.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-15Fix a few warnings:Brian Paul
2006-02-15Add support for forward function declarations.Michal Krol
2006-02-13Get it running for ARB_vertex_shader.Michal Krol
2006-01-30Split slang_compile.c into several smaller files - it was just too big.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-06-01 Committing in .Jouk Jansen
2005-05-25more slang codeMichal Krol
2005-05-19intermediate code generator (not finished);Michal Krol
2005-04-22Add more error checking.Michal Krol
2005-04-22Move some utility functions to slang_utility.c.Michal Krol
2005-04-18 Updates for OpenVMS : New makefilesJouk Jansen
2005-04-15remove carriage returnsBrian Paul
2005-04-15implement info log; parse #version directiveMichal Krol
2005-04-13simple front-end compilerMichal Krol