projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
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
2010-07-31
Eric Anholt
glsl2: Factor out the variable refcounting part of...
commit
|
commitdiff
|
tree
2010-07-31
Aras Pranckevicius
glsl2: Fix stack smash when ternary selection is used.
commit
|
commitdiff
|
tree
2010-07-30
Eric Anholt
glsl2: Fix the implementation of atan(y, x).
commit
|
commitdiff
|
tree
2010-07-30
Carl Worth
ast: Initialize location data in constructor of all...
commit
|
commitdiff
|
tree
2010-07-30
Eric Anholt
ir_to_mesa: Add the function name as a comment to BGNSU...
commit
|
commitdiff
|
tree
2010-07-30
Eric Anholt
glsl2: Update the callee pointer of calls to newly...
commit
|
commitdiff
|
tree
2010-07-30
Kenneth Graunke
glsl2: Initialize ir_function_signature::is_built_in.
commit
|
commitdiff
|
tree
2010-07-30
Kenneth Graunke
glcpp: Don't look for backslashes before the beginning...
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: Do ir_if_return on the way out, not the way in.
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: Make sure functions end with a return before...
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: Make ir_if_return handle if () { return } else...
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: Refactor a bit of ir_if_return for the next...
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
ir_to_mesa: Don't emit a duplicate return at the end...
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: Allow use of _mesa_print_ir without a parse...
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
ir_constant_variable: Don't mark variable from outside...
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: When dumping IR for debug, indent nested blocks.
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: When dumping IR for debug, skip all the empty...
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: Fix spelling of "sentinel."
commit
|
commitdiff
|
tree
2010-07-29
Eric Anholt
glsl2: Fix spelling of "initializer."
commit
|
commitdiff
|
tree
next