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
/
src
/
glsl
/
nir
/
nir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/register: Add a parent_instr field
Jason Ekstrand
2015-02-24
1
-1
/
+10
*
nir: Drop dependency on mtypes.h for core NIR.
Eric Anholt
2015-02-20
1
-1
/
+3
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
1
-1
/
+1
*
nir: Add a global code motion (GCM) pass
Jason Ekstrand
2015-02-19
1
-0
/
+2
*
nir/instr: Change "live" to a more generic "pass_flags" field
Jason Ekstrand
2015-02-19
1
-2
/
+4
*
nir: Make nir_[cf_node/instr]_[prev/next] return null if at the end
Jason Ekstrand
2015-02-19
1
-6
/
+22
*
nir/dominance: Add a constant-time mechanism for comparing blocks
Jason Ekstrand
2015-02-19
1
-0
/
+9
*
nir/dominance: Expose the dominance intersection function
Jason Ekstrand
2015-02-19
1
-0
/
+2
*
nir: Add a flag for lowering fsat.
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Add a flag for lowering ffma.
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Add a flag for lowering fneg/ineg.
Eric Anholt
2015-02-18
1
-0
/
+2
*
nir: Add a flag for lowering fsqrt(x) to frcp(frsqrt(x)).
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Conditionalize the POW reconstruction on shader compiler options.
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Add a nir_shader_compiler_options struct pointed to by the shaders.
Eric Anholt
2015-02-18
1
-2
/
+13
*
nir: Mark nir_print_instr's instr pointer as const.
Kenneth Graunke
2015-02-10
1
-1
/
+1
*
nir: add an optimization to remove useless phi nodes
Connor Abbott
2015-02-03
1
-0
/
+2
*
nir: Add a pass to lower vector phi nodes to scalar phi nodes
Jason Ekstrand
2015-02-03
1
-0
/
+2
*
nir: Add an invalid type
Jason Ekstrand
2015-01-29
1
-0
/
+1
*
nir: add a helper function for getting the number of source components
Connor Abbott
2015-01-26
1
-0
/
+15
*
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
2015-01-26
1
-2
/
+2
*
nir: use Python to autogenerate opcode information
Connor Abbott
2015-01-24
1
-14
/
+2
*
nir: Expose nir_print_instr() for debug prints
Eric Anholt
2015-01-23
1
-0
/
+1
*
nir: Add nir_lower_alu_to_scalar.
Eric Anholt
2015-01-23
1
-0
/
+1
*
nir: Make some helpers for copying ALU src/dests.
Eric Anholt
2015-01-23
1
-0
/
+4
*
nir: Make an easier helper for setting up SSA defs.
Eric Anholt
2015-01-22
1
-0
/
+2
*
nir: Replace assert(0) with unreachable().
Matt Turner
2015-01-21
1
-2
/
+1
*
nir: Add src and dest constructors
Jason Ekstrand
2015-01-21
1
-0
/
+37
*
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
2015-01-20
1
-0
/
+3
*
util: Move main/set to util/hash_set
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: Add a pass for lowering copy instructions
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
nir: Rename lower_variables to lower_vars_to_ssa
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
1
-10
/
+14
*
nir/validate: Only build in debug mode
Jason Ekstrand
2015-01-15
1
-0
/
+4
*
nir: Make intrinsic flags into an enum
Jason Ekstrand
2015-01-15
1
-14
/
+14
*
nir: Use static inlines instead of macros for list getters
Jason Ekstrand
2015-01-15
1
-28
/
+81
*
nir/variable: Remove the constant_value field
Jason Ekstrand
2015-01-15
1
-12
/
+2
*
nir: Add some documentation
Jason Ekstrand
2015-01-15
1
-22
/
+69
*
nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
Jason Ekstrand
2015-01-15
1
-2
/
+11
*
nir/from_ssa: Clean up parallel copy handling and document it better
Jason Ekstrand
2015-01-15
1
-7
/
+0
*
nir: Rename nir_block_following_if to nir_block_get_following_if
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/opcodes: Remove the per_component info field
Jason Ekstrand
2015-01-15
1
-18
/
+15
*
nir/opcodes: Add algebraic properties metadata
Jason Ekstrand
2015-01-15
1
-1
/
+8
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-16
/
+4
*
nir: Make nir_ssa_undef_instr_create initialize the destination
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
nir: Add a foreach_ssa_def function
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
nir: Remove predication
Jason Ekstrand
2015-01-15
1
-14
/
+0
*
nir/metadata: Rename metadata_dirty to metadata_preserve
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/tex_instr: Rename the indirect source type and add an array size
Jason Ekstrand
2015-01-15
1
-1
/
+10
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir: Add a basic constant folding pass
Jason Ekstrand
2015-01-15
1
-0
/
+1
[next]