aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/grammar
Commit message (Expand)AuthorAgeFilesLines
* Remove grammar module -- no dependencies left.Michal Krol2009-12-128-4314/+0
* grammar: Include the correct glsl pp header.Michal Krol2009-09-231-1/+1
* grammar: Differentiate between uints and floats.Michal Krol2009-09-221-2/+4
* slang: Invoke the preprocessor from withing the slang compiler.Michal Krol2009-09-163-128/+10
* 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-072-78/+286
* grammar: Remove dead code.Michal Krol2009-09-071-63/+25
* grammar: Remove grammar_check().Michal Krol2009-09-072-13/+0
* Merge commit 'origin/master' into HEADKeith Whitwell2008-09-261-5/+5
|\
| * mesa: fix function params to match prototypesSam Hocevar2008-09-251-5/+5
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+1
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-112-42/+1
|\ \ | |/ |/|
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-1/+1
| * Remove files of unsupported build systems.José Fonseca2008-02-251-41/+0
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
* | glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-8/+0
|/
* Fix valgrind problem caused by reading text[-1].Brian2007-04-191-3/+5
* disable execute bitBrian2007-02-262-0/+0
* report error message when something failsBrian2007-01-191-2/+23
* list header files in sources files (Dan Nicholson)Brian Paul2006-11-211-0/+6
* 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
* List of source (.c) files in each directory.Brian Paul2006-10-111-0/+2
* Remove carriage returns.Michal Krol2006-05-162-84/+84
* Committing in .Jouk Jansen2005-09-231-1/+1
* Fix SPARC assembly for 64-bitIan Romanick2005-07-281-12/+12
* comment-out some unused code to silence warningsBrian Paul2005-07-011-1/+1
* Committing in .Jouk Jansen2005-06-011-0/+41
* moved from mesa/shader to mesa/shader/grammarMichal Krol2005-05-256-0/+4150
* stand-alone vertsions of grammar_mesa - used by utilities;Michal Krol2005-05-252-0/+84