aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader.c
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-4/+4
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-4/+4
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-071-12/+12
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-0/+1
* spirv: Add explicit pointer typesJason Ekstrand2019-01-081-0/+4
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-081-1/+1
* radv: enable shaderStorageImageMultisample feature on GFX8+Samuel Pitoiset2018-12-201-0/+1
* radv: drop the amdgpu-skip-threshold=1 workaround for LLVM 8Samuel Pitoiset2018-12-201-3/+9
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-171-1/+1
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-171-1/+1
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-061-1/+1
* radv: include LLVM IR in the VK_AMD_shader_info "disassembly"Nicolai Hähnle2018-11-091-0/+1
* radv: implement VK_EXT_transform_feedbackSamuel Pitoiset2018-10-291-1/+8
* nir/validate: Print when the validation failedJason Ekstrand2018-10-261-2/+2
* radv: use nir_shrink_vec_array_vars()Timothy Arceri2018-10-181-0/+1
* radv: use nir_split_array_vars()Timothy Arceri2018-10-181-0/+2
* radv: use nir_opt_find_array_copies()Timothy Arceri2018-10-181-4/+18
* radv: use nir_opt_copy_prop_vars and nir_opt_dead_write_varsTimothy Arceri2018-10-181-0/+4
* radv: make use of nir_lower_load_const_to_scalar()Timothy Arceri2018-09-251-0/+2
* radv: enable VK_SUBGROUP_FEATURE_ARITHMETIC_BITSamuel Pitoiset2018-09-191-0/+1
* radv: enable shaderInt16 capabilitySamuel Pitoiset2018-09-171-0/+1
* radv: Set the user SGPR MSB for Vega.Bas Nieuwenhuizen2018-09-161-0/+1
* nir: Drop the vs_inputs_dual_locations optionJason Ekstrand2018-09-061-1/+0
* radv: remove dead variables after splitting per member structsSamuel Pitoiset2018-08-221-3/+3
* radv: return binary code_size not variant code size to cacheDave Airlie2018-07-281-1/+1
* radv: enable VK_KHR_16bit_storage extension / 16bit storage featuresDaniel Schürmann2018-07-231-0/+1
* radv: Fix incorrect assumption about ternary operator precedenceDanylo Piliaiev2018-07-191-2/+2
* radv: using tls to store llvm related info and speed up compiles (v10)Dave Airlie2018-07-101-3/+7
* 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