radeonsi: remove redundant si_shader_info::uses_kill
[mesa.git] / src / gallium / drivers / radeonsi / si_shader_nir.c
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-09 Ian Romanicknir: Initialize lower_flrp_progress everywhere
2019-05-07 Ian Romanickintel/compiler: Use the flrp lowering pass for all...
2019-05-07 Ian Romanicknir: Use the flrp lowering pass instead of nir_opt_alge...
2019-04-30 Timothy Arceriradeonsi/nir: create si_nir_opts() helper
2019-04-23 Marek Olšáktgsi/scan: add uses_drawid
2019-04-16 Timothy Arceriradeonsi/nir: fix scanning of bindless images
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-03-17 Timothy Arceriradeonsi/nir: call some more var optimisation passes
2019-03-12 Connor Abbottradeonsi/nir: Use nir stripping pass
2019-03-08 Timur Kristófradeonsi/nir: Only set window_space_position for vertex...
2019-03-06 Timothy Arceriradeonsi/nir: stop calling nir_lower_returns()
2019-03-05 Timur Kristófnir: Add ability for shaders to use window space coordi...
2019-02-21 Alejandro Piñeironir, glsl: move pixel_center_integer/origin_upper_left...
2019-02-19 Timothy Arceriradeonsi/nir: set shader_buffers_declared properly
2019-02-19 Timothy Arceriradeonsi/nir: set colors_read properly
2019-02-19 Timothy Arceriradeonsi/nir: set input_usage_mask properly
2019-02-19 Timur Kristófradeonsi/nir: Use uniform location when calculating...
2019-01-22 Timothy Arceriradeonsi/nir: add missing piece for bindless image...
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-19 Karol Herbstnir: rename nir_var_ssbo to nir_var_mem_ssbo
2019-01-19 Karol Herbstnir: rename nir_var_ubo to nir_var_mem_ubo
2019-01-16 Timothy Arceriradeonsi/nir: get correct type for images inside structs
2019-01-09 Rhys Perryac/nir,radv,radeonsi/nir: use correct indices for inter...
2019-01-08 Jason Ekstrandnir: Distinguish between normal uniforms and UBOs
2019-01-02 Timothy Arcerist/glsl_to_nir: call nir_lower_load_const_to_scalar...
2019-01-01 Timothy Arceriradeonsi: make use of ac_are_tessfactors_def_in_all_inv...
2019-01-01 Timothy Arceriradeonsi: remove unrequired param in si_nir_scan_tess_c...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-11-29 Marek Olšákradeonsi/nir: parse more information about bindless...
2018-09-10 Marek Olšákradeonsi/nir: port some bindless and sampler code from...
2018-09-10 Marek Olšákradeonsi: fix GPU hangs with bindless textures and...
2018-08-03 Marek Olšákamd: remove support for LLVM 5.0
2018-07-22 Timothy Arceriradeonsi/nir: make use of nir_lower_load_const_to_scalar()
2018-06-29 Marek Olšákradeonsi: store compute local_size into tgsi_shader_info
2018-06-25 Marek Olšákradeonsi: use gallivm less
2018-06-23 Bas Nieuwenhuizenradeonsi: Remove deref chain support in nir scan pass.
2018-06-23 Bas Nieuwenhuizenradeonsi: Add deref support to the nir scan pass.
2018-04-20 Nicolai Hähnleradeonsi/nir: set FS properties only when scanning...
2018-04-10 Timothy Arceriradeonsi/nir: tidy up si_nir_load_sampler_desc()
2018-04-10 Timothy Arceriradeonsi/nir: set uses_bindless_images for images
2018-04-10 Timothy Arceriradeonsi/nir: don't add bindless samplers/images to...
2018-04-05 Marek Olšákradeonsi: update copyrights
2018-04-02 Timothy Arceriradeonsi/nir: gather buffers declared more accurately...
2018-04-02 Timothy Arceriradeonsi/nir: set TGSI_PROPERTY_NEXT_SHADER
2018-03-28 Timothy Arceriac/radeonsi: pass bindless bool to load_sampler_desc()
2018-03-28 Timothy Arceriradeonsi/nir: set uses_bindless_samplers for samplers
2018-03-27 Timothy Arceriradeonsi/nir: fix input processing for packed varyings
2018-03-27 Timothy Arceriradeonsi/nir: fix scanning of multi-slot output varyings
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-20 Timothy Arcerist/nir/radeonsi: move nir_lower_uniforms_to_ubo() to...
2018-03-13 Jason Ekstrandac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_l...
2018-03-08 Marek Olšákradeonsi: remove chip_class parameter from si_lower_nir
2018-03-06 Timothy Arceriradeonsi: move si_nir_load_input_gs() to si_shader.c
2018-03-05 Timothy Arceriradeonsi/nir: call ac_lower_indirect_derefs()
2018-03-01 Dave Airlieradeonsi/nir: increase values to 8 for gs fetch.
2018-02-21 Timothy Arceriradeonsi/nir: collect more accurate output_usagemask
2018-02-18 Timothy Arceriradeonsi/nir: fix gl_FragCoord for pixel_center_integer
2018-02-16 Timothy Arceriradeonsi/nir: set TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL...
2018-02-14 Timothy Arceriradeonsi/nir: fix shader ballot return value bitsize
2018-02-14 Samuel Pitoisetac: remove nir_to_llvm_context from ac_nir_translate()
2018-02-13 Timothy Arceriradeonsi: make si_declare_compute_memory() more generic...
2018-02-09 Timothy Arceriradeonsi/nir: add depth layout to scan pass
2018-02-09 Timothy Arceriradeonsi/nir: add FRAG_RESULT_COLOR to scan pass
2018-02-09 Timothy Arceriradeonsi/nir: gather some missing fs info
2018-02-06 Timothy Arceriradeonsi/nir: gather some compute info in si_nir_scan_s...
2018-02-06 Timothy Arceriradeonsi/nir: always set input_usage_mask as using...
2018-01-30 Timothy Arceriradeonsi/nir: add input support for arrays that have...
2018-01-30 Timothy Arceriradeonsi/nir: add si_nir_lookup_interp_param() helper
2018-01-30 Timothy Arceriradeonsi/nir: move the interpolation qualifier scanning
2018-01-30 Timothy Arceriradeonsi/nir: add interpolate at intrinsics to scan_ins...
2018-01-29 Timothy Arceriradeonsi/nir: add support vs double inputs
2018-01-29 Timothy Arceriradeonsi: pass input_idx to declare_nir_input_vs()
2018-01-29 Timothy Arceriradeonsi: add bitcast_inputs() helper
2018-01-29 Timothy Arceriradeonsi/nir: fix num_inputs for doubles in vs
2018-01-22 Timothy Arceriradeonsi/nir: fix fs output index
2018-01-22 Timothy Arceriac/nir/radeonsi: add ARB_shader_ballot support
2018-01-22 Timothy Arceriradeonsi/nir: add primitive id to inputs scan
2018-01-22 Timothy Arceriradeonsi/nir: add nir_intrinsic_load_sample_mask_in...
2018-01-17 Timothy Arceriradeonsi/nir: add some missing tcs bits to the nir...
2018-01-05 Timothy Arcerist/glsl_to_nir/radeonsi: enable tessellation shaders
2018-01-05 Timothy Arceriradeonsi: add dummy implementation of si_nir_scan_tess_...
2018-01-05 Timothy Arceriradeonsi/nir: gather tess properties
2017-12-04 Timothy Arcerist/glsl_to_nir/radeonsi: enable gs support for nir...
2017-12-04 Timothy Arceriac: add si_nir_load_input_gs() to the abi
2017-12-03 Timothy Arcerist/glsl_to_nir: enable NIR link time opts
2017-12-03 Timothy Arceriradeonsi/nir: add support for packed inputs
2017-11-15 Timothy Arceriradeonsi: copy some nir gs info
2017-11-15 Timothy Arceriradeonsi: gather stream info in nir path
2017-11-03 Timothy Arceriac/radeonsi: add support for tex instr without a derefence
2017-10-31 Timothy Arceriradeonsi: fix culldist_writemask in nir path
2017-10-23 Bas Nieuwenhuizenac/nir: Only clamp shadow reference on radeonsi.
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-07-31 Nicolai Hähnleradeonsi/nir: lower uniforms to UBO loads
2017-07-31 Nicolai Hähnleradeonsi/nir: lower txp instructions
2017-07-31 Nicolai Hähnleradeonsi/nir: perform radeonsi-specific lowering and...
2017-07-31 Nicolai Hähnleradeonsi/nir: perform lowering of input/output driver...
2017-07-31 Nicolai Hähnleradeonsi/nir: add image descriptor loading
next