radv: fix computation of user sgprs for 32-bit pointers
[mesa.git] / src / amd / vulkan / radv_nir_to_llvm.c
2018-05-22 Samuel Pitoisetradv: fix computation of user sgprs for 32-bit pointers
2018-05-22 Samuel Pitoisetradv: drop user_sgpr_info::sgpr_count
2018-05-22 Samuel Pitoisetradv: add support for 32-bit pointers in user data...
2018-05-22 Samuel Pitoisetradv: add set_loc_shader_ptr() helper
2018-05-22 Samuel Pitoisetradv: set amdgpu-32bit-address-high-bits LLVM attribute
2018-05-21 Samuel Pitoisetradv: fix centroid interpolation
2018-05-18 Samuel Pitoisetradv: pass radv_nir_compiler_options directly to create...
2018-05-17 Marek Olšákamd: remove support for LLVM 4.0
2018-05-17 Samuel Pitoisetradv: only declare the ESGS rings for pre GFX9 chips
2018-05-17 Samuel Pitoisetradv: do not emit unnecessary ES output stores
2018-05-17 Samuel Pitoisetradv: do not emit unnecessary GS output stores
2018-05-14 Samuel Pitoisetradv: reduce the number of parameters export by the...
2018-05-14 Samuel Pitoisetradv: run the shader info pass before emitting the...
2018-05-14 Bas Nieuwenhuizenradv: Fix up 2_10_10_10 alpha sign.
2018-05-11 Samuel Pitoisetradv: move ac_build_if_state on top of radv_nir_to_llvm.c
2018-05-10 Grazvydas Ignotasradv: assorted typo fixes
2018-04-12 Bas Nieuwenhuizenradv: Implement VK_EXT_vertex_attribute_divisor.
2018-04-02 Mike Lothianac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPass
2018-03-28 Bas Nieuwenhuizenac/nir: Add workaround for GFX9 buffer views.
2018-03-28 Timothy Arceriac/radeonsi: pass bindless bool to load_sampler_desc()
2018-03-20 Samuel Pitoisetradv: only enable one channel when exporting prim id
2018-03-19 Dave Airlieradv: don't export NULL layer.
2018-03-19 Dave Airlieradv: handle exporting view index to fragment shader...
2018-03-16 Dave Airlieradv: drop geometry stride user sgpr.
2018-03-16 Dave Airlieradv: get rid of geometry user sgpr for num entries.
2018-03-16 Dave Airlieradv: migrate lds size calculations to shader gen.
2018-03-16 Dave Airlieradv: drop scanning the tess shader in the nir code.
2018-03-16 Dave Airlieradv/tess: remove last chunk of tess sgprs
2018-03-16 Dave Airlieradv: pass num_patches to tes from tcs
2018-03-16 Dave Airlieradv: drop tess offchip layout for tcs.
2018-03-16 Dave Airlieradv: drop tcs_out_offsets
2018-03-16 Dave Airlieradv: drop tcs_out_layout
2018-03-16 Dave Airlieradv/tess: drop tcs_in_layout setting completely.
2018-03-16 Dave Airlieradv: drop ls_out_layout const.
2018-03-16 Dave Airlieradv: migrate unique index info shader info (v2)
2018-03-15 Samuel Pitoisetradv: record LLVM IR when debugging shaders
2018-03-15 Samuel Pitoisetradv: add dump_shader to the NIR compiler options
2018-03-15 Samuel Pitoisetradv: pass the NIR compiler options to ac_compile_llvm_...
2018-03-14 Dave Airlieradv: mark all tess output for an indirect access.
2018-03-14 Dave Airlieac/nir: pass the nir variable through tcs loading.
2018-03-14 Dave Airlieradv: get correct offset into LDS for indexed vars.
2018-03-13 Samuel Pitoisetac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_r...
2018-03-13 Samuel Pitoisetac/nir: move ac_nir_compiler_options and friends to...
2018-03-13 Samuel Pitoisetac: move ac_shader_info to radv folder
2018-03-13 Samuel Pitoisetac/nir: move ac_shader_variant_info and friends to...
2018-03-13 Samuel Pitoisetac/nir: move all RADV related code to radv_nir_to_llvm.c