summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader.c
Commit message (Expand)AuthorAgeFilesLines
* ac/radv: move llvm compiler info to struct and init in one placeDave Airlie2018-07-041-8/+5
* radv/radeonsi: add a check ir tm optionsDave Airlie2018-07-041-1/+3
* radv: create/destroy passmgr at the higher level.Dave Airlie2018-07-041-2/+5
* radv: drop copy of ac_create_target_machine.Dave Airlie2018-07-041-31/+1
* ac/radv: split the non-common init_once code from the common target code. (v2)Dave Airlie2018-07-041-16/+4
* radv: add padding for the UMR disassemblerSamuel Pitoiset2018-07-021-2/+18
* radv: enable VK_EXT_shader_stencil_exportSamuel Pitoiset2018-06-261-0/+1
* radv: Enable lower_io_to_temporaries after deref changes.Bas Nieuwenhuizen2018-06-221-3/+0
* move lower_deref_instrsRob Clark2018-06-221-4/+0
* radv: Disable lower_io_to_temporaries during deref changes.Bas Nieuwenhuizen2018-06-221-0/+3
* nir,spirv: Rework function callsJason Ekstrand2018-06-221-2/+3
* spirv: Use NIR per-member splittingJason Ekstrand2018-06-221-0/+7
* anv,i965,radv,st,ir3: Call nir_lower_deref_instrsJason Ekstrand2018-06-221-0/+4
* radv: fix reported number of available VGPRsEric Engestrom2018-06-181-1/+1
* radv: add RADV_DEBUG=checkirSamuel Pitoiset2018-06-151-0/+1
* radv: add a workaround for DXVK hangs by setting amdgpu-skip-thresholdSamuel Pitoiset2018-06-091-1/+78
* radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen2018-05-311-2/+2
* radv: call nir_lower_io_to_temporaries for VS, GS, TES and FSSamuel Pitoiset2018-05-241-0/+10
* radv: call nir_split_var_copies() before nir_lower_var_copies()Samuel Pitoiset2018-05-241-0/+3
* radv: set amdgpu-32bit-address-high-bits LLVM attributeSamuel Pitoiset2018-05-221-0/+1
* radv: remove the radv_finishme() when compiling shadersSamuel Pitoiset2018-05-171-4/+0
* radv: remove radv_device::llvm_supports_spillSamuel Pitoiset2018-05-171-4/+1
* radv: allow to dump the GS copy shader with RADV_DEBUG="shaders"Samuel Pitoiset2018-05-141-1/+1
* radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BITTimothy Arceri2018-05-131-5/+7
* radv: minor cleanups in radv_fill_shader_variant()Samuel Pitoiset2018-05-111-14/+15
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* radeonsi: add triple into si_compilerMarek Olšák2018-04-271-1/+1
* ac/radv/radeonsi: refactor max simd waves into common code.Dave Airlie2018-04-241-11/+1
* radv: Add Vega M support.Bas Nieuwenhuizen2018-04-191-0/+1
* radv: Enable VK_EXT_descriptor_indexing.Bas Nieuwenhuizen2018-04-181-0/+2
* radv: enable subgroup capabilitiesDaniel Schürmann2018-04-141-1/+6
* radv: add RADV_NUM_PHYSICAL_VGPRS constantSamuel Pitoiset2018-04-091-2/+4
* radv: add radv_get_num_physical_sgprs() helperSamuel Pitoiset2018-04-091-11/+4
* radv: enable VK_EXT_shader_viewport_index_layerSamuel Pitoiset2018-04-031-0/+1
* radv: enable VK_AMD_shader_trinary_minmax extensionDaniel Schürmann2018-03-291-0/+1
* radv: don't lower indirects until after opts have runTimothy Arceri2018-03-201-1/+8
* radv: lower constant initializers on output variables earlierDave Airlie2018-03-191-0/+5
* radv: run nir_opt_move_load_uboSamuel Pitoiset2018-03-161-0/+1
* radv: drop tess offchip layout for tcs.Dave Airlie2018-03-161-0/+1
* radv: record LLVM IR when debugging shadersSamuel Pitoiset2018-03-151-0/+3
* radv: add dump_shader to the NIR compiler optionsSamuel Pitoiset2018-03-151-4/+4
* spirv/radv: add AMD_gcn_shader capability, remove current extensionsAlejandro Piñeiro2018-03-151-3/+1
* ac/nir: move ac_nir_compiler_options and friends to radv folderSamuel Pitoiset2018-03-131-4/+4
* ac: move ac_shader_info to radv folderSamuel Pitoiset2018-03-131-2/+2
* ac/nir: move all RADV related code to radv_nir_to_llvm.cSamuel Pitoiset2018-03-131-5/+6
* radv: enable AMD_gcn_shader extensionDaniel Schürmann2018-03-071-0/+3
* radv: Add trivial device group implementation.Bas Nieuwenhuizen2018-03-071-0/+2
* radv: Add minimal subgroup support.Bas Nieuwenhuizen2018-03-071-0/+10
* radv: report the scratch private memory size with shader statsSamuel Pitoiset2018-03-061-1/+3
* ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.cTimothy Arceri2018-03-051-40/+1