glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_constructors
[mesa.git] / src / glsl / ast_to_hir.cpp
2010-09-02 Ian Romanickglsl2: Remove unnecessary glsl_symbol_table::get_functi...
2010-09-02 Ian Romanickglsl2: Don't generate constructor functions for structures
2010-09-01 Ian Romanickglsl2: Disallow function declarations within function...
2010-08-31 Kenneth Graunkeast_to_hir: Add support for bit-wise operators (but...
2010-08-26 Ian Romanickglsl2: Remove a couple FINISHME comments that have...
2010-08-26 Kenneth Graunkeglsl: Move built-ins to live beyond the global scope.
2010-08-26 Kenneth Graunkeglsl: Refactor variable declaration handling.
2010-08-26 Kenneth Graunkeglsl: Don't add overloads to existing structure constru...
2010-08-26 Kenneth Graunkeglsl: Remove name_declared_this_scope check when adding...
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.
2010-08-25 Aras Pranckeviciusglsl: fix crash with variable indexing into array in...
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-23 Eric Anholtglsl: When unable to assign the initializer for a const...
2010-08-23 Eric Anholtglsl: Cleanly fail when a function has an unknown retur...
2010-08-23 Eric Anholtglsl: Trim the size of uniform arrays to the maximum...
2010-08-21 Vinson Leeglsl: Silence unused variable warning.
2010-08-21 Kenneth Graunkeglsl: Handle array declarations in function parameters.
2010-08-20 Kenneth Graunkeast_to_hir: Reject function names that start with ...
2010-08-20 Kenneth Graunkeast_to_hir: Fix crash when a function shadows a variable.
2010-08-18 Kenneth Graunkeglsl: Fix scoping bug in if statements.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Remove unnecessary use of 'struct' before type...
2010-08-11 Ian Romanickglsl2: Don't declare a variable called sig that shadows...
2010-08-05 Eric Anholtglsl2: Insert global declarations at the top of the...
2010-08-05 Eric Anholtglsl2: Remove the shader_in/shader_out tracking separat...
2010-08-04 Ian Romanickglsl2: Don't try to construct an ir_assignment with...
2010-08-04 Eric Anholtglsl2: Make the clone() method take a talloc context.
2010-07-31 Aras Pranckeviciusglsl2: Fix stack smash when ternary selection is used.
2010-07-29 Eric Anholtglsl2: Fix spelling of "initializer."
2010-07-28 Eric Anholtglsl2: Add support for redeclaring layout of gl_FragCoo...
2010-07-28 Ian Romanickglsl2: Perform some semantic checking of ARB_fcc layout...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholtglsl2: Put side effects of the RHS of logic_or in the...
2010-07-22 Eric Anholtglsl2: When setting the size of an unsized array, set...
2010-07-22 Carl Worthglsl2: Fix expected type for multiplying vector with...
2010-07-22 Eric Anholtglsl2: When a "continue" happens in a "for" loop, run...
2010-07-21 Kenneth Graunkeast_to_hir: Fix bug in constant initializers.
2010-07-21 Carl Worthglsl: Correctly handle unary plus operator.
2010-07-21 Ian Romanickglsl2: glsl_type has its own talloc context, don't...
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-21 Eric Anholtglsl2: talloc the glsl_struct_field[] we use to look...
2010-07-21 Kenneth Graunkeglsl2: Disallow non-constant array indexing for unsized...
2010-07-12 Ian Romanickglsl2: Move temp declaration to correct side of if...
2010-07-12 Ian Romanickglsl2: Add declarations for temporaries to instruction...
2010-07-08 Kenneth Graunkeglsl2: Remove generate_temporary and global temporary...
2010-07-07 Eric Anholtglsl2: Actually add the declaration of _post_incdec_temp.
2010-07-07 Ian Romanickglsl2: Put the initializer in the instruction stream...
2010-07-07 Ian RomanickRevert "glsl2: Put the declaration in the instruction...
2010-07-07 Eric Anholtglsl2: Put the declaration in the instruction stream...
2010-07-07 Ian Romanickglsl2: Clone methods return the type of the thing being...
2010-07-02 Ian Romanickglsl2: Support AST-to-IR translation of invariant keyword
2010-07-01 Ian Romanickglsl2: Don't bounds check unsize array redeclarations
2010-07-01 Ian Romanickglsl2: Add gl_MaxTextureCoords
2010-07-01 Ian Romanickglsl2: Default delcaration of gl_TexCoord is unsized
2010-07-01 Ian Romanickglsl2: Change order of semaintic checks on variable...
2010-06-30 Kenneth Graunkeglsl2: Implement AST->HIR support for the "discard...
2010-06-30 Kenneth Graunkeglsl2: Fix storing of dead memory in the symbol table.
2010-06-30 Kenneth Graunkeglsl2: Use _mesa_glsl_parse_state as the talloc parent...
2010-06-29 Kenneth Graunkeglsl2: Keep the same number of components in implicit...
2010-06-29 Ian Romanickglsl_type: Add get_record_instance method
2010-06-29 Ian Romanickglsl_type: Remove vector and matrix constructor generators
2010-06-29 Kenneth Graunkeglsl2: Check for non-void functions that don't have...
2010-06-29 Kenneth Graunkeglsl2: Reject return types with qualifiers.
2010-06-29 Kenneth Graunkeglsl2: Check that returned expressions match the functi...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...