summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Don't require a function in ssa_def_initJason Ekstrand2015-01-156-24/+41
* nir: Use an integer index for specifying structure fieldsJason Ekstrand2015-01-159-83/+75
* nir: Add a concept of a wildcard array dereferenceJason Ekstrand2015-01-152-0/+12
* nir: Make array deref direct vs. indirect an enumJason Ekstrand2015-01-158-15/+25
* nir: Clean up nir_deref helper functionsJason Ekstrand2015-01-151-1/+4
* nir/lower_samplers: Use the nir_instr_rewrite_src functionJason Ekstrand2015-01-151-1/+10
* nir: Add a helper for rewriting an instruction sourceJason Ekstrand2015-01-152-0/+62
* i965/fs_nir: Properly saturate multipliesJason Ekstrand2015-01-151-1/+1
* nir/from_ssa: Don't lower constant SSA values to registersJason Ekstrand2015-01-151-8/+32
* i965/fs_nir: Handle SSA constantsJason Ekstrand2015-01-151-17/+33
* i965/fs_nir: Use an array rather than a hash table for register lookupJason Ekstrand2015-01-153-23/+30
* i965/fs_nir: Add the CSE pass and actually run in a loopJason Ekstrand2015-01-151-13/+18
* nir: Add a basic CSE passJason Ekstrand2015-01-153-0/+272
* nir: Add a fused multiply-add peepholeJason Ekstrand2015-01-155-0/+196
* nir: Validate that the SSA def and register indices are uniqueJason Ekstrand2015-01-151-0/+41
* i965/fs_nir: Turn on the peephole select optimizationJason Ekstrand2015-01-151-0/+2
* nir: Add a peephole select optimizationJason Ekstrand2015-01-153-0/+217
* nir/nir: Patch up phi predecessors in move_successorsJason Ekstrand2015-01-151-2/+23
* nir/nir: Use safe iterators when iterating over the CFGJason Ekstrand2015-01-151-8/+10
* glsl/list: Add a foreach_list_typed_safe_reverse macroJason Ekstrand2015-01-151-0/+9
* nir/nir: Fix a bug in move_successorsJason Ekstrand2015-01-151-1/+2
* i965/fs_nir: Validate optimization passesJason Ekstrand2015-01-151-8/+15
* nir: Differentiate between signed and unsigned versions of find_msbJason Ekstrand2015-01-153-11/+30
* nir/print: Don't reindex thingsJason Ekstrand2015-01-151-4/+0
* nir: Validate all lists in the validatorJason Ekstrand2015-01-151-0/+14
* glsl/list: Fix the exec_list_validate functionJason Ekstrand2015-01-151-3/+1
* i965/fs_nir: Do retyping for ALU srouces in get_nir_alu_srcJason Ekstrand2015-01-151-15/+8
* nir: Add a better out-of-SSA passJason Ekstrand2015-01-151-73/+716
* nir: Add a function for comparing two sourcesJason Ekstrand2015-01-152-0/+29
* nir: Add a parallel copy instruction typeJason Ekstrand2015-01-153-1/+88
* nir: Add a function for rewriting all the uses of a SSA defJason Ekstrand2015-01-152-0/+55
* nir: Automatically handle SSA uses when an instruction is insertedJason Ekstrand2015-01-152-26/+6
* nir: Add an initialization function for SSA definitionsJason Ekstrand2015-01-153-21/+25
* nir: Add an SSA-based liveness analysis pass.Jason Ekstrand2015-01-155-0/+297
* nir: set reg_alloc and ssa_alloc when indexing registers and SSA valuesJason Ekstrand2015-01-152-2/+5
* nir: Add a function to detect if a block is immediately followed by an ifJason Ekstrand2015-01-154-13/+30
* nir: Add a foreach_block_reverse functionJason Ekstrand2015-01-152-25/+56
* nir/foreach_block: Return false if the callback on the last block failsJason Ekstrand2015-01-151-3/+1
* nir: Add a basic metadata management systemJason Ekstrand2015-01-155-17/+82
* nir/lower_variables_scalar: Silence a compiler warningJason Ekstrand2015-01-151-0/+2
* i965/fs_nir: Convert the shader to/from SSAJason Ekstrand2015-01-151-0/+9
* nir: Add a lower_vec_to_movs passJason Ekstrand2015-01-153-0/+99
* nir: Add a naieve from-SSA passJason Ekstrand2015-01-153-0/+195
* i965/fs_nir: Don't duplicate emit_general_interpolationJason Ekstrand2015-01-152-110/+4
* i965/fs: Don't take an ir_variable for emit_general_interpolationJason Ekstrand2015-01-154-35/+41
* nir: Add intrinsics to do alternate interpolation on inputsJason Ekstrand2015-01-151-17/+35
* nir: Add NIR_TRUE and NIR_FALSE constants and use them for boolean immediatesJason Ekstrand2015-01-152-4/+19
* i965/fs_nir: Add atomic counters supportJason Ekstrand2015-01-151-3/+22
* nir/lower_atomics: Multiply array offsets by ATOMIC_COUNTER_SIZEJason Ekstrand2015-01-151-1/+17
* i965/fs_nir: Handle coarse/fine derivativesJason Ekstrand2015-01-151-0/+18