mesa: move some glsl compiler functions to different files to be more consistant
[mesa.git] / src / mesa / shader / slang / slang_compile_variable.h
2008-12-12 Brian Paulmesa: move some glsl compiler functions to different...
2008-11-24 Brian Paulmesa: support for GLSL 1.20 array types
2008-11-21 Brian Paulmesa: better variable name: s/aux/store/
2008-11-07 Brian Paulmesa: add support for 'centroid' qualifier in GLSL...
2008-11-07 Brian Paulmesa: add support for 'invariant' keyword for GLSL...
2008-08-16 Brian Paulmesa: import latest GLSL code from gallium-0.1 branch
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-29 Brian Paulmesa: fix some function inlining bugs
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 Brianget rid of some unused slang_variable fields
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-16 Brianchange all enum tokens to uppercase
2007-02-02 Brianremove slang_export.c and related code
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-13 Brianslang_variable_scope now stores array of pointers to...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...
2006-11-24 Brian Paulnew slang_variable_scope_grow() function
2006-11-22 Brian Paulconst correctness
2006-11-22 Brian Paulclean-up, comments
2006-11-18 Brian Paulreindent
2006-11-15 Brian Pauls/int/GLboolean/
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-02-27 Michal KrolMore GLSL code:
2006-02-21 Michal KrolMore GLSL code:
2006-02-18 Michal KrolMore GLSL code.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...