projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2010-08-11
Carl Worth
glcpp: Fix expected result for the 064-version.c test.
commit
|
commitdiff
|
tree
2010-08-10
Carl Worth
glcpp: Regnerate glcpp-parse.c and glcpp-parse.h
commit
|
commitdiff
|
tree
2010-08-10
Carl Worth
glcpp: Initialize location structure at beginning of...
commit
|
commitdiff
|
tree
2010-08-10
Carl Worth
glsl2: Regenerate glsl_parser.cpp and glsl_parser.h
commit
|
commitdiff
|
tree
2010-08-10
Carl Worth
glsl2: Initialize location structure at beginning of...
commit
|
commitdiff
|
tree
2010-08-10
Eric Anholt
glsl2: Make ir_algebraic reassociate add/mul operands...
commit
|
commitdiff
|
tree
2010-08-10
Eric Anholt
glsl2: Add a pass to transform ir_binop_sub to add...
commit
|
commitdiff
|
tree
2010-08-10
Eric Anholt
glsl2: Add constant propagation.
commit
|
commitdiff
|
tree
2010-08-10
Eric Anholt
i965: More s/stderr/stdout/ for program debug.
commit
|
commitdiff
|
tree
2010-08-10
Eric Anholt
glsl2: Teach copy propagation about "if" and "loop...
commit
|
commitdiff
|
tree
2010-08-09
Kenneth Graunke
glsl2: Refresh autogenerated file builtin_function...
commit
|
commitdiff
|
tree
2010-08-09
Kenneth Graunke
texture_builtins.py: Fix cut and paste errors in functi...
commit
|
commitdiff
|
tree
2010-08-09
Kenneth Graunke
glsl2: Use gl_DepthRange's proper name.
commit
|
commitdiff
|
tree
2010-08-09
Ian Romanick
ir_algebraic: Support other comparisons in ir_unop_logi...
commit
|
commitdiff
|
tree
2010-08-09
Ian Romanick
ir_algebraic: Convert ir_unop_logic_not handler to...
commit
|
commitdiff
|
tree
2010-08-09
Aras Pranckevicius
glsl2: do not use __retval name; two underscores is...
commit
|
commitdiff
|
tree
2010-08-09
Aras Pranckevicius
glsl: fix missing return in ir_structure_splitting
commit
|
commitdiff
|
tree
2010-08-09
Eric Anholt
glsl2: Handle plain variable copies in struct splitting.
commit
|
commitdiff
|
tree
2010-08-07
Kenneth Graunke
glsl2: Add the 1.30 reserved keywords.
commit
|
commitdiff
|
tree
2010-08-06
Aras Pranckevicius
ir_function_inlining: Fix missing iter.next() in inlini...
commit
|
commitdiff
|
tree
2010-08-06
Aras Pranckevicius
copy_propagation: do propagation into non-out call...
commit
|
commitdiff
|
tree
2010-08-06
Eric Anholt
glsl2: Move gl_program->InputsRead/OutputsWritten setti...
commit
|
commitdiff
|
tree
2010-08-06
Eric Anholt
ir_to_mesa: Add support for sampler arrays.
commit
|
commitdiff
|
tree
2010-08-06
Eric Anholt
glsl2: Fix inlining with sampler array or struct derefe...
commit
|
commitdiff
|
tree
2010-08-06
Eric Anholt
glsl2: Don't assert in a couple of places when encounte...
commit
|
commitdiff
|
tree
2010-08-06
Eric Anholt
ir_to_mesa: Give the expected size for _mesa_add_attrib...
commit
|
commitdiff
|
tree
2010-08-06
Ian Romanick
ir_to_mesa: Handle texture-array samplers
commit
|
commitdiff
|
tree
2010-08-06
Ian Romanick
glsl2: Enable all supported extensions in stand-alone...
commit
|
commitdiff
|
tree
2010-08-06
Ian Romanick
glsl_type: Don't have two versions of a type with the...
commit
|
commitdiff
|
tree
2010-08-06
Ian Romanick
glsl2: Log a better error message when a matching funct...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Add a pass to convert exp and log to exp2 and...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Insert global declarations at the top of the...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
ir_structure_splitting: Massive fixing to this.
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Make the HV actually call ir_texture's visit_leave.
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
ir_structure_splitting: New pass to chop structures...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Fix the dereferences_variable check in ir_tree_g...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Don't tree-grafting out assignment to an out...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Don't dead-code eliminate a call where the retur...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Add some easy-to-enable debug printfs to ir_dead...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
ir_to_mesa: Don't do function inlining until linking.
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Add a pass for removing unused functions.
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Catch pointless copies in copy propagation.
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Don't try to dump GLSL IR for a shader that...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
ir_to_mesa: Remove debug force-enablement of EmitNoIfs.
commit
|
commitdiff
|
tree
2010-08-05
Kenneth Graunke
glcpp: Ignore #if and #elif expressions when skipping.
commit
|
commitdiff
|
tree
2010-08-05
Kenneth Graunke
glcpp/tests: Add a corollary to testcase 073 for testin...
commit
|
commitdiff
|
tree
2010-08-05
Kenneth Graunke
glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not...
commit
|
commitdiff
|
tree
2010-08-05
Kenneth Graunke
glcpp: Refactor HASH_IF and HASH_ELIF expansion to...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Remove the shader_in/shader_out tracking separat...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Remove a dead cut and paste member from ir_varia...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
i965: Settle on printing our program debug to stdout.
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
ir_to_mesa: Print shader source and compiled IR under...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Use linked ir_constant_variable after linking...
commit
|
commitdiff
|
tree
2010-08-05
Eric Anholt
glsl2: Return progress from ir_vec_index_to_swizzle.
commit
|
commitdiff
|
tree
2010-08-04
Ian Romanick
glsl2: Generate masked assignments in some expanded...
commit
|
commitdiff
|
tree
2010-08-04
Ian Romanick
glsl2: Generate masked assignments in vector and matrix...
commit
|
commitdiff
|
tree
2010-08-04
Ian Romanick
glsl2: Additional validation of write masks
commit
|
commitdiff
|
tree
2010-08-04
Ian Romanick
glsl2: Add ir_assignment::write_mask and associated...
commit
|
commitdiff
|
tree
2010-08-04
Ian Romanick
glsl2: Don't try to construct an ir_assignment with...
commit
|
commitdiff
|
tree
2010-08-04
Eric Anholt
glsl2: Constant fold the children of many more ir_instr...
commit
|
commitdiff
|
tree
2010-08-04
Eric Anholt
glsl2: Return a real progress value from constant folding.
commit
|
commitdiff
|
tree
2010-08-04
Eric Anholt
glsl2: Refactor constant folding of rvalues to a function.
commit
|
commitdiff
|
tree
2010-08-04
Kenneth Graunke
glcpp: Refresh autogenerated lexer and parser.
commit
|
commitdiff
|
tree
2010-08-04
Kenneth Graunke
glcpp: Remove xtalloc wrappers in favor of plain talloc.
commit
|
commitdiff
|
tree
2010-08-04
Kenneth Graunke
glsl2: Remove uses of deprecated TALLOC_CTX type.
commit
|
commitdiff
|
tree
2010-08-04
Aras Pranckevicius
glsl2: add gl_LightModel built-in uniform.
commit
|
commitdiff
|
tree
2010-08-04
Eric Anholt
glsl2: Don't try to assign locations for samplers durin...
commit
|
commitdiff
|
tree
2010-08-04
Eric Anholt
ir_to_mesa: Clean up the mapping of samplers to Mesa...
commit
|
commitdiff
|
tree
2010-08-04
Eric Anholt
mesa: Don't null deref looking for Mesa IR code at...
commit
|
commitdiff
|
tree
2010-08-04
Eric Anholt
glsl2: Skip talloc_parent in constant_expression of...
commit
|
commitdiff
|
tree
2010-08-04
Eric Anholt
glsl2: Make the clone() method take a talloc context.
commit
|
commitdiff
|
tree
2010-08-04
Aras Pranckevicius
glsl2: Set ir_discard::ir_type when cloning it
commit
|
commitdiff
|
tree
2010-08-03
Eric Anholt
glsl2: Fix ir_validate validating null variable names.
commit
|
commitdiff
|
tree
2010-08-03
Eric Anholt
glsl2: No need to strdup the name passed in to ir_varia...
commit
|
commitdiff
|
tree
2010-08-03
Eric Anholt
glsl2: Fix typo in clamp() constant builtin using uint...
commit
|
commitdiff
|
tree
2010-08-03
Eric Anholt
ir_to_mesa: Add support for 1.20 uniform initializers.
commit
|
commitdiff
|
tree
2010-08-03
Eric Anholt
glsl2: Don't consider uniform initializers as constant...
commit
|
commitdiff
|
tree
2010-08-03
Eric Anholt
Initialize a couple of HasIndex2 fields on Mesa IR...
commit
|
commitdiff
|
tree
2010-08-03
Eric Anholt
ir_to_mesa: Support for struct uniforms.
commit
|
commitdiff
|
tree
2010-08-03
Eric Anholt
ir_to_mesa: Add a constructor for ir_to_mesa_src_reg.
commit
|
commitdiff
|
tree
2010-08-03
Carl Worth
glsl2: Use talloc_zero_size instead of talloc_size...
commit
|
commitdiff
|
tree
2010-08-02
Ian Romanick
glsl_type: Use string key for array type hash
commit
|
commitdiff
|
tree
2010-08-02
Ian Romanick
Keep a local copy of the symbol name in the symbol...
commit
|
commitdiff
|
tree
2010-08-02
Ian Romanick
glsl2: Clean-up two 'unused variable' warnings
commit
|
commitdiff
|
tree
2010-08-02
Ian Romanick
glsl2: Make glsl_types::ctx private again
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Fix expression type in builtin tan().
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Add validation that talloc ownership of ir_...
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Fix validation for ir_unop_not.
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Add support for floating constants like "1f".
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Initialize the ARB_fcc fields of ir_variable.
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Also initialize the identifier field of paramete...
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Fix spelling of "precision" in error output.
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Don't add mesa/program/ as an include dir. ...
commit
|
commitdiff
|
tree
2010-08-02
Aras Pranckevicius
glsl2: Give the path within src/mesa/ for headers inste...
commit
|
commitdiff
|
tree
2010-08-02
Aras Pranckevicius
glsl2: initialize is_array and array_size of ast_parame...
commit
|
commitdiff
|
tree
2010-08-02
Eric Anholt
glsl2: Make non-square matrix keywords not keywords...
commit
|
commitdiff
|
tree
2010-08-01
Eric Anholt
ir_to_mesa: Add support for MESA_GLSL=log.
commit
|
commitdiff
|
tree
2010-08-01
Eric Anholt
glcpp: Add a testcase for the failure in compiling...
commit
|
commitdiff
|
tree
2010-07-31
Eric Anholt
glsl2: Do algebraic optimizations after linking as...
commit
|
commitdiff
|
tree
2010-07-31
Eric Anholt
glsl2: Add new tree grafting optimization pass.
commit
|
commitdiff
|
tree
next