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/clone: Copy bit size when cloning registers
Jason Ekstrand
2016-04-12
1
-0
/
+1
*
nir: Fix typo in comment
Ian Romanick
2016-04-11
1
-1
/
+1
*
nir: Merge redudant integer clamping.
Markus Wick
2016-04-11
1
-1
/
+4
*
nir: Silence unused "options" warning in algebraic passes.
Kenneth Graunke
2016-04-11
1
-0
/
+1
*
nir: Do basic constant reassociation.
Kenneth Graunke
2016-04-11
1
-0
/
+8
*
nir/lower_system_values: Add support for several computed values
Jason Ekstrand
2016-04-11
2
-3
/
+73
*
compiler: remove {glsl,nir}/Makefile.sources
Emil Velikov
2016-04-11
1
-79
/
+0
*
nir: add a pass for lowering (un)pack_double_2x32
Connor Abbott
2016-04-11
3
-0
/
+98
*
nir: add split versions of (un)pack_double_2x32
Connor Abbott
2016-04-11
1
-0
/
+36
*
nir: don't try to scalarize unpack_double_2x32
Connor Abbott
2016-04-11
1
-0
/
+3
*
nir: add support for (un)pack_double_2x32
Connor Abbott
2016-04-11
2
-0
/
+35
*
nir: add i2d and u2d opcodes
Iago Toral Quiroga
2016-04-11
2
-0
/
+10
*
nir: add d2i, d2u, d2b opcodes
Iago Toral Quiroga
2016-04-11
2
-0
/
+6
*
nir: add support for d2f and f2d
Connor Abbott
2016-04-11
2
-0
/
+5
*
nir/glsl_to_nir: set bit_size on ssbo_load result
Iago Toral Quiroga
2016-04-11
1
-2
/
+3
*
nir/glsl_to_nir: add bit-size info to add_instr()
Samuel Iglesias Gonsálvez
2016-04-11
1
-10
/
+14
*
nir/split_var_copies: handle doubles
Connor Abbott
2016-04-11
1
-0
/
+2
*
nir/instr_set: handle 64-bit bit-sizes
Connor Abbott
2016-04-11
1
-5
/
+17
*
nir: handle doubles in nir_deref_get_const_initializer_load()
Connor Abbott
2016-04-11
1
-1
/
+5
*
nir/print: add support for printing doubles and bitsize
Connor Abbott
2016-04-11
1
-3
/
+16
*
nir/glsl_to_nir: support doubles
Connor Abbott
2016-04-11
1
-26
/
+38
*
nir/lower_load_const_to_scalar: support doubles and multiple bit sizes
Iago Toral Quiroga
2016-04-11
1
-2
/
+6
*
nir/lower_to_source_mods: Handle different bit sizes
Iago Toral Quiroga
2016-04-11
1
-2
/
+3
*
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
9
-15
/
+20
*
nir/lower_vec: adapt to different bit sizes
Connor Abbott
2016-04-11
1
-0
/
+1
*
nir: add bit_size info to nir_ssa_undef_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
9
-12
/
+20
*
nir/locals_to_regs: adapt to different bit sizes
Connor Abbott
2016-04-11
1
-0
/
+1
*
nir/from_ssa: adapt to different bit sizes
Connor Abbott
2016-04-11
1
-0
/
+2
*
nir: Add a pass for gathering various bits of shader info
Jason Ekstrand
2016-04-10
3
-0
/
+163
*
nir: Use PRIi64 and PRIu64 instead of %ld and %lu.
Kenneth Graunke
2016-04-04
1
-2
/
+3
*
nir/search: Don't match inexact expressions with exact subexpressions
Jason Ekstrand
2016-04-04
1
-5
/
+18
*
nir: Add an opcode for stomping a 32-bit value to 16-bit precision
Jason Ekstrand
2016-04-01
1
-0
/
+1
*
nir: Simplify a bcsel to logical-or
Ian Romanick
2016-03-31
1
-0
/
+1
*
nir: Fix typo from commit 6702f1acde9.
Matt Turner
2016-03-30
1
-1
/
+1
*
nir: Propagate negates up multiplication chains.
Matt Turner
2016-03-30
1
-0
/
+4
*
nir: Add a helper for getting the current block from a cursor
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
nir/lower_out_to_temp: Add an "entrypoint" parameter
Jason Ekstrand
2016-03-28
3
-4
/
+5
*
nir/lower_out_to_temp: Steal the output's constant initializer
Jason Ekstrand
2016-03-28
1
-0
/
+3
*
nir: Add a helper for getting the unique function in a shader
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
nir/sweep: Sweep function parameters
Jason Ekstrand
2016-03-28
1
-0
/
+2
*
nir/builder: Add a helper for creating undefs
Jason Ekstrand
2016-03-28
1
-0
/
+14
*
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
[next]