projects
/
profile
/
ivi
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/mesa.git
2010-06-25
Eric Anholt
glsl2: Remove files that had been imported for standalone.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
glsl2: Stop .gitignoring the old standalone build system.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
glsl2: Move the Mesa IR codegen into mesa/shader/
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Merge branch 'glsl2-head' into glsl2
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
glsl2: Add a README file for the new compiler.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
glsl2: Move the compiler to the subdirectory it will...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Merge branch 'mesa'
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Move the talloc_parent lookup down in a few hot paths.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Merge remote branch 'cworth/master'
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Handle a limited subset of matrix multiplic...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Handle constant matrices.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fix copy-and-wasted second argument to...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Don't allocate temps for swizzles.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Set up storage for uniform vars.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Move the classes into the file now that...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Remove old monoburg structure.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Restrict dst writemasks like we did in...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fix copy-and-wasted DIV instruction sequence.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Remove the BURG code.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fix mapping of FS texcoord inputs and color...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Try to fix up the dereference handling...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Implement min and max expressions.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Don't assert over assignments with a consta...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add support for trunc/ceil/floor.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Implement neg expression.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add sin/cos.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Start trying to support struct storage.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fix up array indexing.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Remove stale comment about monoburg.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add support for variable indexing of tempor...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Clean up some handling of builtins and...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add support for loops.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Make loop jump mode public so I can switch on it.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add logic_or and logic_and to get CorrectFu...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: add logic_xor to get CorrectParse2.vert...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: add logic_not and f2b to get CorrectParse2...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add support for ir_if.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add support for comparison operations.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Introduce shorthand for common Mesa IR...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add ir_unop_f2i -> OPCODE_TRUNC.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add codegen for rsq expression operation.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add exp/log expression operations.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Add (almost) the rest of the builtin varyings.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Support gl_Position output.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Support gl_FragData[] output.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Support gl_FragData[] output.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Start doing some int support.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fix bugs in swizzle handling for scalar...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fix copy'n'paste bug where divide multiplie...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Emit more reduced writemasks for ops on...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Handle swizzles on LHS of assignment (write...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Produce multiple scalar ops when required...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Get temps allocated at the right times.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Make the first temp index we use 1 to show...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fix up the assign rule to use left and...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Do my best to explain how the codegen rules...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Print out the ir along with the Mesa IR.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fix up src reg swizzling.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Remove dead code from when this was an...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Fill in more bits of dest resg.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Print out the resulting program.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Add missing dist file.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Ignore the generated codegen files for now.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_to_mesa: Start building GLSL IR to Mesa IR conversion.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Make inlined function variables auto, not in/out.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Ian Romanick
Make sure that symbols aren't multiply defined in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Attach a pointer to variable names in LIR dumping.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Quiet unused arg warning for ir_constant cloning.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Move ir_constant cloning alongside the other cloning...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Don't forget to add the declaration of our temporary...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
ir_function_inlining: Re-add the "s/return/retval ...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Eric Anholt
Fix variable remapping in function cloning.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
glsl2 main: Switch from realloc to talloc_realloc to...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
glsl_type: Add a talloc-based new
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
Close memory leaks in glsl_type (constructor and get_ar...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
Close memory leak in lexer.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
main: Close memory leak of shader string from load_text...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
s_symbol: Close memory leak of symbol name.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
Close memory leak in ir_call::get_error_instruction.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
Close memory leaks from generate_constructor_intro
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
exec_node: Add new talloc-based new()
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Carl Worth
ast_node: Add new talloc-based new()
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
exec_node: Remove destructor from exec_node and all...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
glsl_symbol_table: Add new talloc-based new()
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
glsl2 main: Use talloc to allocate _mesa_glsl_parse_state
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
glsl2 main: Use talloc to allocate whole_program struct.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
ast_node: Remove empty destructor.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
preprocessor: Initialize a potentially uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
preprocessor: Remove dead code _token_list_length
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
preprocessor: Remove dead code _string_list_append_list
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
configure: Ensure that config.h can be safely included...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
configure: Remove some dead code.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
Fix typos of "variable" as "varaible"
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Carl Worth
ir_variable: Add some missing initialization to the...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Eric Anholt
Fix double usage of the post-inc/dec's temporary pre...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Eric Anholt
Avoid using the RHS of an assignment twice.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Eric Anholt
get_lvalue_copy doesn't need all the checking of do_ass...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Eric Anholt
ast_to_hir: Clone LHS derefs of assignment expressions.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Eric Anholt
ir_function_inlining: Allow inlining of loops and condi...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-23
Eric Anholt
Add a virtual clone() method to ir_instruction.
commit
|
commitdiff
|
tree
|
snapshot
next