mesa: Prefix main includes with dir to avoid conflicts.
[mesa.git] / src / mesa / shader / slang / slang_print.c
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-16 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-15 Brian Paulmesa: improved printing
2008-07-15 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-08 Brian Paulmesa: more debug output
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2007-04-08 Briansupport for GLSL 1.20 non-square matrices
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-03-26 BrianGet rid of SLANG_OPER_GOTO, start rewrite of 'return...
2007-03-26 Brianremove debug abort() calls
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-13 Brianimprove literal printing
2007-03-12 BrianImplement GL_ARB_texture_rectangle support
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Brians/equal/EQUAL/, fix bugs in logical or/and code.
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_asm_string()
2007-02-02 Brianremove more assembly-related code
2007-01-13 BrianRework code related to temp register allocation, both...
2007-01-11 Briantweak output
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...