index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir.h
Age
Commit message (
Expand
)
Author
2010-10-14
glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.
Kenneth Graunke
2010-10-08
glsl: Track explicit location in AST to IR translation
Ian Romanick
2010-09-22
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
2010-09-20
glsl: Add comments to clarify the types of comparison binops.
Kenneth Graunke
2010-09-20
glsl: Add doxygen comments
Ian Romanick
2010-09-16
glsl: Change from has_builtin_signature to has_user_signature.
Kenneth Graunke
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-09
glsl2: Add ir_unop_noise
Ian Romanick
2010-09-07
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
2010-09-03
ir_expression: Add static operator_string method
Ian Romanick
2010-09-03
glsl2: Add cmp field to ir_loop
Ian Romanick
2010-08-26
glsl: Move is_built_in flag from ir_function_signature to ir_function.
Kenneth Graunke
2010-08-23
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-14
glsl: Standardize a few more uses of struct vs class keyword.
José Fonseca
2010-08-11
glsl2: remove trailing comma to silence warning
Brian Paul
2010-08-06
glsl2: Move gl_program->InputsRead/OutputsWritten setting to an ir pass.
Eric Anholt
2010-08-05
glsl2: Add a pass to convert exp and log to exp2 and log2.
Eric Anholt
2010-08-05
glsl2: Don't dead-code eliminate a call where the return value is unused.
Eric Anholt
2010-08-05
glsl2: Add a pass for removing unused functions.
Eric Anholt
2010-08-04
glsl2: Remove the shader_in/shader_out tracking separate from var->mode.
Eric Anholt
2010-08-04
glsl2: Add ir_assignment::write_mask and associated methods
Ian Romanick
2010-08-04
glsl2: Make the clone() method take a talloc context.
Eric Anholt
2010-08-04
glsl2: Set ir_discard::ir_type when cloning it
Aras Pranckevicius
2010-07-28
glsl2: Add new ir_constant::zero static method.
Kenneth Graunke
2010-07-28
glsl2: Add support for redeclaring layout of gl_FragCoord for ARB_fcc.
Eric Anholt
2010-07-27
glsl2: Add optimization pass for algebraic simplifications.
Eric Anholt
2010-07-22
glsl2: Initialize ir_instruction::type and ir_rvalue::type.
Kenneth Graunke
2010-07-22
glsl2: Make ir_assignment derive from ir_instruction, not ir_rvalue.
Kenneth Graunke
2010-07-21
glsl2: Extend ir_constant to store constant arrays, and generate them.
Kenneth Graunke
2010-07-21
linker: Link built-in functions instead of including them in every shader
Ian Romanick
2010-07-21
glsl2: Add function to import function prototypes from one IR tree to another
Ian Romanick
2010-07-20
glsl2: Implement utility routine to talloc reparent an IR tree
Ian Romanick
2010-07-20
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
2010-07-20
ir_constant_expression: Convert from a visitor to a virtual function.
Kenneth Graunke
2010-07-20
glsl2: Move constant_expression_value method to ir_rvalue.
Kenneth Graunke
2010-07-19
glsl2: Explicitly walk lists in ir_function::parameter_lists_match
Ian Romanick
2010-07-19
ir_function_signature: Make actual_parameters public
Ian Romanick
2010-07-19
glsl2: Give IR nodes a type field.
Eric Anholt
2010-07-18
glsl2: Remove the const disease from function signature's callee.
Eric Anholt
2010-07-18
glsl2: Make cross() be an expression operation.
Eric Anholt
2010-07-14
glsl2: Remove ir_program bong hits.
Kenneth Graunke
2010-07-12
ir_function: Make matching_signature not return const
Ian Romanick
2010-07-12
linker: Implement first bits of intrastage linking
Ian Romanick
2010-07-12
ir_function_signature: Add method to get the function owning a signature
Ian Romanick
2010-07-12
glsl2: Add utility function clone_ir_list
Ian Romanick
2010-07-12
ir_call: Add method to set the function signature being called
Ian Romanick
2010-07-12
glsl2: Add a new pass at the IR level to break down matrix ops to vector ops.
Eric Anholt
2010-07-06
glsl2: Clone methods return the type of the thing being cloned
Ian Romanick
2010-07-01
glsl2: Add a pass to convert mod(a, b) to b * fract(a/b).
Eric Anholt
2010-07-01
glsl2: Add ir_unop_fract as an expression type.
Eric Anholt
[next]