index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ast_function.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-03
glsl: Remove extra newline from error message
Ian Romanick
1
-1
/
+1
2011-04-18
glsl: 80-column wrapping and whitespace fixes
Ian Romanick
1
-1
/
+5
2011-02-11
glsl: Finish out the reduce/reduce error fixes
Ian Romanick
1
-48
/
+61
2011-02-01
glsl: Fix invalid use of ralloc_asprintf in prototype_string.
Kenneth Graunke
1
-1
/
+1
2011-01-31
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
1
-1
/
+1
2011-01-31
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
1
-0
/
+9
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-10
/
+10
2011-01-21
glsl: Improve error message when read-only vars are written
Chad Versace
1
-6
/
+21
2010-12-06
glsl: Properly add functions during lazy built-in prototype importing.
Kenneth Graunke
1
-7
/
+13
2010-11-30
glsl: Lazily import built-in function prototypes.
Kenneth Graunke
1
-29
/
+40
2010-11-19
glsl: Fix matrix constructors with vector parameters
Ian Romanick
1
-9
/
+9
2010-11-16
glsl: Simplify generation of swizzle for vector constructors
Ian Romanick
1
-6
/
+5
2010-11-09
glsl: Remove unnecessary "unused variable" warning suppression.
Kenneth Graunke
1
-3
/
+0
2010-10-25
glsl: Fix constant component count in vector constructor emitting.
Kenneth Graunke
1
-1
/
+1
2010-09-22
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
1
-21
/
+22
2010-09-07
ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.
Kenneth Graunke
1
-1
/
+1
2010-09-01
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
1
-2
/
+9
2010-09-01
glsl: Convert constant record constructor parameters to ir_constants.
Kenneth Graunke
1
-1
/
+3
2010-09-01
glsl: Reject structure constructors that have too many arguments.
Kenneth Graunke
1
-0
/
+6
2010-09-01
glsl2: Emit structure constructors inline
Ian Romanick
1
-37
/
+70
2010-09-01
glsl: Fix write mask in matrix-from-matrix constructors.
Kenneth Graunke
1
-3
/
+5
2010-09-01
glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.
Kenneth Graunke
1
-99
/
+1
2010-09-01
ast_function: Fix check for "too few components".
Kenneth Graunke
1
-1
/
+2
2010-09-01
ast_function: Remove bogus cases from generate_constructor_matrix.
Kenneth Graunke
1
-29
/
+8
2010-08-31
glsl2: Write vector constructor constants in a single assignment
Ian Romanick
1
-11
/
+72
2010-08-29
glsl: Initialize data in ast_function_expression::hir.
Vinson Lee
1
-1
/
+1
2010-08-24
glsl: Include main/core.h.
Chia-I Wu
1
-1
/
+1
2010-08-17
glsl2: Fix transpose of rows and cols
Ian Romanick
1
-2
/
+2
2010-08-12
glsl2: Use MIN2 from macros.h instead of open coding it
Ian Romanick
1
-11
/
+7
2010-08-05
glsl2: Log a better error message when a matching function cannot be found
Ian Romanick
1
-6
/
+51
2010-08-04
glsl2: Generate masked assignments in vector and matrix constructors
Ian Romanick
1
-36
/
+46
2010-08-04
glsl2: Remove uses of deprecated TALLOC_CTX type.
Kenneth Graunke
1
-6
/
+6
2010-08-03
glsl2: No need to strdup the name passed in to ir_variable constructor.
Eric Anholt
1
-13
/
+5
2010-07-29
glsl2: Fix spelling of "sentinel."
Eric Anholt
1
-3
/
+3
2010-07-28
ast_function: Set constant_value on return value temporaries in 1.20+.
Kenneth Graunke
1
-0
/
+2
2010-07-21
glsl2: Extend ir_constant to store constant arrays, and generate them.
Kenneth Graunke
1
-3
/
+2
2010-07-21
glsl2: Emit array constructors inline.
Kenneth Graunke
1
-11
/
+53
2010-07-21
glsl2: Add some comments.
Kenneth Graunke
1
-1
/
+4
2010-07-21
glsl2: Replace insert_before/remove pairs with exec_node::replace_with.
Kenneth Graunke
1
-2
/
+1
2010-07-20
glsl2: glsl_type has its own talloc context, don't pass one in
Ian Romanick
1
-2
/
+1
2010-07-20
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
1
-7
/
+14
2010-07-20
glsl2: Always insert function calls into the instruction stream.
Eric Anholt
1
-1
/
+24
2010-07-18
glsl2: Remove the const disease from function signature's callee.
Eric Anholt
1
-2
/
+1
2010-07-14
ast_function: Actually do type conversion on function arguments.
Kenneth Graunke
1
-3
/
+8
2010-07-09
ast_function: Fix non-float constructors with matrix arguments.
Kenneth Graunke
1
-22
/
+55
2010-07-09
ast_function: Move error return earlier and don't indent the world.
Kenneth Graunke
1
-142
/
+139
2010-07-09
ast_function: Remove unnecessary check for empty constructors.
Kenneth Graunke
1
-9
/
+0
2010-06-30
glsl2: Use _mesa_glsl_parse_state as the talloc parent, not glsl_shader.
Kenneth Graunke
1
-5
/
+5
2010-06-29
glsl2: Use talloc_strdup when generating constructor temporary names
Ian Romanick
1
-8
/
+13
2010-06-29
glsl2: Don't flatten constructor parameters to scalars
Ian Romanick
1
-129
/
+59
[prev]
[next]