remove stray tab
[mesa.git] / src / mesa / shader / slang / slang_compile.c
2007-01-13 BrianRework code related to temp register allocation, both...
2007-01-11 BrianFix a problem with inlined "return" statements. Make...
2007-01-10 Briancheckpoint: codegen for global vars w/ initializers
2007-01-10 BrianImplement vertex attribute binding.
2007-01-08 BrianCheckpoint: re-org of (global) variable allocation...
2007-01-05 BrianCheckpoint glsl compiler work: sampler uniforms now...
2007-01-04 BrianFix some incorrect GL error values. Reorganize _mesa_c...
2006-12-20 BrianClean-up and re-org of the main GLSL object types.
2006-12-19 Briannew error msg
2006-12-14 BrianUpdated #includes after splitting program.h
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...
2006-11-24 Brian Paulcall slang_variable_construct() inside slang_variable_s...
2006-11-24 Brian Paulnew slang_variable_scope_grow() function
2006-11-15 Brian Paulreindent, add some comments
2006-09-26 Michal KrolAdd GLSL preprocessor.
2006-08-21 Michal KrolMore GLSL preprocessor code:
2006-08-02 Michal KrolEnable vec4 extension for x86 back-end.
2006-05-16 Michal KrolCleanup code.
2006-03-21 Michal KrolSilencium gcc warnings.
2006-02-27 Michal KrolMore GLSL code:
2006-02-21 Michal KrolMore GLSL code:
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Brian PaulFix a few warnings:
2006-02-15 Michal KrolAdd support for forward function declarations.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...
2006-01-16 Michal Krolremove some test code;
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-06-01 Jouk Jansen Committing in .
2005-05-25 Michal Krolmore slang code
2005-05-19 Michal Krolintermediate code generator (not finished);
2005-04-22 Michal KrolAdd more error checking.
2005-04-22 Michal KrolMove some utility functions to slang_utility.c.
2005-04-18 Jouk Jansen Updates for OpenVMS : New makefiles
2005-04-15 Brian Paulremove carriage returns
2005-04-15 Michal Krolimplement info log; parse #version directive
2005-04-13 Michal Krolsimple front-end compiler