summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_nir_to_llvm.c
Commit message (Expand)AuthorAgeFilesLines
* radv: only enable one channel when exporting prim idSamuel Pitoiset2018-03-201-1/+1
* radv: don't export NULL layer.Dave Airlie2018-03-191-1/+1
* radv: handle exporting view index to fragment shader. (v1.1)Dave Airlie2018-03-191-2/+16
* radv: drop geometry stride user sgpr.Dave Airlie2018-03-161-18/+19
* radv: get rid of geometry user sgpr for num entries.Dave Airlie2018-03-161-8/+7
* radv: migrate lds size calculations to shader gen.Dave Airlie2018-03-161-0/+33
* radv: drop scanning the tess shader in the nir code.Dave Airlie2018-03-161-33/+0
* radv/tess: remove last chunk of tess sgprsDave Airlie2018-03-161-35/+15
* radv: pass num_patches to tes from tcsDave Airlie2018-03-161-1/+3
* radv: drop tess offchip layout for tcs.Dave Airlie2018-03-161-28/+88
* radv: drop tcs_out_offsetsDave Airlie2018-03-161-12/+27
* radv: drop tcs_out_layoutDave Airlie2018-03-161-9/+13
* radv/tess: drop tcs_in_layout setting completely.Dave Airlie2018-03-161-9/+17
* radv: drop ls_out_layout const.Dave Airlie2018-03-161-26/+4
* radv: migrate unique index info shader info (v2)Dave Airlie2018-03-161-22/+0
* radv: record LLVM IR when debugging shadersSamuel Pitoiset2018-03-151-0/+7
* radv: add dump_shader to the NIR compiler optionsSamuel Pitoiset2018-03-151-14/+12
* radv: pass the NIR compiler options to ac_compile_llvm_module()Samuel Pitoiset2018-03-151-5/+7
* radv: mark all tess output for an indirect access.Dave Airlie2018-03-141-8/+13
* ac/nir: pass the nir variable through tcs loading.Dave Airlie2018-03-141-5/+5
* radv: get correct offset into LDS for indexed vars.Dave Airlie2018-03-141-1/+1
* ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()Samuel Pitoiset2018-03-131-8/+8
* ac/nir: move ac_nir_compiler_options and friends to radv folderSamuel Pitoiset2018-03-131-5/+5
* ac: move ac_shader_info to radv folderSamuel Pitoiset2018-03-131-1/+1
* ac/nir: move ac_shader_variant_info and friends to radv folderSamuel Pitoiset2018-03-131-14/+15
* ac/nir: move all RADV related code to radv_nir_to_llvm.cSamuel Pitoiset2018-03-131-0/+3456