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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
nir/i965: add before ffma algebraic opts
Timothy Arceri
2
-0
/
+24
2017-04-24
nir: shuffle constants to the top
Timothy Arceri
2
-1
/
+19
2017-04-24
nir: add flt comparision simplification
Timothy Arceri
2
-0
/
+19
2017-04-16
nir: Add GLSL_TYPE_[U]INT64 to some switch statements
Jason Ekstrand
2
-0
/
+4
2017-04-14
nir: Destination component count of shader_clock intrinsic is 2
Boyan Ding
1
-1
/
+1
2017-04-14
nir/print: add compute shader info
Rob Clark
1
-0
/
+13
2017-03-30
nir: Add support for 8 and 16-bit types
Jason Ekstrand
3
-2
/
+24
2017-03-30
nir/constant_expressions: Don't switch on bit size when not needed
Jason Ekstrand
1
-14
/
+23
2017-03-30
nir/constant_expressions: Pull the guts out into a helper block
Jason Ekstrand
1
-98
/
+101
2017-03-24
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
2
-8
/
+25
2017-03-23
nir: Return progress from nir_convert_from_ssa().
Matt Turner
2
-8
/
+15
2017-03-23
nir: Return progress from nir_lower_io().
Matt Turner
2
-6
/
+15
2017-03-23
nir: Return progress from nir_lower_regs_to_ssa().
Matt Turner
2
-6
/
+10
2017-03-23
nir: Return progress from nir_lower_samplers().
Matt Turner
2
-12
/
+19
2017-03-23
nir: Return progress from nir_lower_atomics().
Matt Turner
2
-7
/
+13
2017-03-23
nir: Return progress from nir_lower_clamp_color_outputs().
Matt Turner
2
-10
/
+22
2017-03-23
nir: Return progress from nir_lower_clip_fs().
Matt Turner
2
-3
/
+7
2017-03-23
nir: Return progress from nir_lower_clip_vs().
Matt Turner
2
-5
/
+7
2017-03-23
nir: Return progress from nir_move_vec_src_uses_to_dest().
Matt Turner
2
-6
/
+18
2017-03-23
nir: Return progress from nir_lower_to_source_mods().
Matt Turner
2
-6
/
+29
2017-03-23
nir: Return progress from nir_lower_clip_cull_distance_arrays().
Matt Turner
2
-5
/
+21
2017-03-23
nir: Return progress from nir_lower_var_copies().
Matt Turner
2
-4
/
+16
2017-03-23
nir: Return progress from nir_lower_load_const_to_scalar().
Matt Turner
2
-7
/
+21
2017-03-23
nir: Return progress from nir_lower_64bit_pack().
Matt Turner
2
-4
/
+14
2017-03-23
nir: Return progress from nir_lower_doubles().
Matt Turner
2
-22
/
+42
2017-03-23
nir: Return progress from nir_lower_vars_to_ssa().
Matt Turner
2
-3
/
+7
2017-03-23
nir: Fix syntax.
Matt Turner
2
-6
/
+6
2017-03-23
nir: Fix misspellings.
Matt Turner
4
-7
/
+7
2017-03-23
nir: Stop using apostrophes to pluralize.
Matt Turner
21
-43
/
+43
2017-03-22
nir: consistently use ifndef guards over pragma once
Emil Velikov
10
-11
/
+38
2017-03-21
nir: Add positional argument specifiers.
Vinson Lee
2
-2
/
+2
2017-03-14
nir/constant_expressions: Refactor helper functions
Jason Ekstrand
1
-24
/
+27
2017-03-14
nir: Rework conversion opcodes
Jason Ekstrand
8
-189
/
+121
2017-03-14
nir: Rewrite nir_type_conversion_op
Jason Ekstrand
1
-63
/
+92
2017-03-14
nir: Add a get_nir_type_for_glsl_base_type helper
Jason Ekstrand
1
-2
/
+8
2017-03-14
nir/validate: Rework ALU bit-size rule validation
Jason Ekstrand
1
-32
/
+33
2017-03-14
nir/validate: Validate that bit sizes and components always match
Jason Ekstrand
1
-38
/
+63
2017-03-14
nir: Make image_size a variable-width intrinsic
Jason Ekstrand
1
-1
/
+1
2017-03-14
nir/lower_tex: Use tex_instr_dest_size for txs destinations
Jason Ekstrand
1
-1
/
+2
2017-03-14
nir/copy_prop: Respect the source's number of components
Jason Ekstrand
1
-33
/
+96
2017-03-14
nir/intrinsics: Make load_barycentric_input take a 2-component coor
Jason Ekstrand
1
-1
/
+3
2017-03-10
nir: remove shebang from python scripts
Emil Velikov
7
-7
/
+0
2017-03-03
nir/int64: Properly handle imod/irem
Jason Ekstrand
1
-3
/
+21
2017-03-03
nir/builder: Add an int64 immediate helper
Jason Ekstrand
1
-0
/
+11
2017-03-01
i965: Do int64 lowering in NIR
Jason Ekstrand
1
-54
/
+53
2017-03-01
nir: Add a simple int64 lowering pass
Jason Ekstrand
2
-0
/
+288
2017-03-01
nir/lower_indirect: Use nir_builder control-flow helpers
Jason Ekstrand
1
-30
/
+5
2017-03-01
nir/lower_gs_intrinsics: Use nir_builder control-flow helpers
Jason Ekstrand
1
-6
/
+3
2017-03-01
nir/builder: Add support for easily building control-flow
Jason Ekstrand
1
-0
/
+95
2017-02-27
nir: Delete unused arg in get_iteration
Elie TOURNIER
1
-2
/
+2
[next]