summaryrefslogtreecommitdiff
path: root/src/glsl/ast_to_hir.cpp
AgeCommit message (Expand)Author
2010-07-20glsl2: talloc the glsl_struct_field[] we use to look up structure types.Eric Anholt
2010-07-20glsl2: Disallow non-constant array indexing for unsized arrays.Kenneth Graunke
2010-07-12glsl2: Move temp declaration to correct side of if-statement in IRIan Romanick
2010-07-12glsl2: Add declarations for temporaries to instruction streamIan Romanick
2010-07-08glsl2: Remove generate_temporary and global temporary counter.Kenneth Graunke
2010-07-07glsl2: Actually add the declaration of _post_incdec_temp.Eric Anholt
2010-07-07glsl2: Put the initializer in the instruction stream after the declarationIan Romanick
2010-07-07Revert "glsl2: Put the declaration in the instruction stream before its initi...Ian Romanick
2010-07-06glsl2: Put the declaration in the instruction stream before its initializer.Eric Anholt
2010-07-06glsl2: Clone methods return the type of the thing being clonedIan Romanick
2010-07-01glsl2: Support AST-to-IR translation of invariant keywordIan Romanick
2010-07-01glsl2: Don't bounds check unsize array redeclarationsIan Romanick
2010-07-01glsl2: Add gl_MaxTextureCoordsIan Romanick
2010-07-01glsl2: Default delcaration of gl_TexCoord is unsizedIan Romanick
2010-07-01glsl2: Change order of semaintic checks on variable declarationsIan Romanick
2010-06-30glsl2: Implement AST->HIR support for the "discard" instruction.Kenneth Graunke
2010-06-30glsl2: Fix storing of dead memory in the symbol table.Kenneth Graunke
2010-06-30glsl2: Use _mesa_glsl_parse_state as the talloc parent, not glsl_shader.Kenneth Graunke
2010-06-29glsl2: Keep the same number of components in implicit conversions.Kenneth Graunke
2010-06-29glsl_type: Add get_record_instance methodIan Romanick
2010-06-29glsl_type: Remove vector and matrix constructor generatorsIan Romanick
2010-06-29glsl2: Check for non-void functions that don't have a return statement.Kenneth Graunke
2010-06-29glsl2: Reject return types with qualifiers.Kenneth Graunke
2010-06-29glsl2: Check that returned expressions match the function return type.Kenneth Graunke
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt