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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/builder: Add a helper for storing to variable derefs
Jason Ekstrand
2016-03-28
1
-0
/
+16
*
nir/builder: Add a helper for building fdot instructions
Jason Ekstrand
2016-03-28
1
-0
/
+17
*
nir: Add a variable_foreach_safe helper
Jason Ekstrand
2016-03-28
1
-0
/
+3
*
nir/Makefile: Fix alphabetization
Jason Ekstrand
2016-03-28
1
-3
/
+3
*
nir: Add a pass to inline functions
Jason Ekstrand
2016-03-24
3
-0
/
+273
*
nir/builder: Add helpers for easily inserting copy_var intrinsics
Jason Ekstrand
2016-03-24
1
-0
/
+23
*
nir: Add return lowering pass
Jason Ekstrand
2016-03-24
3
-0
/
+250
*
nir: Add a cursor helper for getting a cursor after any phi nodes
Jason Ekstrand
2016-03-24
1
-0
/
+16
*
nir/builder: Add a helper for inserting jump instructions
Jason Ekstrand
2016-03-24
1
-0
/
+7
*
nir/cf: Make extracting or re-inserting nothing a no-op
Jason Ekstrand
2016-03-24
1
-0
/
+9
*
nir: Add a function for comparing cursors
Jason Ekstrand
2016-03-24
2
-0
/
+58
*
nir/cf: Handle relinking top-level blocks
Jason Ekstrand
2016-03-24
1
-2
/
+5
*
nir: Add a pass to repair SSA form
Jason Ekstrand
2016-03-24
3
-0
/
+162
*
nir/vars_to_ssa: Use the new nir_phi_builder helper
Jason Ekstrand
2016-03-24
1
-359
/
+134
*
nir/dominance: Handle unreachable blocks
Jason Ekstrand
2016-03-24
1
-1
/
+5
*
nir: Add a phi node placement helper
Jason Ekstrand
2016-03-24
3
-0
/
+412
*
nir: fix dangling ssadef->name ptrs
Rob Clark
2016-03-24
3
-4
/
+8
*
nir/glsl: Propagate invariant into NIR alu ops
Jason Ekstrand
2016-03-23
1
-0
/
+3
*
nir/alu_to_scalar: Propagate the "exact" bit
Jason Ekstrand
2016-03-23
1
-0
/
+1
*
nir/cse: Properly handle nir_ssa_def.exact
Jason Ekstrand
2016-03-23
1
-2
/
+14
*
nir/algebraic: Flag inexact optimizations
Jason Ekstrand
2016-03-23
1
-59
/
+62
*
nir/algebraic: Fix fmin detection to match the spec
Jason Ekstrand
2016-03-23
1
-1
/
+1
*
nir/algebraic: Get rid of an invlid fxor optimization
Jason Ekstrand
2016-03-23
1
-1
/
+0
*
nir/algebraic: Allow for flagging operations as being inexact
Jason Ekstrand
2016-03-23
4
-2
/
+26
*
nir/search: Propagate exactness into newly created expressions
Jason Ekstrand
2016-03-23
1
-4
/
+5
*
nir/builder: Add a flag for setting exact
Jason Ekstrand
2016-03-23
1
-0
/
+9
*
nir: Add an "exact" bit to nir_alu_instr
Jason Ekstrand
2016-03-23
3
-0
/
+14
*
nir/clone: Export nir_variable_clone
Jason Ekstrand
2016-03-23
2
-4
/
+13
*
nir/clone: Expose nir_constant_clone
Jason Ekstrand
2016-03-23
2
-4
/
+5
*
nir: Fix whitespace
Jason Ekstrand
2016-03-23
1
-1
/
+1
*
nir: Don't abs slt and friends
Ian Romanick
2016-03-22
1
-0
/
+4
*
nir: Don't abs the result of b2f or b2i
Ian Romanick
2016-03-22
1
-0
/
+2
*
nir: Simplify 0 < fabs(a)
Ian Romanick
2016-03-22
1
-0
/
+6
*
nir: Simplify 0 >= b2f(a)
Ian Romanick
2016-03-22
1
-0
/
+7
*
nir: Simplify i2b with negated or abs operand
Ian Romanick
2016-03-22
1
-0
/
+2
*
nir: Lower flrp with Boolean interpolator to bcsel
Ian Romanick
2016-03-22
1
-2
/
+5
*
nir: propagate bitsize information in nir_search
Connor Abbott
2016-03-17
3
-27
/
+247
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
20
-54
/
+112
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
14
-53
/
+53
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
5
-157
/
+262
*
nir: add nir_{src,dest}_bit_size() helpers
Connor Abbott
2016-03-17
1
-0
/
+12
*
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
2016-03-17
3
-4
/
+46
*
nir: Add explicitly sized types
Jason Ekstrand
2016-03-17
1
-1
/
+28
*
nir: Lower shared var atomics during nir_lower_io
Jordan Justen
2016-03-17
1
-2
/
+85
*
nir: Add support for lowering load/stores of shared variables
Jordan Justen
2016-03-17
5
-8
/
+32
*
nir: Add atomic operations on variables
Jordan Justen
2016-03-17
1
-0
/
+27
*
nir: Add compute shader shared variable storage class
Jordan Justen
2016-03-17
7
-3
/
+26
*
nir/print: Add space after shader_storage var mode
Jordan Justen
2016-03-17
1
-1
/
+1
*
nir/clone: Add support for cloning a single function_impl
Jason Ekstrand
2016-03-12
2
-32
/
+81
*
nir/validate: Better function validation
Jason Ekstrand
2016-03-12
1
-7
/
+15
[next]