Age | Commit message (Expand) | Author |
2010-09-01 | glsl: Fix write mask in matrix-from-matrix constructors. | Kenneth Graunke |
2010-09-01 | glsl: Add proper handling for constant matrix-from-matrix constructors. | Kenneth Graunke |
2010-09-01 | glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor. | Kenneth Graunke |
2010-09-01 | ast_function: Fix check for "too few components". | Kenneth Graunke |
2010-09-01 | ast_function: Remove bogus cases from generate_constructor_matrix. | Kenneth Graunke |
2010-09-01 | glsl: Add forgotten implementations of equal/notEqual on bvecs. | Kenneth Graunke |
2010-09-01 | glsl2: Perform algebraic simplifications on logical binary operators | Ian Romanick |
2010-09-01 | glsl2: Allow ir_constant::zero to create boolean constants | Ian Romanick |
2010-09-01 | glsl2: Disallow function declarations within function definitions in GLSL 1.20 | Ian Romanick |
2010-08-31 | glsl2: fix bug in atan(y, x) function | Brian Paul |
2010-08-31 | glsl2: Write vector constructor constants in a single assignment | Ian Romanick |
2010-08-31 | ast_to_hir: Add support for bit-wise operators (but not shifts). | Kenneth Graunke |
2010-08-30 | linker: Require an exact matching signature when looking for prototypes. | Kenneth Graunke |
2010-08-30 | linker: Handle varying arrays, matrices, and arrays of matrices | Ian Romanick |
2010-08-30 | glsl: Clear the static values of builtin function profiles at release. | Eric Anholt |
2010-08-30 | glsl2: Commit generated files changed by previous commit | Ian Romanick |
2010-08-30 | glsl2: Parse #pragma lines | Ian Romanick |
2010-08-30 | glsl: Silence unused variable warning. | José Fonseca |
2010-08-29 | linker: Treat sized and unsized array types as the same | Ian Romanick |
2010-08-29 | glsl: Initialize data in ast_function_expression::hir. | Vinson Lee |
2010-08-29 | glsl: Completely initialize value member in ir_constant constructor. | Vinson Lee |
2010-08-29 | glsl: Initialize variable in ir_swizzle::constant_expression_value. | Vinson Lee |
2010-08-29 | glsl: Initialize data in read_constant. | Vinson Lee |
2010-08-28 | glsl: Initialize the rest of values of ir_constant::value. | Vinson Lee |
2010-08-27 | glsl2: Decompose matrix comparison into vector operations | Ian Romanick |
2010-08-27 | glsl: Rename a couple of common variable names in mat_op_to_vec. | Eric Anholt |
2010-08-27 | glsl: Make mat_op_to_vec allocate out of the IR's parent. | Eric Anholt |
2010-08-27 | glsl: Regenerate for double destroy fix. | Eric Anholt |
2010-08-27 | glsl: Protect against double compiler-destroy. | Eric Anholt |
2010-08-27 | glsl2: restructure header file for C++ and C inclusion | Brian Paul |
2010-08-27 | glsl2: remove 'extern' keyword in .c file | Brian Paul |
2010-08-26 | glsl: Add a quick hack to constant folding to reduce duplicated work. | Eric Anholt |
2010-08-26 | scons: Add glsl_symbol_table.cpp | José Fonseca |
2010-08-26 | glsl2: Remove a couple FINISHME comments that have already been resolved | Ian Romanick |
2010-08-26 | glsl: Move built-ins to live beyond the global scope. | Kenneth Graunke |
2010-08-26 | glsl: Move is_built_in flag from ir_function_signature to ir_function. | Kenneth Graunke |
2010-08-26 | glsl: Refactor variable declaration handling. | Kenneth Graunke |
2010-08-26 | glsl: Don't add overloads to existing structure constructors. | Kenneth Graunke |
2010-08-26 | glsl: Remove name_declared_this_scope check when adding functions. | Kenneth Graunke |
2010-08-26 | glsl: Use a single shared namespace in the symbol table. | Kenneth Graunke |
2010-08-26 | glsl2: Move ir_expression_flattening to using the rvalue visitor class. | Eric Anholt |
2010-08-25 | glsl: Don't consider things with a type containing a sampler as an lvalue. | Eric Anholt |
2010-08-25 | glsl: fix crash with variable indexing into array in a struct | Aras Pranckevicius |
2010-08-25 | ir_to_mesa: Convert this code to using linker.cpp's uniform locations. | Eric Anholt |
2010-08-25 | glsl: Make uniform linking generate separate uniforms for struct members. | Eric Anholt |
2010-08-25 | glsl/mesa: fixes for MSVC | Aras Pranckevicius |
2010-08-24 | glsl: Don't dead-code eliminate a uniform initializer. | Eric Anholt |
2010-08-24 | glsl2: rename local variable_entry class | Brian Paul |
2010-08-24 | glsl2: move constructor into .cpp file to work around compiler bug | Brian Paul |
2010-08-24 | glsl: Add assert to check variable_entry referenced_count after construction. | Vinson Lee |