index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Track explicit location in AST to IR translation
Ian Romanick
2010-10-08
1
-0
/
+1
*
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
2010-09-22
1
-1
/
+28
*
glsl: Change from has_builtin_signature to has_user_signature.
Kenneth Graunke
2010-09-16
1
-2
/
+2
*
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-13
1
-0
/
+5
*
glsl2: Add ir_unop_noise
Ian Romanick
2010-09-09
1
-0
/
+3
*
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
2010-09-07
1
-1
/
+13
*
ir_expression: Add static operator_string method
Ian Romanick
2010-09-03
1
-3
/
+7
*
glsl2: Add cmp field to ir_loop
Ian Romanick
2010-09-03
1
-0
/
+12
*
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
1
-0
/
+35
*
glsl2: Allow ir_constant::zero to create boolean constants
Ian Romanick
2010-09-01
1
-1
/
+1
*
glsl: Completely initialize value member in ir_constant constructor.
Vinson Lee
2010-08-29
1
-0
/
+3
*
glsl: Initialize the rest of values of ir_constant::value.
Vinson Lee
2010-08-28
1
-0
/
+12
*
glsl: Move is_built_in flag from ir_function_signature to ir_function.
Kenneth Graunke
2010-08-26
1
-1
/
+1
*
glsl: Don't consider things with a type containing a sampler as an lvalue.
Eric Anholt
2010-08-25
1
-0
/
+23
*
glsl: Include main/core.h.
Chia-I Wu
2010-08-24
1
-2
/
+1
*
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-23
1
-0
/
+2
*
ir_constant: Don't assert on out-of-bounds array accesses
Ian Romanick
2010-08-17
1
-1
/
+15
*
glsl2: Remove the shader_in/shader_out tracking separate from var->mode.
Eric Anholt
2010-08-04
1
-4
/
+0
*
glsl2: Add ir_assignment::write_mask and associated methods
Ian Romanick
2010-08-04
1
-2
/
+111
*
glsl2: Initialize the ARB_fcc fields of ir_variable.
Eric Anholt
2010-08-02
1
-0
/
+2
*
glsl2: Initialize ir_function_signature::is_built_in.
Kenneth Graunke
2010-07-30
1
-0
/
+1
*
glsl2: Fix spelling of "sentinel."
Eric Anholt
2010-07-29
1
-4
/
+4
*
glsl2: Add new ir_constant::zero static method.
Kenneth Graunke
2010-07-28
1
-0
/
+12
*
glsl2: When stealing var->constant_value, steal its children as well.
Eric Anholt
2010-07-27
1
-1
/
+1
*
glsl2: Also steal the constant components of aggregate-typed ir_constants.
Eric Anholt
2010-07-26
1
-0
/
+18
*
glsl2: Steal ir_variable's constant_value field.
Kenneth Graunke
2010-07-26
1
-0
/
+3
*
glsl2: Initialize ir_instruction::type and ir_rvalue::type.
Kenneth Graunke
2010-07-22
1
-0
/
+5
*
ir_constant_expression: Add support for array == and !=.
Kenneth Graunke
2010-07-21
1
-3
/
+8
*
glsl2: Extend ir_constant to store constant arrays, and generate them.
Kenneth Graunke
2010-07-21
1
-2
/
+21
*
glsl2: Implement utility routine to talloc reparent an IR tree
Ian Romanick
2010-07-20
1
-0
/
+15
*
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
2010-07-20
1
-2
/
+4
*
glsl2: strdup the field names used in dereference_record.
Eric Anholt
2010-07-20
1
-2
/
+2
*
glsl2: Give IR nodes a type field.
Eric Anholt
2010-07-19
1
-2
/
+21
*
glsl2: Remove the const disease from function signature's callee.
Eric Anholt
2010-07-18
1
-1
/
+1
*
glsl2: Make cross() be an expression operation.
Eric Anholt
2010-07-18
1
-0
/
+2
*
ir_function_signature: Add method to get the function owning a signature
Ian Romanick
2010-07-12
1
-1
/
+1
*
ir_call: Add method to set the function signature being called
Ian Romanick
2010-07-12
1
-0
/
+8
*
glsl2: Add ir_unop_fract as an expression type.
Eric Anholt
2010-07-01
1
-0
/
+2
*
glsl2: Make function names and variable names be children of the node.
Eric Anholt
2010-06-30
1
-3
/
+2
*
ir_swizzle: Add new constructor, refactor constructors
Ian Romanick
2010-06-29
1
-18
/
+45
*
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
2010-06-24
1
-0
/
+818