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
/
ast_function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-7
/
+8
*
glsl: Remove unused loc parameter from generate_call
Ian Romanick
2013-01-18
1
-2
/
+2
*
glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.
Paul Berry
2012-12-06
1
-3
/
+4
*
glsl: Make use of new _mesa_glsl_parse_state::check_version() function.
Paul Berry
2012-12-06
1
-8
/
+7
*
glsl: Make use of new _mesa_glsl_parse_state::is_version() function.
Paul Berry
2012-12-06
1
-1
/
+1
*
glsl: Simplify symbol table version checking.
Paul Berry
2012-12-06
1
-1
/
+2
*
glsl: Use ir_unop_f2u to convert floats to uints.
Paul Berry
2012-06-15
1
-2
/
+1
*
glsl: Add a variable context to constant_expression_value().
Olivier Galibert
2012-05-08
1
-1
/
+1
*
glsl: Fix regression in function out-parameter lvalue detection.
Eric Anholt
2012-05-04
1
-14
/
+14
*
glsl: Track in each ir_variable whether it was ever assigned.
Eric Anholt
2012-04-19
1
-13
/
+16
*
glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
2012-04-02
1
-29
/
+17
*
glsl: Use ir_rvalue to represent generic error_type values.
Kenneth Graunke
2012-04-02
1
-16
/
+16
*
glsl: Combine AST-level and IR-level parameter mode checking loops.
Kenneth Graunke
2012-04-02
1
-82
/
+85
*
glsl: Split up function matching and call generation a bit more.
Kenneth Graunke
2012-04-02
1
-35
/
+47
*
glsl: Emit extra errors for l-value violations in 'out' or 'inout' parameters
Ian Romanick
2012-01-06
1
-4
/
+59
*
glsl: Always search for an exact function signature match.
Kenneth Graunke
2011-11-14
1
-29
/
+63
*
glsl: Split code to generate an ir_call out from match_function_by_name.
Kenneth Graunke
2011-11-14
1
-165
/
+173
*
glsl: Defer initialization of built-in functions until they're needed.
Kenneth Graunke
2011-09-23
1
-0
/
+1
*
glsl: fix crash when a const is passed to texelFetchOffset
Dave Airlie
2011-08-25
1
-0
/
+1
*
glsl: Bail after reporting an error for non-constant const_in parameters.
Kenneth Graunke
2011-08-25
1
-0
/
+1
*
glsl: Perform implicit type conversions on function call out parameters.
Paul Berry
2011-08-15
1
-5
/
+71
*
glsl: Constant-fold built-in functions before outputting IR
Paul Berry
2011-08-08
1
-2
/
+14
*
glsl: Emit function signatures at toplevel, even for built-ins.
Paul Berry
2011-08-08
1
-1
/
+1
*
glsl: Fix conversions in array constructors
Chad Versace
2011-07-30
1
-2
/
+10
*
glsl: Make prototype_string publicly available
Ian Romanick
2011-07-20
1
-2
/
+4
*
glsl: Use i2u and u2i to implement constructor conversions.
Kenneth Graunke
2011-06-29
1
-6
/
+29
*
glsl: Remove extra newline from error message
Ian Romanick
2011-05-03
1
-1
/
+1
*
glsl: 80-column wrapping and whitespace fixes
Ian Romanick
2011-04-18
1
-1
/
+5
*
glsl: Finish out the reduce/reduce error fixes
Ian Romanick
2011-02-11
1
-48
/
+61
*
glsl: Fix invalid use of ralloc_asprintf in prototype_string.
Kenneth Graunke
2011-02-01
1
-1
/
+1
*
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
2011-01-31
1
-1
/
+1
*
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
1
-0
/
+9
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-10
/
+10
*
glsl: Improve error message when read-only vars are written
Chad Versace
2011-01-21
1
-6
/
+21
*
glsl: Properly add functions during lazy built-in prototype importing.
Kenneth Graunke
2010-12-06
1
-7
/
+13
*
glsl: Lazily import built-in function prototypes.
Kenneth Graunke
2010-11-30
1
-29
/
+40
*
glsl: Fix matrix constructors with vector parameters
Ian Romanick
2010-11-19
1
-9
/
+9
*
glsl: Simplify generation of swizzle for vector constructors
Ian Romanick
2010-11-16
1
-6
/
+5
*
glsl: Remove unnecessary "unused variable" warning suppression.
Kenneth Graunke
2010-11-09
1
-3
/
+0
*
glsl: Fix constant component count in vector constructor emitting.
Kenneth Graunke
2010-10-25
1
-1
/
+1
*
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
2010-09-22
1
-21
/
+22
*
ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.
Kenneth Graunke
2010-09-07
1
-1
/
+1
*
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2010-09-01
1
-2
/
+9
*
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: 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: Move generate_constructor_(matrix|vector) to ir_constant ctor.
Kenneth Graunke
2010-09-01
1
-99
/
+1
*
ast_function: Fix check for "too few components".
Kenneth Graunke
2010-09-01
1
-1
/
+2
[next]