summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2010-09-01glsl: Apply implicit conversions to structure constructor parameters.Kenneth Graunke
2010-09-01glsl: Convert constant record constructor parameters to ir_constants.Kenneth Graunke
2010-09-01glsl: Reject structure constructors that have too many arguments.Kenneth Graunke
2010-09-01glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick
2010-09-01glsl2: Remove unused method glsl_type::generate_constructorIan Romanick
2010-09-01glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick
2010-09-01glsl2: Don't generate constructor functions for structuresIan Romanick
2010-09-01glsl2: Emit structure constructors inlineIan Romanick
2010-09-01glsl: Fix write mask in matrix-from-matrix constructors.Kenneth Graunke
2010-09-01glsl: Add proper handling for constant matrix-from-matrix constructors.Kenneth Graunke
2010-09-01glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.Kenneth Graunke
2010-09-01ast_function: Fix check for "too few components".Kenneth Graunke
2010-09-01ast_function: Remove bogus cases from generate_constructor_matrix.Kenneth Graunke
2010-09-01glsl: Add forgotten implementations of equal/notEqual on bvecs.Kenneth Graunke
2010-09-01glsl2: Perform algebraic simplifications on logical binary operatorsIan Romanick
2010-09-01glsl2: Allow ir_constant::zero to create boolean constantsIan Romanick
2010-09-01glsl2: Disallow function declarations within function definitions in GLSL 1.20Ian Romanick
2010-08-31glsl2: fix bug in atan(y, x) functionBrian Paul
2010-08-31glsl2: Write vector constructor constants in a single assignmentIan Romanick
2010-08-31ast_to_hir: Add support for bit-wise operators (but not shifts).Kenneth Graunke
2010-08-30linker: Require an exact matching signature when looking for prototypes.Kenneth Graunke
2010-08-30linker: Handle varying arrays, matrices, and arrays of matricesIan Romanick
2010-08-30glsl: Clear the static values of builtin function profiles at release.Eric Anholt
2010-08-30glsl2: Commit generated files changed by previous commitIan Romanick
2010-08-30glsl2: Parse #pragma linesIan Romanick
2010-08-30glsl: Silence unused variable warning.José Fonseca
2010-08-29linker: Treat sized and unsized array types as the sameIan Romanick
2010-08-29glsl: Initialize data in ast_function_expression::hir.Vinson Lee
2010-08-29glsl: Completely initialize value member in ir_constant constructor.Vinson Lee
2010-08-29glsl: Initialize variable in ir_swizzle::constant_expression_value.Vinson Lee
2010-08-29glsl: Initialize data in read_constant.Vinson Lee
2010-08-28glsl: Initialize the rest of values of ir_constant::value.Vinson Lee
2010-08-27glsl2: Decompose matrix comparison into vector operationsIan Romanick
2010-08-27glsl: Rename a couple of common variable names in mat_op_to_vec.Eric Anholt
2010-08-27glsl: Make mat_op_to_vec allocate out of the IR's parent.Eric Anholt
2010-08-27glsl: Regenerate for double destroy fix.Eric Anholt
2010-08-27glsl: Protect against double compiler-destroy.Eric Anholt
2010-08-27glsl2: restructure header file for C++ and C inclusionBrian Paul
2010-08-27glsl2: remove 'extern' keyword in .c fileBrian Paul
2010-08-26glsl: Add a quick hack to constant folding to reduce duplicated work.Eric Anholt
2010-08-26scons: Add glsl_symbol_table.cppJosé Fonseca
2010-08-26glsl2: Remove a couple FINISHME comments that have already been resolvedIan Romanick
2010-08-26glsl: Move built-ins to live beyond the global scope.Kenneth Graunke
2010-08-26glsl: Move is_built_in flag from ir_function_signature to ir_function.Kenneth Graunke
2010-08-26glsl: Refactor variable declaration handling.Kenneth Graunke
2010-08-26glsl: Don't add overloads to existing structure constructors.Kenneth Graunke
2010-08-26glsl: Remove name_declared_this_scope check when adding functions.Kenneth Graunke
2010-08-26glsl: Use a single shared namespace in the symbol table.Kenneth Graunke
2010-08-26glsl2: Move ir_expression_flattening to using the rvalue visitor class.Eric Anholt
2010-08-25glsl: Don't consider things with a type containing a sampler as an lvalue.Eric Anholt