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