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
/
ir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa'
Eric Anholt
2010-06-24
1
-3
/
+9
|
\
|
*
Make loop jump mode public so I can switch on it.
Eric Anholt
2010-06-24
1
-3
/
+5
|
*
ir_to_mesa: Add (almost) the rest of the builtin varyings.
Eric Anholt
2010-06-24
1
-0
/
+4
*
|
Close memory leak in ir_call::get_error_instruction.
Carl Worth
2010-06-23
1
-1
/
+3
*
|
glsl_symbol_table: Add new talloc-based new()
Carl Worth
2010-06-23
1
-0
/
+4
|
/
*
Fix typos of "variable" as "varaible"
Carl Worth
2010-06-23
1
-1
/
+1
*
Add a virtual clone() method to ir_instruction.
Eric Anholt
2010-06-23
1
-36
/
+37
*
ir_variable: Add query to get number of slots used by a variable
Ian Romanick
2010-06-23
1
-0
/
+8
*
ir_variable: Track the location of uniforms, varings, attributes, etc.
Ian Romanick
2010-06-23
1
-0
/
+17
*
ir_variable: Add method to get string representing interpolation qualifier
Ian Romanick
2010-06-23
1
-0
/
+10
*
ir_constant: Add method to determine if two constants have the same value
Ian Romanick
2010-06-23
1
-0
/
+5
*
ir_validate: New pass for checking our invariants.
Eric Anholt
2010-06-22
1
-0
/
+2
*
ir: Give ir_instruction a print visitor helper.
Eric Anholt
2010-06-22
1
-0
/
+4
*
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Eric Anholt
2010-06-22
1
-0
/
+3
*
ir_constant: Eliminate 'void *' constructor
Ian Romanick
2010-06-11
1
-1
/
+1
*
Matrix and vector constructors with a single constant scalar are constant
Ian Romanick
2010-06-11
1
-6
/
+12
*
ir_constant: Add get_record_field query
Ian Romanick
2010-06-11
1
-0
/
+2
*
ir_constant: Support constant structures in clone
Ian Romanick
2010-06-11
1
-4
/
+7
*
ir_constant: Add storage for multiple constants for arrays and records
Ian Romanick
2010-06-11
1
-0
/
+2
*
Construct an ir_constant from a list of ir_constant values
Ian Romanick
2010-06-11
1
-0
/
+5
*
Add methods to ir_constant to get scalar components in a particular type
Ian Romanick
2010-06-11
1
-0
/
+14
*
Construct an ir_constant from a scalar component of another ir_constant
Ian Romanick
2010-06-11
1
-0
/
+12
*
Implement dFdx, dFdy, and fwidth via new expression opcodes.
Kenneth Graunke
2010-06-09
1
-0
/
+8
*
ir_function_cloning_visitor: Add support for ir_texture.
Kenneth Graunke
2010-06-09
1
-1
/
+1
*
Set the type of ir_texture properly; infer it from the sampler type.
Kenneth Graunke
2010-06-09
1
-0
/
+3
*
Add stub visitor support for ir_texture.
Kenneth Graunke
2010-06-09
1
-0
/
+7
*
Add mappings between ir_texture_opcode and strings.
Kenneth Graunke
2010-06-09
1
-0
/
+10
*
Define IR instruction for texture look-ups
Ian Romanick
2010-06-09
1
-0
/
+77
*
There is no class ir_label, so there's no need for ir_instruction::as_label
Ian Romanick
2010-06-02
1
-1
/
+0
*
ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.
Eric Anholt
2010-06-01
1
-1
/
+6
*
ir_dereference::mode is no longer used, kill with fire
Ian Romanick
2010-05-26
1
-13
/
+0
*
Refactor whole-variable assigment checking into member function
Ian Romanick
2010-05-26
1
-0
/
+26
*
Refactor ir_dereference data fields to subclasses
Ian Romanick
2010-05-26
1
-15
/
+14
*
Refactor ir_dereference support for ir_visitor
Ian Romanick
2010-05-26
1
-5
/
+15
*
Refactor ir_dereference support for ir_hierarchical_visitor
Ian Romanick
2010-05-26
1
-2
/
+5
*
Begin refactoring ir_dereference
Ian Romanick
2010-05-26
1
-8
/
+59
*
Add ir_hierarchical_visitor base class and associated infrastructure
Ian Romanick
2010-05-17
1
-0
/
+28
*
Add ir_rvalue::variable_referenced
Ian Romanick
2010-05-14
1
-0
/
+18
*
Implement "sin" and "cos" builtins via new expression operators.
Kenneth Graunke
2010-05-14
1
-0
/
+8
*
Implement "sign" builtin via a new expression operator.
Kenneth Graunke
2010-05-14
1
-0
/
+1
*
ir_copy_propagation: New pass to rewrite dereferences to avoid copies.
Eric Anholt
2010-05-04
1
-0
/
+6
*
ir_to_mesa.cpp: Fix missing types on some ir_swizzles.
Eric Anholt
2010-05-03
1
-5
/
+1
*
Add ir_dereference constructor for structure field dereferences
Ian Romanick
2010-04-28
1
-0
/
+2
*
Move array of operator strings out of ir_print_visitor.cpp.
Kenneth Graunke
2010-04-28
1
-2
/
+12
*
Factor out parameter list replacement for later reuse.
Kenneth Graunke
2010-04-28
1
-0
/
+7
*
Factor out parameter list matching from ast_function::hir for later reuse.
Kenneth Graunke
2010-04-28
1
-1
/
+8
*
Factor out qualifier checking code for later reuse.
Kenneth Graunke
2010-04-28
1
-0
/
+7
*
Refactor ir_expression::get_num_operands.
Kenneth Graunke
2010-04-28
1
-1
/
+5
*
Fix ir_dead_code for function refactoring.
Kenneth Graunke
2010-04-21
1
-0
/
+6
*
Remove ir_label since it is no longer used.
Kenneth Graunke
2010-04-21
1
-20
/
+0
[next]