summaryrefslogtreecommitdiffstats
path: root/src/glsl/ast_to_hir.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Support AST-to-IR translation of invariant keywordIan Romanick2010-07-011-14/+70
* glsl2: Don't bounds check unsize array redeclarationsIan Romanick2010-07-011-1/+1
* glsl2: Add gl_MaxTextureCoordsIan Romanick2010-07-011-8/+4
* glsl2: Default delcaration of gl_TexCoord is unsizedIan Romanick2010-07-011-1/+18
* glsl2: Change order of semaintic checks on variable declarationsIan Romanick2010-07-011-61/+61
* glsl2: Implement AST->HIR support for the "discard" instruction.Kenneth Graunke2010-06-301-1/+1
* glsl2: Fix storing of dead memory in the symbol table.Kenneth Graunke2010-06-301-2/+2
* glsl2: Use _mesa_glsl_parse_state as the talloc parent, not glsl_shader.Kenneth Graunke2010-06-301-11/+11
* glsl2: Keep the same number of components in implicit conversions.Kenneth Graunke2010-06-291-0/+6
* glsl_type: Add get_record_instance methodIan Romanick2010-06-291-2/+2
* glsl_type: Remove vector and matrix constructor generatorsIan Romanick2010-06-291-1/+0
* glsl2: Check for non-void functions that don't have a return statement.Kenneth Graunke2010-06-291-0/+10
* glsl2: Reject return types with qualifiers.Kenneth Graunke2010-06-291-1/+10
* glsl2: Check that returned expressions match the function return type.Kenneth Graunke2010-06-291-3/+11
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+2453