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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: Don't require a function in ssa_def_init
Jason Ekstrand
2015-01-15
6
-24
/
+41
*
nir: Use an integer index for specifying structure fields
Jason Ekstrand
2015-01-15
9
-83
/
+75
*
nir: Add a concept of a wildcard array dereference
Jason Ekstrand
2015-01-15
2
-0
/
+12
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
8
-15
/
+25
*
nir: Clean up nir_deref helper functions
Jason Ekstrand
2015-01-15
1
-1
/
+4
*
nir/lower_samplers: Use the nir_instr_rewrite_src function
Jason Ekstrand
2015-01-15
1
-1
/
+10
*
nir: Add a helper for rewriting an instruction source
Jason Ekstrand
2015-01-15
2
-0
/
+62
*
i965/fs_nir: Properly saturate multiplies
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/from_ssa: Don't lower constant SSA values to registers
Jason Ekstrand
2015-01-15
1
-8
/
+32
*
i965/fs_nir: Handle SSA constants
Jason Ekstrand
2015-01-15
1
-17
/
+33
*
i965/fs_nir: Use an array rather than a hash table for register lookup
Jason Ekstrand
2015-01-15
3
-23
/
+30
*
i965/fs_nir: Add the CSE pass and actually run in a loop
Jason Ekstrand
2015-01-15
1
-13
/
+18
*
nir: Add a basic CSE pass
Jason Ekstrand
2015-01-15
3
-0
/
+272
*
nir: Add a fused multiply-add peephole
Jason Ekstrand
2015-01-15
5
-0
/
+196
*
nir: Validate that the SSA def and register indices are unique
Jason Ekstrand
2015-01-15
1
-0
/
+41
*
i965/fs_nir: Turn on the peephole select optimization
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a peephole select optimization
Jason Ekstrand
2015-01-15
3
-0
/
+217
*
nir/nir: Patch up phi predecessors in move_successors
Jason Ekstrand
2015-01-15
1
-2
/
+23
*
nir/nir: Use safe iterators when iterating over the CFG
Jason Ekstrand
2015-01-15
1
-8
/
+10
*
glsl/list: Add a foreach_list_typed_safe_reverse macro
Jason Ekstrand
2015-01-15
1
-0
/
+9
*
nir/nir: Fix a bug in move_successors
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
i965/fs_nir: Validate optimization passes
Jason Ekstrand
2015-01-15
1
-8
/
+15
*
nir: Differentiate between signed and unsigned versions of find_msb
Jason Ekstrand
2015-01-15
3
-11
/
+30
*
nir/print: Don't reindex things
Jason Ekstrand
2015-01-15
1
-4
/
+0
*
nir: Validate all lists in the validator
Jason Ekstrand
2015-01-15
1
-0
/
+14
*
glsl/list: Fix the exec_list_validate function
Jason Ekstrand
2015-01-15
1
-3
/
+1
*
i965/fs_nir: Do retyping for ALU srouces in get_nir_alu_src
Jason Ekstrand
2015-01-15
1
-15
/
+8
*
nir: Add a better out-of-SSA pass
Jason Ekstrand
2015-01-15
1
-73
/
+716
*
nir: Add a function for comparing two sources
Jason Ekstrand
2015-01-15
2
-0
/
+29
*
nir: Add a parallel copy instruction type
Jason Ekstrand
2015-01-15
3
-1
/
+88
*
nir: Add a function for rewriting all the uses of a SSA def
Jason Ekstrand
2015-01-15
2
-0
/
+55
*
nir: Automatically handle SSA uses when an instruction is inserted
Jason Ekstrand
2015-01-15
2
-26
/
+6
*
nir: Add an initialization function for SSA definitions
Jason Ekstrand
2015-01-15
3
-21
/
+25
*
nir: Add an SSA-based liveness analysis pass.
Jason Ekstrand
2015-01-15
5
-0
/
+297
*
nir: set reg_alloc and ssa_alloc when indexing registers and SSA values
Jason Ekstrand
2015-01-15
2
-2
/
+5
*
nir: Add a function to detect if a block is immediately followed by an if
Jason Ekstrand
2015-01-15
4
-13
/
+30
*
nir: Add a foreach_block_reverse function
Jason Ekstrand
2015-01-15
2
-25
/
+56
*
nir/foreach_block: Return false if the callback on the last block fails
Jason Ekstrand
2015-01-15
1
-3
/
+1
*
nir: Add a basic metadata management system
Jason Ekstrand
2015-01-15
5
-17
/
+82
*
nir/lower_variables_scalar: Silence a compiler warning
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
i965/fs_nir: Convert the shader to/from SSA
Jason Ekstrand
2015-01-15
1
-0
/
+9
*
nir: Add a lower_vec_to_movs pass
Jason Ekstrand
2015-01-15
3
-0
/
+99
*
nir: Add a naieve from-SSA pass
Jason Ekstrand
2015-01-15
3
-0
/
+195
*
i965/fs_nir: Don't duplicate emit_general_interpolation
Jason Ekstrand
2015-01-15
2
-110
/
+4
*
i965/fs: Don't take an ir_variable for emit_general_interpolation
Jason Ekstrand
2015-01-15
4
-35
/
+41
*
nir: Add intrinsics to do alternate interpolation on inputs
Jason Ekstrand
2015-01-15
1
-17
/
+35
*
nir: Add NIR_TRUE and NIR_FALSE constants and use them for boolean immediates
Jason Ekstrand
2015-01-15
2
-4
/
+19
*
i965/fs_nir: Add atomic counters support
Jason Ekstrand
2015-01-15
1
-3
/
+22
*
nir/lower_atomics: Multiply array offsets by ATOMIC_COUNTER_SIZE
Jason Ekstrand
2015-01-15
1
-1
/
+17
*
i965/fs_nir: Handle coarse/fine derivatives
Jason Ekstrand
2015-01-15
1
-0
/
+18
[prev]
[next]