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
/
nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Stop using apostrophes to pluralize.
Matt Turner
2017-03-23
1
-1
/
+1
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-122
/
+0
*
nir: Rewrite nir_type_conversion_op
Jason Ekstrand
2017-03-14
1
-63
/
+92
*
nir: handle some 64-bit integer conversions
Dave Airlie
2017-02-16
1
-7
/
+19
*
nir: Add 64-bit integer constant support
Ian Romanick
2017-01-20
1
-0
/
+2
*
nir: change asserts to unreachable in nir_type_conversion_op
Tapani Pälli
2017-01-11
1
-3
/
+3
*
nir: add nir_type_conversion_op()
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+81
*
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
2016-12-30
1
-11
/
+14
*
nir: Correctly handle blocks in cf_node_cf_tree_next
Jason Ekstrand
2016-12-22
1
-1
/
+1
*
nir: Add a loop analysis pass
Thomas Helland
2016-12-23
1
-1
/
+1
*
nir: Get rid of nir_constant_data
Jason Ekstrand
2016-12-02
1
-20
/
+12
*
ralloc: use rzalloc where it's necessary
Marek Olšák
2016-10-31
1
-3
/
+5
*
nir: zero allocated memory where needed
Juha-Pekka Heikkila
2016-10-31
1
-2
/
+2
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-2
/
+4
*
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
2016-10-06
1
-10
/
+10
*
nir: move tex_instr_remove_src
Rob Clark
2016-09-14
1
-0
/
+16
*
nir: Add a nir_deref_foreach_leaf helper
Jason Ekstrand
2016-07-20
1
-0
/
+116
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-1
/
+1
*
nir: Make lowering gl_LocalInvocationIndex optional
Jordan Justen
2016-06-01
1
-0
/
+4
*
nir: Handle NULL in nir_copy_deref()
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+3
*
nir: Remove empty visit_call_src and visit_load_const_src functions
Ian Romanick
2016-05-12
1
-17
/
+2
*
nir: Silence unused parameter warnings
Ian Romanick
2016-05-12
1
-0
/
+4
*
nir: glsl_get_bit_size() should take glsl_type
Rob Clark
2016-05-12
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
1
-5
/
+5
*
nir: Switch the arguments to nir_foreach_parallel_copy_entry
Jason Ekstrand
2016-04-28
1
-2
/
+2
*
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-2
/
+2
*
nir/nir: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-28
/
+14
*
nir: rewrite nir_foreach_block and friends
Connor Abbott
2016-04-27
1
-76
/
+110
*
nir: Add a helper for figuring out what channels of an SSA def are read
Jason Ekstrand
2016-04-26
1
-0
/
+25
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-6
/
+6
*
nir: handle doubles in nir_deref_get_const_initializer_load()
Connor Abbott
2016-04-11
1
-1
/
+5
*
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
1
-3
/
+5
*
nir: add bit_size info to nir_ssa_undef_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
1
-2
/
+4
*
nir: Add a function for comparing cursors
Jason Ekstrand
2016-03-24
1
-0
/
+56
*
nir: fix dangling ssadef->name ptrs
Rob Clark
2016-03-24
1
-1
/
+3
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-6
/
+8
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-2
/
+2
*
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
2016-03-17
1
-0
/
+2
*
nir: Add support for lowering load/stores of shared variables
Jordan Justen
2016-03-17
1
-0
/
+1
*
nir: Add compute shader shared variable storage class
Jordan Justen
2016-03-17
1
-0
/
+6
*
nir: Create function parameters in function_impl_create
Jason Ekstrand
2016-03-12
1
-0
/
+20
*
nir: Add a helper for creating a "bare" nir_function_impl
Jason Ekstrand
2016-03-12
1
-10
/
+18
*
nir: Add a new "param" variable mode for parameters and return variables
Jason Ekstrand
2016-03-12
1
-0
/
+4
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
1
-0
/
+7
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
1
-5
/
+5
*
nir: Add some braces around loops and ifs
Jason Ekstrand
2016-02-09
1
-5
/
+10
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+1665