summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
...
* 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-143-17/+11
* radv: get correct offset into LDS for indexed vars.Dave Airlie2018-03-141-1/+1
* ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroupsJason Ekstrand2018-03-135-99/+0
* ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()Samuel Pitoiset2018-03-133-12/+12
* ac/nir: remove some unnecessary includes and declarationsSamuel Pitoiset2018-03-132-9/+1
* ac/nir: drop radv prefix from radv_lower_gather4_integer()Samuel Pitoiset2018-03-131-4/+4
* ac/nir: move ac_nir_compiler_options and friends to radv folderSamuel Pitoiset2018-03-137-89/+89
* ac: move ac_shader_info to radv folderSamuel Pitoiset2018-03-1311-99/+63
* ac/nir: move ac_shader_variant_info and friends to radv folderSamuel Pitoiset2018-03-137-136/+139
* ac/nir: move all RADV related code to radv_nir_to_llvm.cSamuel Pitoiset2018-03-137-3425/+3482
* ac/nir: make emit_barrier() non-staticSamuel Pitoiset2018-03-132-4/+6
* ac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_llvm.hSamuel Pitoiset2018-03-132-5/+5
* ac/nir: make handle_shader_output_decl() non-staticSamuel Pitoiset2018-03-132-10/+18
* ac/nir: change prototype of handle_shader_output_decl()Samuel Pitoiset2018-03-131-14/+14
* ac/nir: move unpack_param() to ac_llvm_build.cSamuel Pitoiset2018-03-133-33/+35
* ac/nir: move trim_vector to ac_llvm_build.cSamuel Pitoiset2018-03-133-24/+27
* ac/nir: move cast_ptr() to ac_llvm_build.cSamuel Pitoiset2018-03-133-10/+13
* ac/nir: move ac_build_alloca() to ac_llvm_build.cSamuel Pitoiset2018-03-133-39/+41
* radv: Increase the number of dynamic uniform buffers.Bas Nieuwenhuizen2018-03-122-3/+5
* ac/gpu_info: print ib_start_alignment, add assertionMarek Olšák2018-03-091-0/+2
* radv: Fix the autotools build take 2.Bas Nieuwenhuizen2018-03-091-1/+1
* radv: Fix autotools build.Bas Nieuwenhuizen2018-03-091-10/+7
* ac/nir: set number of channels for packed mrt exportsSamuel Pitoiset2018-03-091-0/+5
* radv: Update version to 1.1.70.Bas Nieuwenhuizen2018-03-091-2/+2
* radv: Generate icd files.Bas Nieuwenhuizen2018-03-094-25/+70
* winsys/amdgpu: query GDS infoMarek Olšák2018-03-082-0/+13
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-082-1/+21
* ac/nir: do not emit unnecessary null exports in fragment shadersSamuel Pitoiset2018-03-081-13/+16
* ac/radeonsi: add emit_kill to the abiTimothy Arceri2018-03-082-1/+10
* ac: make use of if/loop build helpersTimothy Arceri2018-03-081-42/+18
* ac: add if/loop build helpersTimothy Arceri2018-03-083-0/+211
* radv: enable AMD_gcn_shader extensionDaniel Schürmann2018-03-072-0/+4
* ac: implement AMD_gcn_shader extended instructionsDaniel Schürmann2018-03-071-0/+28
* radv: Don't emit a warning on VI-GFX9.Bas Nieuwenhuizen2018-03-071-1/+3
* radv: Enable vulkan 1.1.0 for configurations that can support it.Bas Nieuwenhuizen2018-03-071-0/+2
* radv: Disable sampler ycbcr conversion.Bas Nieuwenhuizen2018-03-072-0/+24
* radv: Expose that we don't support any VK_KHR_16_bit_storage parts.Bas Nieuwenhuizen2018-03-071-0/+9
* radv: Implement vkEnumerateInstanceVersion.Bas Nieuwenhuizen2018-03-071-0/+7
* radv: Add trivial device group implementation.Bas Nieuwenhuizen2018-03-075-0/+79
* radv: Implement vkCmdDispatchBase.Bas Nieuwenhuizen2018-03-072-3/+41
* radv: Implement VkGetDeviceQueue2.Bas Nieuwenhuizen2018-03-071-2/+16
* radv: Support VkPhysicalDeviceProtectedMemoryFeatures.Bas Nieuwenhuizen2018-03-071-0/+6
* radv: Support VkPhysicalDeviceShaderDrawParameterFeatures.Bas Nieuwenhuizen2018-03-071-0/+6
* radv: Implement VK_KHR_maintenance3.Bas Nieuwenhuizen2018-03-073-4/+90
* radv: Add minimal subgroup support.Bas Nieuwenhuizen2018-03-074-0/+70
* radv: Change client version check.Bas Nieuwenhuizen2018-03-071-1/+1
* radv: Update MAX_API_VERSION to 1.1.0Bas Nieuwenhuizen2018-03-077-37/+37
* ac/nir: Add vote_ieq/vote_feq lowering pass.Bas Nieuwenhuizen2018-03-075-5/+99
* nir: Generalize nir_intrinsic_vote_eqJason Ekstrand2018-03-071-1/+1