index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_clone.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-08
glsl: Add an origin pointer in the function signature object.
Olivier Galibert
1
-0
/
+1
2012-05-04
glsl: Always copy the index when cloning a variable.
Eric Anholt
1
-6
/
+1
2012-04-13
glsl: add support for ARB_blend_func_extended (v3)
Dave Airlie
1
-0
/
+4
2012-04-02
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
1
-2
/
+2
2012-04-02
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
1
-1
/
+5
2012-04-02
glsl: Use ir_rvalue to represent generic error_type values.
Kenneth Graunke
1
-3
/
+7
2011-11-19
glsl: when cloning a variable, copy the depth layout too
Marek Olšák
1
-0
/
+1
2011-11-03
linker: Check that initializers for global variables match
Ian Romanick
1
-0
/
+5
2011-10-18
ir_to_mesa: Move some things outside the 'extern "C"' blocks
Ian Romanick
1
-2
/
+0
2011-09-14
glsl: Remove field array_lvalue from ir_variable.
Paul Berry
1
-1
/
+0
2011-08-23
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
1
-1
/
+3
2011-03-29
glsl: Calcluate Mesa state slots in front-end instead of back-end
Ian Romanick
1
-0
/
+12
2011-01-31
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
1
-2
/
+2
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-1
/
+1
2010-11-30
glsl: Refactor out cloning of function prototypes.
Kenneth Graunke
1
-11
/
+21
2010-11-19
glsl: Add ir_quadop_vector expression
Ian Romanick
1
-1
/
+2
2010-11-19
glsl: Eliminate assumptions about size of ir_expression::operands
Ian Romanick
1
-1
/
+2
2010-10-08
glsl: Track explicit location in AST to IR translation
Ian Romanick
1
-0
/
+3
2010-09-18
glsl2: Fixed cloning of ir_call error instructions.
Tilman Sauerbeck
1
-0
/
+3
2010-09-07
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
1
-2
/
+1
2010-09-03
glsl2: Add cmp field to ir_loop
Ian Romanick
1
-0
/
+1
2010-08-26
glsl: Move is_built_in flag from ir_function_signature to ir_function.
Kenneth Graunke
1
-1
/
+2
2010-08-14
glsl: Silence gcc warning "control reaches end of non-void function".
José Fonseca
1
-1
/
+1
2010-08-04
glsl2: Remove the shader_in/shader_out tracking separate from var->mode.
Eric Anholt
1
-2
/
+0
2010-08-04
glsl2: Add ir_assignment::write_mask and associated methods
Ian Romanick
1
-1
/
+2
2010-08-04
glsl2: Make the clone() method take a talloc context.
Eric Anholt
1
-83
/
+67
2010-08-02
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
Aras Pranckevicius
1
-1
/
+1
2010-07-29
glsl2: Fix spelling of "sentinel."
Eric Anholt
1
-1
/
+1
2010-07-28
glsl2: Add support for redeclaring layout of gl_FragCoord for ARB_fcc.
Eric Anholt
1
-0
/
+2
2010-07-22
glsl2: Set the type on cloned tex instructions.
Eric Anholt
1
-0
/
+1
2010-07-21
glsl2: Extend ir_constant to store constant arrays, and generate them.
Kenneth Graunke
1
-0
/
+11
2010-07-20
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
1
-2
/
+2
2010-07-18
glsl2: Remove the const disease from function signature's callee.
Eric Anholt
1
-1
/
+1
2010-07-13
glsl2: Remove unnecessary casts of clone return values
Ian Romanick
1
-25
/
+22
2010-07-12
linker: Implement first bits of intrastage linking
Ian Romanick
1
-0
/
+1
2010-07-12
glsl2: Add utility function clone_ir_list
Ian Romanick
1
-0
/
+60
2010-07-12
glsl2: Implement ir_function::clone and ir_function_signature::clone
Ian Romanick
1
-6
/
+43
2010-07-12
glsl2: Add missing fields in ir_variable::clone
Ian Romanick
1
-0
/
+8
2010-07-06
glsl2: Clone methods return the type of the thing being cloned
Ian Romanick
1
-17
/
+17
2010-06-30
glsl2: Define new ir_discard instruction.
Kenneth Graunke
1
-0
/
+12
2010-06-24
glsl2: Wrap includes of C interfaces with extern "C".
Eric Anholt
1
-0
/
+2
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
1
-0
/
+287