index
:
~idr/glsl2
constant_constructor
deref_refactor
hierarchical_visitor
inline_constructors
ir_constant_refactor
ir_loop
linker
master
simple_list_die_die_die
struct
texture
visit_tree
Unnamed repository; edit this file to name it for gitweb.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ir.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-23
Add a virtual clone() method to ir_instruction.
Eric Anholt
1
-36
/
+37
2010-06-23
ir_variable: Add query to get number of slots used by a variable
Ian Romanick
1
-0
/
+8
2010-06-23
ir_variable: Track the location of uniforms, varings, attributes, etc.
Ian Romanick
1
-0
/
+17
2010-06-23
ir_variable: Add method to get string representing interpolation qualifier
Ian Romanick
1
-0
/
+10
2010-06-23
ir_constant: Add method to determine if two constants have the same value
Ian Romanick
1
-0
/
+5
2010-06-22
ir_validate: New pass for checking our invariants.
Eric Anholt
1
-0
/
+2
2010-06-22
ir: Give ir_instruction a print visitor helper.
Eric Anholt
1
-0
/
+4
2010-06-22
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Eric Anholt
1
-0
/
+3
2010-06-11
ir_constant: Eliminate 'void *' constructor
ir_constant_refactor
Ian Romanick
1
-1
/
+1
2010-06-11
Matrix and vector constructors with a single constant scalar are constant
Ian Romanick
1
-6
/
+12
2010-06-11
ir_constant: Add get_record_field query
Ian Romanick
1
-0
/
+2
2010-06-11
ir_constant: Support constant structures in clone
Ian Romanick
1
-4
/
+7
2010-06-11
ir_constant: Add storage for multiple constants for arrays and records
Ian Romanick
1
-0
/
+2
2010-06-11
Construct an ir_constant from a list of ir_constant values
Ian Romanick
1
-0
/
+5
2010-06-11
Add methods to ir_constant to get scalar components in a particular type
Ian Romanick
1
-0
/
+14
2010-06-11
Construct an ir_constant from a scalar component of another ir_constant
Ian Romanick
1
-0
/
+12
2010-06-09
Implement dFdx, dFdy, and fwidth via new expression opcodes.
Kenneth Graunke
1
-0
/
+8
2010-06-09
ir_function_cloning_visitor: Add support for ir_texture.
Kenneth Graunke
1
-1
/
+1
2010-06-09
Set the type of ir_texture properly; infer it from the sampler type.
Kenneth Graunke
1
-0
/
+3
2010-06-09
Add stub visitor support for ir_texture.
Kenneth Graunke
1
-0
/
+7
2010-06-09
Add mappings between ir_texture_opcode and strings.
Kenneth Graunke
1
-0
/
+10
2010-06-09
Define IR instruction for texture look-ups
Ian Romanick
1
-0
/
+77
2010-06-02
There is no class ir_label, so there's no need for ir_instruction::as_label
Ian Romanick
1
-1
/
+0
2010-06-01
ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.
Eric Anholt
1
-1
/
+6
2010-05-26
ir_dereference::mode is no longer used, kill with fire
Ian Romanick
1
-13
/
+0
2010-05-26
Refactor whole-variable assigment checking into member function
Ian Romanick
1
-0
/
+26
2010-05-26
Refactor ir_dereference data fields to subclasses
Ian Romanick
1
-15
/
+14
2010-05-26
Refactor ir_dereference support for ir_visitor
Ian Romanick
1
-5
/
+15
2010-05-26
Refactor ir_dereference support for ir_hierarchical_visitor
Ian Romanick
1
-2
/
+5
2010-05-26
Begin refactoring ir_dereference
Ian Romanick
1
-8
/
+59
2010-05-17
Add ir_hierarchical_visitor base class and associated infrastructure
Ian Romanick
1
-0
/
+28
2010-05-14
Add ir_rvalue::variable_referenced
Ian Romanick
1
-0
/
+18
2010-05-14
Implement "sin" and "cos" builtins via new expression operators.
Kenneth Graunke
1
-0
/
+8
2010-05-14
Implement "sign" builtin via a new expression operator.
Kenneth Graunke
1
-0
/
+1
2010-05-04
ir_copy_propagation: New pass to rewrite dereferences to avoid copies.
Eric Anholt
1
-0
/
+6
2010-05-03
ir_to_mesa.cpp: Fix missing types on some ir_swizzles.
Eric Anholt
1
-5
/
+1
2010-04-28
Add ir_dereference constructor for structure field dereferences
Ian Romanick
1
-0
/
+2
2010-04-28
Move array of operator strings out of ir_print_visitor.cpp.
Kenneth Graunke
1
-2
/
+12
2010-04-28
Factor out parameter list replacement for later reuse.
Kenneth Graunke
1
-0
/
+7
2010-04-28
Factor out parameter list matching from ast_function::hir for later reuse.
Kenneth Graunke
1
-1
/
+8
2010-04-28
Factor out qualifier checking code for later reuse.
Kenneth Graunke
1
-0
/
+7
2010-04-28
Refactor ir_expression::get_num_operands.
Kenneth Graunke
1
-1
/
+5
2010-04-21
Fix ir_dead_code for function refactoring.
Kenneth Graunke
1
-0
/
+6
2010-04-21
Remove ir_label since it is no longer used.
Kenneth Graunke
1
-20
/
+0
2010-04-21
Refactor IR function representation.
Kenneth Graunke
1
-5
/
+9
2010-04-19
Remove dead code assignments and variable declarations.
Eric Anholt
1
-0
/
+12
2010-04-19
Mark some variables as having usage beyond the shader's scope.
Eric Anholt
1
-0
/
+6
2010-04-14
Add an ir_if simplification pass.
Eric Anholt
1
-0
/
+6
2010-04-08
Inline functions consisting of a return of an expression.
Eric Anholt
1
-0
/
+47
2010-04-07
Remove extraneous base-class constructor calls
Ian Romanick
1
-4
/
+6
[next]