projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2015-01-15
Jason Ekstrand
nir/validate: Validate intrinsic source/destination...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Vectorize intrinsics
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Remove the old variable lowering code
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/validate: Ensure that outputs are write-only and...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Use the new variable lowering code
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/glsl: Generate SSA NIR
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a pass to lower global variables to local...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a pass for lowering input/output loads/stores
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a pass to lower local variables to registers
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a pass to lower local variable accesses to...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a copy splitting pass
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Automatically update SSA if uses
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Don't dump the shader.
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/glsl: Don't allocate a state_slots array for 0...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Validate that the sources of a phi have the same...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/copy_propagate: Don't cause size mismatches on...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Don't require a function in ssa_def_init
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Use an integer index for specifying structure...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a concept of a wildcard array dereference
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Make array deref direct vs. indirect an enum
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Clean up nir_deref helper functions
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/lower_samplers: Use the nir_instr_rewrite_src function
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a helper for rewriting an instruction source
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Properly saturate multiplies
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/from_ssa: Don't lower constant SSA values to registers
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Handle SSA constants
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Use an array rather than a hash table...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Add the CSE pass and actually run in a...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a basic CSE pass
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a fused multiply-add peephole
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Validate that the SSA def and register indices...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Turn on the peephole select optimization
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a peephole select optimization
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/nir: Patch up phi predecessors in move_successors
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/nir: Use safe iterators when iterating over the CFG
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
glsl/list: Add a foreach_list_typed_safe_reverse macro
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/nir: Fix a bug in move_successors
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Validate optimization passes
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Differentiate between signed and unsigned versions...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/print: Don't reindex things
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Validate all lists in the validator
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
glsl/list: Fix the exec_list_validate function
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Do retyping for ALU srouces in get_nir_alu_src
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a better out-of-SSA pass
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a function for comparing two sources
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a parallel copy instruction type
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a function for rewriting all the uses of a...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Automatically handle SSA uses when an instruction...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add an initialization function for SSA definitions
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add an SSA-based liveness analysis pass.
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: set reg_alloc and ssa_alloc when indexing register...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a function to detect if a block is immediately...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a foreach_block_reverse function
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/foreach_block: Return false if the callback on...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a basic metadata management system
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/lower_variables_scalar: Silence a compiler warning
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Convert the shader to/from SSA
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a lower_vec_to_movs pass
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add a naieve from-SSA pass
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Don't duplicate emit_general_interpolation
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs: Don't take an ir_variable for emit_general_int...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add intrinsics to do alternate interpolation on...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add NIR_TRUE and NIR_FALSE constants and use them...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Add atomic counters support
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/lower_atomics: Multiply array offsets by ATOMIC_COU...
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Handle coarse/fine derivatives
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/glsl: Add support for coarse and fine derivatives
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir: Add fine and coarse derivative opcodes
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
nir/glsl: Add support for saturate
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Add support for sample_pos and sample_id
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
Fix up varying pull constants
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
Fix what I think are a few NIR typos
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Use the correct texture offset immediate
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Use the correct types for texture inputs
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs_nir: Make the sampler register always unsigned
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
i965/fs: Only use nir for 8-wide non-fast-clear shaders.
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
i965/fs: add a NIR frontend
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
i965/fs: Don't pass through the coordinate type
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
i965/fs: make emit_fragcoord_interpolation() not take...
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add an SSA-based dead code elimination pass
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add an SSA-based copy propagation pass
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a pass to convert to SSA
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: calculate dominance information
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add an optimization to turn global registers into...
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a pass to lower atomics
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a pass to lower system value reads
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a pass to lower sampler instructions
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a pass to remove unused variables
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: keep track of the number of input, output, and...
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a pass to lower variables for scalar backends
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a glsl-to-nir pass
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a validation pass
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a printer
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
SQUASH: Fix comments from eric
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
SQUASH: Add an assert
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add core helper functions
commit
|
commitdiff
|
tree
2015-01-15
Jason Ekstrand
SQUASH: Use the enum for the variable mode
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add the core datastructures
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add a simple C wrapper around glsl_types.h
commit
|
commitdiff
|
tree
2015-01-15
Connor Abbott
nir: add initial README
commit
|
commitdiff
|
tree
next