mesa: Prefix main includes with dir to avoid conflicts.
[mesa.git] / src / mesa / shader / slang / slang_compile.h
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2007-04-10 Brianplug in GLSL 1.20 unit
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-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianOverhaul of error handling.
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 unused field
2007-02-02 Brianrename slang_assemble_typeinfo.[ch] to slang_typeinfo...
2007-02-02 Brianremove more slang assembly-related code
2007-02-02 Brianremove more assembly-related code
2007-02-02 Brianremove slang_export.c and related code
2007-02-02 BrianRemove all dependencies on the old slang interpreter...
2007-02-01 Briandisable all x86 code, broken and will eventually be...
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 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...
2006-08-02 Michal KrolEnable vec4 extension for x86 back-end.
2006-05-16 Michal KrolCleanup code.
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-13 Michal KrolGet it running for ARB_vertex_shader.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...
2005-05-19 Michal Krolintermediate code generator (not finished);
2005-04-22 Michal KrolAdd more error checking.
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