summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_preprocess.c
AgeCommit message (Expand)Author
2008-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul
2008-07-29mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul
2008-04-14fix GL_ARB_texture_rectangle breakageBrian Paul
2008-04-14define #extension GL_ARB_texture_rectangleDavid Flynn
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-04-21call grammar_alloc_free() to fix memleaksBrian
2006-11-15#define LONGSTRING __extension__ in imports.h and use it to silence gccBrian Paul
2006-09-26Add GLSL preprocessor.Michal Krol
2006-08-21More GLSL preprocessor code:Michal Krol
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-02-27More GLSL code:Michal Krol
2006-02-13Get it running for ARB_vertex_shader.Michal Krol
2005-04-22Cosmetic changes.Michal Krol
2005-04-18 Updates for OpenVMS : New makefilesJouk Jansen
2005-04-15slang preprocessorMichal Krol