summaryrefslogtreecommitdiffstats
path: root/glsl_parser.ypp
Commit message (Expand)AuthorAgeFilesLines
* Only initialize types after #extension directives have been processed.Kenneth Graunke2010-06-091-9/+7
* Only allow global precision qualifier for int and floatIan Romanick2010-06-071-0/+7
* Fix parsing of precision qualifiersIan Romanick2010-06-071-7/+45
* Generate an error on empty declaration listsIan Romanick2010-06-071-2/+7
* Convert ast_node use of simple_node to exec_list and exec_nodeIan Romanick2010-05-101-50/+32
* Store AST function call parameters in expressionsIan Romanick2010-05-101-3/+8
* Use IDENTIFIER instead of TYPE_NAME for structure namesIan Romanick2010-04-281-2/+2
* Begin processing #extension directiveIan Romanick2010-04-071-2/+16
* Set source locations on AST nodes so error messages print locations.Kenneth Graunke2010-03-311-0/+93
* Add parser support for texture rectangle typesIan Romanick2010-03-291-0/+2
* Don't track new type names during pass-1 parsingIan Romanick2010-03-191-3/+0
* Add new constructors for ast_type_specifierIan Romanick2010-03-151-4/+2
* Change type of function_identifier to silence bison warningIan Romanick2010-03-111-1/+1
* Add parameters to function declarations in the correct orderIan Romanick2010-03-111-2/+2
* Differentiate in ast_function_expression between constructors and func. callsIan Romanick2010-03-101-6/+5
* Make ast_function_expression subclass of ast_expressionIan Romanick2010-03-101-3/+1
* Simplified constructor for identifier expressionsIan Romanick2010-03-101-10/+2
* autoconf for the ...Ian Romanick2010-02-251-0/+1229