summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/grammar/grammar.c
Commit message (Expand)AuthorAgeFilesLines
* Remove grammar module -- no dependencies left.Michal Krol2009-12-121-3229/+0
* grammar: Differentiate between uints and floats.Michal Krol2009-09-221-2/+4
* slang: Invoke the preprocessor from withing the slang compiler.Michal Krol2009-09-161-122/+3
* grammar: Adapt to pp interface change.Michal Krol2009-09-141-1/+4
* slang: Correctly handle end of tokens marker.Michal Krol2009-09-081-0/+2
* grammar: Fix token stripping.Michal Krol2009-09-081-0/+4
* grammar: Adapt grammar to the glsl preprocessor.Michal Krol2009-09-071-78/+280
* grammar: Remove dead code.Michal Krol2009-09-071-63/+25
* grammar: Remove grammar_check().Michal Krol2009-09-071-5/+0
* Fix valgrind problem caused by reading text[-1].Brian2007-04-191-3/+5
* report error message when something failsBrian2007-01-191-2/+23
* Fix nonportable pointer+unsigned arithmetic. Use pointer+int.Michal Krol2006-10-191-25/+28
* new assertions - one of which is currently failing with arbfslight.cBrian Paul2006-10-171-0/+4
* Fix SPARC assembly for 64-bitIan Romanick2005-07-281-12/+12
* comment-out some unused code to silence warningsBrian Paul2005-07-011-1/+1
* moved from mesa/shader to mesa/shader/grammarMichal Krol2005-05-251-0/+3148