index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Fix the Mesa build without -DDEBUG.
Kenneth Graunke
2015-02-20
1
-2
/
+2
*
nir: Drop dependency on mtypes.h for core NIR.
Eric Anholt
2015-02-20
3
-1
/
+5
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
1
-1
/
+1
*
nir/GCM: Pull unpinned instructions out of blocks while pinning
Jason Ekstrand
2015-02-19
1
-37
/
+25
*
nir/GCM: Use pass_flags instead of bitsets for tracking visited/pinned
Jason Ekstrand
2015-02-19
1
-46
/
+49
*
nir: Add a global code motion (GCM) pass
Jason Ekstrand
2015-02-19
2
-0
/
+503
*
nir/instr: Change "live" to a more generic "pass_flags" field
Jason Ekstrand
2015-02-19
2
-7
/
+13
*
nir: Make nir_[cf_node/instr]_[prev/next] return null if at the end
Jason Ekstrand
2015-02-19
1
-6
/
+22
*
nir/from_ssa: Don't try to read an invalid instruction
Jason Ekstrand
2015-02-19
1
-1
/
+1
*
nir/validate: Validate SSA defs the same way we do for registers
Jason Ekstrand
2015-02-19
1
-8
/
+79
*
nir/validate: Validate if_uses on registers
Jason Ekstrand
2015-02-19
1
-18
/
+44
*
nir: Properly clean up CF nodes when we remove them
Jason Ekstrand
2015-02-19
1
-0
/
+54
*
nir: use nir_foreach_ssa_def for indexing ssa defs
Jason Ekstrand
2015-02-19
1
-23
/
+5
*
nir/from_ssa: Use the nir_block_dominance function instead of our own
Jason Ekstrand
2015-02-19
1
-7
/
+2
*
nir/dominance: Add a constant-time mechanism for comparing blocks
Jason Ekstrand
2015-02-19
2
-0
/
+39
*
nir/dominance: Expose the dominance intersection function
Jason Ekstrand
2015-02-19
2
-0
/
+24
*
nir: add missing GLSL_TYPE_DOUBLE case in type_size()
Brian Paul
2015-02-19
1
-0
/
+1
*
nir: Add an ALU op builder kind of like ir_builder.h
Eric Anholt
2015-02-18
3
-0
/
+169
*
nir: Recognize and reduce duplicated fsats.
Eric Anholt
2015-02-18
1
-0
/
+2
*
nir: Add a flag for lowering fsat.
Eric Anholt
2015-02-18
2
-1
/
+3
*
nir: Add a flag for lowering ffma.
Eric Anholt
2015-02-18
2
-1
/
+3
*
nir: Add a flag for lowering fneg/ineg.
Eric Anholt
2015-02-18
2
-0
/
+12
*
nir: Add a flag for lowering fsqrt(x) to frcp(frsqrt(x)).
Eric Anholt
2015-02-18
2
-1
/
+3
*
nir: Add lowering of POW instructions if the lower flag is set.
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Conditionalize the POW reconstruction on shader compiler options.
Eric Anholt
2015-02-18
3
-2
/
+6
*
nir: Add an optional expression controlling nir_algebraic xforms.
Eric Anholt
2015-02-18
1
-7
/
+32
*
nir: Add a nir_shader_compiler_options struct pointed to by the shaders.
Eric Anholt
2015-02-18
3
-4
/
+38
*
nir: Make gl_FrontFacing a system_value
Jason Ekstrand
2015-02-14
1
-2
/
+8
*
nir/lower_phis_to_scalar: Fix some logic in is_phi_scalarizable
Jason Ekstrand
2015-02-14
1
-3
/
+3
*
nir: Recognize open-coded fmin/fmax.
Matt Turner
2015-02-11
1
-0
/
+2
*
nir: Add algebraic opt for int comparisons with identical operands.
Eric Anholt
2015-02-11
1
-0
/
+9
*
nir: Fix load_const comparisons for CSE.
Eric Anholt
2015-02-11
1
-1
/
+1
*
nir: Remove casts from void*.
Matt Turner
2015-02-10
4
-14
/
+13
*
nir: Replace assert(0) with unreachable().
Matt Turner
2015-02-10
1
-7
/
+7
*
nir: Remove unused has_indirect variable.
Matt Turner
2015-02-10
1
-4
/
+0
*
nir: Mark nir_print_instr's instr pointer as const.
Kenneth Graunke
2015-02-10
2
-3
/
+3
*
nir: Fix broken fsat recognizer.
Eric Anholt
2015-02-06
1
-1
/
+1
*
nir: Slightly simplify algebraic code generation by reusing a struct.
Eric Anholt
2015-02-06
1
-6
/
+3
*
nir: add an optimization to remove useless phi nodes
Connor Abbott
2015-02-03
2
-0
/
+111
*
nir/validate: Ensure that phi sources are SSA-only
Jason Ekstrand
2015-02-03
1
-10
/
+3
*
nir/validate: Validate that only float ALU outputs are saturated
Jason Ekstrand
2015-02-03
1
-0
/
+8
*
nir/lower_source_mods: Don't lower saturate for non-float outputs
Jason Ekstrand
2015-02-03
1
-0
/
+4
*
nir: Add a pass to lower vector phi nodes to scalar phi nodes
Jason Ekstrand
2015-02-03
2
-0
/
+292
*
nir/opt_algebraic: Add some constant bcsel reductions
Jason Ekstrand
2015-01-29
1
-2
/
+28
*
nir/opt_algebraic: Add some boolean simplifications
Jason Ekstrand
2015-01-29
1
-4
/
+5
*
nir/algebraic: Support specifying variable as constant or by type
Jason Ekstrand
2015-01-29
2
-6
/
+26
*
nir/algebraic: Fail to compile of a variable is used in a replace but not the...
Jason Ekstrand
2015-01-29
1
-0
/
+7
*
nir/search: Allow for matching variables based on types
Jason Ekstrand
2015-01-29
2
-0
/
+23
*
nir/search: Add support for matching unknown constants
Jason Ekstrand
2015-01-29
2
-0
/
+13
*
nir: Add an invalid type
Jason Ekstrand
2015-01-29
1
-0
/
+1
[next]