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
Age
Commit message (
Expand
)
Author
2010-09-03
glsl2: Add module to perform simple loop unrolling
Ian Romanick
2010-09-03
glsl2: Track the number of ir_loop_jump instructions that are in a loop
Ian Romanick
2010-09-03
ir_expression: Add static operator_string method
Ian Romanick
2010-09-03
exec_node: Add insert_before that inserts an entire list
Ian Romanick
2010-09-03
glsl2: Eliminate zero-iteration loops
Ian Romanick
2010-09-03
glsl2: Perform initial bits of loop analysis during compilation
Ian Romanick
2010-09-03
glsl2: Add module to suss out loop control variables from loop analysis data
Ian Romanick
2010-09-03
glsl2: Add module to analyze variables used in loops
Ian Romanick
2010-09-03
ir_validate: Validate loop control fields in ir_loop
Ian Romanick
2010-09-03
glsl2: Add cmp field to ir_loop
Ian Romanick
2010-09-03
glsl2: Set a flag when visiting the assignee of an assignment
Ian Romanick
2010-09-03
exec_list: Add pop_head
Ian Romanick
2010-09-03
ir_print_visitor: Print empty else blocks more compactly
Ian Romanick
2010-09-02
glsl2: Update TODO file
Ian Romanick
2010-09-01
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2010-09-01
glsl: Convert constant record constructor parameters to ir_constants.
Kenneth Graunke
2010-09-01
glsl: Reject structure constructors that have too many arguments.
Kenneth Graunke
2010-09-01
glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...
Ian Romanick
2010-09-01
glsl2: Remove unused method glsl_type::generate_constructor
Ian Romanick
2010-09-01
glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_type
Ian Romanick
2010-09-01
glsl2: Don't generate constructor functions for structures
Ian Romanick
2010-09-01
glsl2: Emit structure constructors inline
Ian Romanick
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
[prev]
[next]