summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-22glsl2: Add the API defines to the glsl2 build so we get the right GLcontextEric Anholt
2010-07-22glsl2: Fix builtin prototypes defined in multiple glsl/builtins/* filesEric Anholt
2010-07-22glsl2: Fix expected type for multiplying vector with non-square matrix.Carl Worth
2010-07-22glsl2: Fix the type of (1.0 - arg2) for mix(gen, gen, float).Eric Anholt
2010-07-22glsl2: When inlining, don't clone and assign sampler arguments.Eric Anholt
2010-07-22glsl2: When a "continue" happens in a "for" loop, run the loop expression.Eric Anholt
2010-07-22ir_to_mesa: Pretty up the printing of MESA_GLSL=dumpEric Anholt
2010-07-22mesa: Only complain about an infinite loop in a swrast program once.Eric Anholt
2010-07-22ir_to_mesa: Add support for MESA_GLSL=dump environment var.Eric Anholt
2010-07-21glsl2: Use talloc on InfoLog handling in ValidateProgramEric Anholt
2010-07-21glsl2: Update TODO.Kenneth Graunke
2010-07-21ir_constant_expression: Add support for array == and !=.Kenneth Graunke
2010-07-21ir_constant_expression: Add support for constant arrays.Kenneth Graunke
2010-07-21ir_reader: Add support for reading constant arrays.Kenneth Graunke
2010-07-21ir_print_visitor: Print out constant arrays.Kenneth Graunke
2010-07-21ir_print_visitor: Remove commas between ir_constant's components.Kenneth Graunke
2010-07-21glsl2: Extend ir_constant to store constant arrays, and generate them.Kenneth Graunke
2010-07-21glsl2: Emit array constructors inline.Kenneth Graunke
2010-07-21ast_to_hir: Fix bug in constant initializers.Kenneth Graunke
2010-07-21ir_constant_expression: Add support for ir_unop_u2f.Kenneth Graunke
2010-07-21ir_constant_expression: Remove open coded equality comparisons.Kenneth Graunke
2010-07-21glsl2: Add some comments.Kenneth Graunke
2010-07-21glsl2: Replace insert_before/remove pairs with exec_node::replace_with.Kenneth Graunke
2010-07-21linker: Link built-in functions instead of including them in every shaderIan Romanick
2010-07-21glsl2: Add function to import function prototypes from one IR tree to anotherIan Romanick
2010-07-21ir_to_mesa: Add missing initializion of lod_info variable.Carl Worth
2010-07-21glsl: Fix missing initialization of yylloc.sourceCarl Worth
2010-07-21glsl: Correctly handle unary plus operator.Carl Worth
2010-07-20glsl2: glsl_type has its own talloc context, don't pass one inIan Romanick
2010-07-20linker: Do post-link lowering and optimizationIan Romanick
2010-07-20glsl2: Implement utility routine to talloc reparent an IR treeIan Romanick
2010-07-20glsl2: Add a constructor for _mesa_glsl_parse_stateIan Romanick
2010-07-20glsl2: Add and use new variable mode ir_var_temporaryIan Romanick
2010-07-20ir_to_mesa: Validate the linked shaders as well.Eric Anholt
2010-07-20glsl2: Check that nodes in a valid tree aren't error-type.Eric Anholt
2010-07-20glsl2: strdup the field names used in dereference_record.Eric Anholt
2010-07-20glsl2: talloc the glsl_struct_field[] we use to look up structure types.Eric Anholt
2010-07-20glsl2: Don't claim a match on structure types with different field names.Eric Anholt
2010-07-20glsl2: Add support for the .length() method on arrays.Kenneth Graunke
2010-07-20glsl2: Remove incorrect assertion in the parser.Kenneth Graunke
2010-07-20glsl2: Disallow non-constant array indexing for unsized arrays.Kenneth Graunke
2010-07-20ir_constant_expression: Remove pointless use of variable_referenced.Kenneth Graunke
2010-07-20ir_constant_expression: Use "this" pointer directly.Kenneth Graunke
2010-07-20ir_constant_expression: Convert from a visitor to a virtual function.Kenneth Graunke
2010-07-20glsl2: Move constant_expression_value method to ir_rvalue.Kenneth Graunke
2010-07-20glcpp: Avoid accidental token pasting in preprocessed result.Carl Worth
2010-07-20glcpp: Add missing include in xtalloc.cCarl Worth
2010-07-20glcpp: Add static keyword to several functions in the parser.Carl Worth
2010-07-20glcpp: Avoid warnings in generated flex code.Carl Worth
2010-07-20glcpp-lex: Declare some generated functions to eliminate compiler warnings.Carl Worth