summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_preprocess.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-1/+1
* mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul2008-07-161-0/+27
* fix GL_ARB_texture_rectangle breakageBrian Paul2008-04-141-3/+3
* mesa: define #extension GL_ARB_texture_rectangleDavid Flynn2008-04-141-0/+4
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-1/+1
* call grammar_alloc_free() to fix memleaksBrian2007-04-211-0/+2
* #define LONGSTRING __extension__ in imports.h and use it to silence gccBrian Paul2006-11-151-4/+4
* Add GLSL preprocessor.Michal Krol2006-09-261-2/+1096
* More GLSL preprocessor code:Michal Krol2006-08-211-42/+33
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-181-86/+86
* More GLSL code:Michal Krol2006-02-271-2/+0
* Get it running for ARB_vertex_shader.Michal Krol2006-02-131-2/+3
* Cosmetic changes.Michal Krol2005-04-221-5/+11
* Updates for OpenVMS : New makefilesJouk Jansen2005-04-181-2/+2
* slang preprocessorMichal Krol2005-04-151-0/+81