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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-09
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
1
-1
/
+1
2017-05-08
nir: fix (hopefully) windows build
Rob Clark
1
-0
/
+4
2017-05-04
nir: add pass to lower atomic counters to SSBO
Rob Clark
1
-0
/
+1
2017-04-24
nir/i965: add before ffma algebraic opts
Timothy Arceri
1
-0
/
+1
2017-03-30
nir: Add support for 8 and 16-bit types
Jason Ekstrand
1
-0
/
+4
2017-03-24
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
1
-1
/
+1
2017-03-23
nir: Return progress from nir_convert_from_ssa().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_io().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_regs_to_ssa().
Matt Turner
1
-2
/
+2
2017-03-23
nir: Return progress from nir_lower_samplers().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_atomics().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_clamp_color_outputs().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_clip_fs().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_clip_vs().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_move_vec_src_uses_to_dest().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_to_source_mods().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_clip_cull_distance_arrays().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_var_copies().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_load_const_to_scalar().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_64bit_pack().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_doubles().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Return progress from nir_lower_vars_to_ssa().
Matt Turner
1
-1
/
+1
2017-03-23
nir: Fix misspellings.
Matt Turner
1
-1
/
+1
2017-03-23
nir: Stop using apostrophes to pluralize.
Matt Turner
1
-7
/
+7
2017-03-22
nir: consistently use ifndef guards over pragma once
Emil Velikov
1
-1
/
+4
2017-03-14
nir: Add a get_nir_type_for_glsl_base_type helper
Jason Ekstrand
1
-2
/
+8
2017-03-01
nir: Add a simple int64 lowering pass
Jason Ekstrand
1
-0
/
+9
2017-02-21
nir: do not #include util/debug.h within extern C {}
Emil Velikov
1
-1
/
+4
2017-02-16
nir: Rename lower_double_pack to lower_64bit_pack
Jason Ekstrand
1
-1
/
+1
2017-02-16
nir: handle 64-bit integer types in glsl->nir type conversion.
Dave Airlie
1
-0
/
+6
2017-01-12
nir: Introduce a nir_opt_move_comparisons() pass.
Kenneth Graunke
1
-0
/
+2
2017-01-10
nir: Add a pass to lower TES patch_vertices intrinsics to a constant.
Kenneth Graunke
1
-0
/
+1
2017-01-09
nir: add nir_type_conversion_op()
Samuel Iglesias Gonsálvez
1
-0
/
+2
2017-01-09
nir: add nir_get_nir_type_for_glsl_type()
Samuel Iglesias Gonsálvez
1
-0
/
+24
2017-01-06
nir: Add a local variable-based copy propagation pass
Jason Ekstrand
1
-0
/
+2
2016-12-30
nir/lower_var_copies: Use a shader rather than a void *mem_ctx
Jason Ekstrand
1
-1
/
+1
2016-12-30
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
1
-2
/
+2
2016-12-29
nir: Add foreach_register helper macros
Jason Ekstrand
1
-0
/
+5
2016-12-29
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
1
-3
/
+2
2016-12-22
nir: Add a pass for moving SPIR-V continue blocks to the ends of loops
Jason Ekstrand
1
-0
/
+2
2016-12-22
nir: Add an optimization pass to remove trivial continues
Jason Ekstrand
1
-0
/
+2
2016-12-23
nir: add a loop unrolling pass
Timothy Arceri
1
-0
/
+2
2016-12-23
nir: Add a LCSAA-pass
Thomas Helland
1
-0
/
+2
2016-12-23
nir: Add a loop analysis pass
Thomas Helland
1
-1
/
+40
2016-12-23
nir: Add a couple quick-and-dirty out-of-SSA helpers
Jason Ekstrand
1
-0
/
+3
2016-12-13
nir/lower_tex: add lowering for texture gradient on shadow samplers
Iago Toral Quiroga
1
-0
/
+7
2016-12-13
nir/lower_tex: add lowering for texture gradient on cube maps
Iago Toral Quiroga
1
-0
/
+5
2016-12-12
treewide: s/comparitor/comparator/
Ilia Mirkin
1
-2
/
+2
2016-12-05
nir: Remove some unused fields from nir_variable
Jason Ekstrand
1
-34
/
+0
2016-12-05
nir: Delete most of the constant_initializer support
Jason Ekstrand
1
-0
/
+4
[next]