index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl2: check for _NumLinkedShaders being 0
Török Edvin
2010-09-07
1
-1
/
+1
*
glsl: Add new files to sconscript.
José Fonseca
2010-09-05
1
-0
/
+3
*
ir_reader: Only validate IR when a global 'debug' flag is set.
Kenneth Graunke
2010-09-05
1
-1
/
+4
*
ir_reader: Run ir_validate on the generated IR.
Kenneth Graunke
2010-09-04
1
-0
/
+2
*
ir_reader: Emit global variables at the top of the instruction list.
Kenneth Graunke
2010-09-04
1
-2
/
+11
*
ir_reader: Drop support for reading the old assignment format.
Kenneth Graunke
2010-09-04
1
-6
/
+4
*
glsl: Regenerate autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-09-04
1
-402
/
+390
*
glsl/builtins: Convert assignments to new format (with write mask).
Kenneth Graunke
2010-09-04
15
-398
/
+389
*
ir_reader: Read the new assignment format (with write mask).
Kenneth Graunke
2010-09-04
1
-6
/
+46
*
ir_reader: Track the current function and report it in error messages.
Kenneth Graunke
2010-09-04
1
-0
/
+6
*
glsl/builtins: Actually print the info log if reading a builtin failed.
Kenneth Graunke
2010-09-04
1
-0
/
+1
*
exec_list: replace class with struct
Brian Paul
2010-09-03
1
-1
/
+1
*
glsl2: Use as_constant some places instead of constant_expression_value
Ian Romanick
2010-09-03
2
-3
/
+3
*
glsl2: Allow copy / constant propagation into array indices
Ian Romanick
2010-09-03
2
-32
/
+12
*
glsl2: Add module to perform simple loop unrolling
Ian Romanick
2010-09-03
7
-3
/
+123
*
glsl2: Track the number of ir_loop_jump instructions that are in a loop
Ian Romanick
2010-09-03
3
-0
/
+27
*
ir_expression: Add static operator_string method
Ian Romanick
2010-09-03
2
-3
/
+13
*
exec_node: Add insert_before that inserts an entire list
Ian Romanick
2010-09-03
1
-0
/
+23
*
glsl2: Eliminate zero-iteration loops
Ian Romanick
2010-09-03
1
-1
/
+7
*
glsl2: Perform initial bits of loop analysis during compilation
Ian Romanick
2010-09-03
2
-0
/
+10
*
glsl2: Add module to suss out loop control variables from loop analysis data
Ian Romanick
2010-09-03
4
-1
/
+305
*
glsl2: Add module to analyze variables used in loops
Ian Romanick
2010-09-03
4
-1
/
+672
*
ir_validate: Validate loop control fields in ir_loop
Ian Romanick
2010-09-03
1
-0
/
+35
*
glsl2: Add cmp field to ir_loop
Ian Romanick
2010-09-03
3
-6
/
+34
*
glsl2: Set a flag when visiting the assignee of an assignment
Ian Romanick
2010-09-03
4
-0
/
+24
*
exec_list: Add pop_head
Ian Romanick
2010-09-03
1
-0
/
+17
*
ir_print_visitor: Print empty else blocks more compactly
Ian Romanick
2010-09-03
1
-9
/
+13
*
glsl2: Update TODO file
Ian Romanick
2010-09-02
1
-19
/
+7
*
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2010-09-01
2
-3
/
+10
*
glsl: Convert constant record constructor parameters to ir_constants.
Kenneth Graunke
2010-09-01
1
-1
/
+3
*
glsl: Reject structure constructors that have too many arguments.
Kenneth Graunke
2010-09-01
1
-0
/
+6
*
glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...
Ian Romanick
2010-09-01
3
-9
/
+4
*
glsl2: Remove unused method glsl_type::generate_constructor
Ian Romanick
2010-09-01
2
-59
/
+0
*
glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_type
Ian Romanick
2010-09-01
2
-6
/
+4
*
glsl2: Don't generate constructor functions for structures
Ian Romanick
2010-09-01
2
-3
/
+2
*
glsl2: Emit structure constructors inline
Ian Romanick
2010-09-01
1
-37
/
+70
*
glsl: Fix write mask in matrix-from-matrix constructors.
Kenneth Graunke
2010-09-01
1
-3
/
+5
*
glsl: Add proper handling for constant matrix-from-matrix constructors.
Kenneth Graunke
2010-09-01
1
-0
/
+25
*
glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.
Kenneth Graunke
2010-09-01
2
-99
/
+36
*
ast_function: Fix check for "too few components".
Kenneth Graunke
2010-09-01
1
-1
/
+2
*
ast_function: Remove bogus cases from generate_constructor_matrix.
Kenneth Graunke
2010-09-01
1
-29
/
+8
*
glsl: Add forgotten implementations of equal/notEqual on bvecs.
Kenneth Graunke
2010-09-01
3
-0
/
+120
*
glsl2: Perform algebraic simplifications on logical binary operators
Ian Romanick
2010-09-01
1
-0
/
+52
*
glsl2: Allow ir_constant::zero to create boolean constants
Ian Romanick
2010-09-01
1
-1
/
+1
*
glsl2: Disallow function declarations within function definitions in GLSL 1.20
Ian Romanick
2010-09-01
1
-1
/
+36
*
glsl2: fix bug in atan(y, x) function
Brian Paul
2010-08-31
2
-13
/
+9
*
glsl2: Write vector constructor constants in a single assignment
Ian Romanick
2010-08-31
1
-11
/
+72
*
ast_to_hir: Add support for bit-wise operators (but not shifts).
Kenneth Graunke
2010-08-31
1
-2
/
+53
*
linker: Require an exact matching signature when looking for prototypes.
Kenneth Graunke
2010-08-30
1
-1
/
+1
*
linker: Handle varying arrays, matrices, and arrays of matrices
Ian Romanick
2010-08-30
1
-6
/
+15
[next]