summaryrefslogtreecommitdiff
path: root/src/glsl/ast_to_hir.cpp
AgeCommit message (Expand)Author
2011-03-15glsl: Only allow unsized array assignment in an initializerIan Romanick
2011-03-04glsl: Process redeclarations before initializersIan Romanick
2011-03-04glsl: Refactor AST-to-HIR code handling variable initializersIan Romanick
2011-03-04glsl: Refactor AST-to-HIR code handling variable redeclarationsIan Romanick
2011-02-28glsl: Use reralloc instead of plain realloc.Kenneth Graunke
2011-02-08glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30Chad Versace
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-26glsl: Propagate depth layout qualifier from AST to IRChad Versace
2011-01-22glsl: Don't assert when the value returned by a function has no rvalueIan Romanick
2011-01-21glsl: Improve error message when read-only vars are writtenChad Versace
2011-01-21glsl: Mark 'in' variables at global scope as read-onlyChad Versace
2011-01-18glsl: Fix segfault due to missing printf argumentChad Versace
2011-01-18glsl: Fix semantic checks on precision qualifiersChad Versace
2011-01-17glsl: Add support for default precision statementsChad Versace
2011-01-17glsl: Add semantic checks for precision qualifiersChad Versace
2011-01-17glsl: Check that 'centroid in' does not occur in vertex shaderChad Versace
2011-01-17glsl: Check that interpolation quals only apply to vertex ins and fragment outsChad Versace
2011-01-17glsl: Check that interpolation qualifiers do not precede 'varying'Chad Versace
2011-01-13glsl: Emit errors or warnings when 'layout' is used with 'attribute' or 'vary...Ian Romanick
2011-01-13glsl: Allow 'in' and 'out' when 'layout' is also availableIan Romanick
2011-01-12glsl: Track variable usage, use that to enforce semanticsIan Romanick
2011-01-10glsl: Disallow 'in' and 'out' on globals in GLSL 1.20Ian Romanick
2011-01-06glsl: Support the 'invariant(all)' pragmaIan Romanick
2011-01-06glsl: Allow less restrictive uses of sampler array indexing in GLSL <= 1.20Ian Romanick
2011-01-04glsl: Check that integer vertex outputs are qualified with flatChad Versace
2011-01-04glsl: Allow redeclaration of gl_Color and its variants in GLSL 1.30Chad Versace
2011-01-01glsl: Remove unused "instructions" parameter.Kenneth Graunke
2010-12-10glsl: Inherrit type of declared variable from initializer after processing as...Ian Romanick
2010-12-10glsl: Minor clean-up in validate_assignmentIan Romanick
2010-12-08glsl: In ast_to_hir, check sampler array indexingChad Versace
2010-12-07glsl: Inherrit type of declared variable from initializerIan Romanick
2010-12-07glsl: Ensure that equality comparisons don't return a NULL IR treeIan Romanick
2010-12-06glsl: Factor out code which emits a new function into the IR stream.Kenneth Graunke
2010-12-01glsl: Mark the array access for whole-array comparisons.Eric Anholt
2010-11-30glsl: Quiet unreachable no-return-from-function warning.Eric Anholt
2010-11-30glsl: Fix structure and array comparisions.Eric Anholt
2010-11-29glsl: Make the symbol table's add_variable just use the variable's name.Eric Anholt
2010-11-29glsl: Make the symbol table's add_function just use the function's name.Eric Anholt
2010-11-17glsl: Fix erroneous cast in ast_jump_statement::hir()Chad Versace
2010-10-25glsl: Fix ast-to-hir for ARB_fragment_coord_conventionsChad Versace
2010-10-20glsl: Remove useless ir_shader enumeration value.Kenneth Graunke
2010-10-20glsl: Add assert for unhandled ir_shader case.Vinson Lee
2010-10-19glsl: Implement ast-to-hir for bit-logic opsChad Versace
2010-10-19glsl: Define bit_logic_result_type() in ast_to_hir.cppChad Versace
2010-10-19glsl: Implement ast-to-hir for bit-shift-assignmentChad Versace
2010-10-19glsl: Define shift_result_type() in ast_to_hir.cppChad Versace
2010-10-18glsl: Don't return NULL IR for erroneous bit-shift operators.Kenneth Graunke
2010-10-15glsl: Implement ast-to-hir for binary shifts in GLSL 1.30Chad Versace
2010-10-08glsl: Add linker support for explicit attribute locationsIan Romanick
2010-10-08glsl: Track explicit location in AST to IR translationIan Romanick