index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
/
nir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-03
compiler: Add a system value and varying for ViewIndex
Jason Ekstrand
1
-0
/
+4
2017-04-16
nir: Add GLSL_TYPE_[U]INT64 to some switch statements
Jason Ekstrand
1
-0
/
+2
2017-03-23
nir: Stop using apostrophes to pluralize.
Matt Turner
1
-1
/
+1
2017-03-14
nir: Rework conversion opcodes
Jason Ekstrand
1
-122
/
+0
2017-03-14
nir: Rewrite nir_type_conversion_op
Jason Ekstrand
1
-63
/
+92
2017-02-16
nir: handle some 64-bit integer conversions
Dave Airlie
1
-7
/
+19
2017-01-20
nir: Add 64-bit integer constant support
Ian Romanick
1
-0
/
+2
2017-01-11
nir: change asserts to unreachable in nir_type_conversion_op
Tapani Pälli
1
-3
/
+3
2017-01-09
nir: add nir_type_conversion_op()
Samuel Iglesias Gonsálvez
1
-0
/
+81
2016-12-30
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
1
-11
/
+14
2016-12-22
nir: Correctly handle blocks in cf_node_cf_tree_next
Jason Ekstrand
1
-1
/
+1
2016-12-23
nir: Add a loop analysis pass
Thomas Helland
1
-1
/
+1
2016-12-02
nir: Get rid of nir_constant_data
Jason Ekstrand
1
-20
/
+12
2016-10-31
ralloc: use rzalloc where it's necessary
Marek Olšák
1
-3
/
+5
2016-10-31
nir: zero allocated memory where needed
Juha-Pekka Heikkila
1
-2
/
+2
2016-10-26
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
1
-2
/
+4
2016-10-06
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
1
-10
/
+10
2016-09-14
nir: move tex_instr_remove_src
Rob Clark
1
-0
/
+16
2016-07-20
nir: Add a nir_deref_foreach_leaf helper
Jason Ekstrand
1
-0
/
+116
2016-07-17
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
1
-1
/
+1
2016-06-01
nir: Make lowering gl_LocalInvocationIndex optional
Jordan Justen
1
-0
/
+4
2016-05-24
nir: Handle NULL in nir_copy_deref()
Kristian Høgsberg Kristensen
1
-0
/
+3
2016-05-12
nir: Remove empty visit_call_src and visit_load_const_src functions
Ian Romanick
1
-17
/
+2
2016-05-12
nir: Silence unused parameter warnings
Ian Romanick
1
-0
/
+4
2016-05-12
nir: glsl_get_bit_size() should take glsl_type
Rob Clark
1
-1
/
+1
2016-04-28
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
1
-5
/
+5
2016-04-28
nir: Switch the arguments to nir_foreach_parallel_copy_entry
Jason Ekstrand
1
-2
/
+2
2016-04-28
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
1
-1
/
+1
2016-04-28
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
1
-2
/
+2
2016-04-28
nir/nir: fixup for new foreach_block()
Connor Abbott
1
-28
/
+14
2016-04-27
nir: rewrite nir_foreach_block and friends
Connor Abbott
1
-76
/
+110
2016-04-26
nir: Add a helper for figuring out what channels of an SSA def are read
Jason Ekstrand
1
-0
/
+25
2016-04-20
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
1
-6
/
+6
2016-04-11
nir: handle doubles in nir_deref_get_const_initializer_load()
Connor Abbott
1
-1
/
+5
2016-04-11
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
1
-3
/
+5
2016-04-11
nir: add bit_size info to nir_ssa_undef_instr_create()
Samuel Iglesias Gonsálvez
1
-2
/
+4
2016-03-24
nir: Add a function for comparing cursors
Jason Ekstrand
1
-0
/
+56
2016-03-24
nir: fix dangling ssadef->name ptrs
Rob Clark
1
-1
/
+3
2016-03-17
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
1
-6
/
+8
2016-03-17
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
1
-2
/
+2
2016-03-17
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
1
-0
/
+2
2016-03-17
nir: Add support for lowering load/stores of shared variables
Jordan Justen
1
-0
/
+1
2016-03-17
nir: Add compute shader shared variable storage class
Jordan Justen
1
-0
/
+6
2016-03-12
nir: Create function parameters in function_impl_create
Jason Ekstrand
1
-0
/
+20
2016-03-12
nir: Add a helper for creating a "bare" nir_function_impl
Jason Ekstrand
1
-10
/
+18
2016-03-12
nir: Add a new "param" variable mode for parameters and return variables
Jason Ekstrand
1
-0
/
+4
2016-02-09
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
1
-0
/
+7
2016-02-09
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
1
-5
/
+5
2016-02-09
nir: Add some braces around loops and ifs
Jason Ekstrand
1
-5
/
+10
2016-01-26
nir: move to compiler/
Emil Velikov
1
-0
/
+1665