summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)Author
2018-03-08ac/radeonsi: add emit_kill to the abiTimothy Arceri
2018-03-08ac: make use of if/loop build helpersTimothy Arceri
2018-03-08ac: add if/loop build helpersTimothy Arceri
2018-03-07radv: enable AMD_gcn_shader extensionDaniel Schürmann
2018-03-07ac: implement AMD_gcn_shader extended instructionsDaniel Schürmann
2018-03-07radv: Don't emit a warning on VI-GFX9.Bas Nieuwenhuizen
2018-03-07radv: Enable vulkan 1.1.0 for configurations that can support it.Bas Nieuwenhuizen
2018-03-07radv: Disable sampler ycbcr conversion.Bas Nieuwenhuizen
2018-03-07radv: Expose that we don't support any VK_KHR_16_bit_storage parts.Bas Nieuwenhuizen
2018-03-07radv: Implement vkEnumerateInstanceVersion.Bas Nieuwenhuizen
2018-03-07radv: Add trivial device group implementation.Bas Nieuwenhuizen
2018-03-07radv: Implement vkCmdDispatchBase.Bas Nieuwenhuizen
2018-03-07radv: Implement VkGetDeviceQueue2.Bas Nieuwenhuizen
2018-03-07radv: Support VkPhysicalDeviceProtectedMemoryFeatures.Bas Nieuwenhuizen
2018-03-07radv: Support VkPhysicalDeviceShaderDrawParameterFeatures.Bas Nieuwenhuizen
2018-03-07radv: Implement VK_KHR_maintenance3.Bas Nieuwenhuizen
2018-03-07radv: Add minimal subgroup support.Bas Nieuwenhuizen
2018-03-07radv: Change client version check.Bas Nieuwenhuizen
2018-03-07radv: Update MAX_API_VERSION to 1.1.0Bas Nieuwenhuizen
2018-03-07ac/nir: Add vote_ieq/vote_feq lowering pass.Bas Nieuwenhuizen
2018-03-07nir: Generalize nir_intrinsic_vote_eqJason Ekstrand
2018-03-07vulkan: Rename multiview from KHX to KHRJason Ekstrand
2018-03-07radeonsi: fix passing address32_hi to LLVM for high valuesMarek Olšák
2018-03-07radv: Add entrypoints generation with the new vk.xmlBas Nieuwenhuizen
2018-03-07ac/nir: don't put lod into args if it's zero.Dave Airlie
2018-03-06radv: report the scratch private memory size with shader statsSamuel Pitoiset
2018-03-06ac/nir: count the scratch private memory sizeSamuel Pitoiset
2018-03-06ac: add ac_count_scratch_private_memory()Samuel Pitoiset
2018-03-06ac/nir: only enable used channels when exporting parametersSamuel Pitoiset
2018-03-06ac: update enabled channels mask when optimizing PARAM exportsSamuel Pitoiset
2018-03-06ac/nir: pass the number of enabled channels to si_llvm_init_export_args()Samuel Pitoiset
2018-03-06ac/shader: scan output usage mask for VS and TESSamuel Pitoiset
2018-03-06vulkan: do not expose surface/swapchain extensions on AndroidTapani Pälli
2018-03-06ac: pass the unmodified number of components to load gs inputsTimothy Arceri
2018-03-05ac: add ac_build_fsign()Samuel Pitoiset
2018-03-05ac: add ac_build_isign()Samuel Pitoiset
2018-03-05ac: add ac_build_fract()Samuel Pitoiset
2018-03-05ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.cTimothy Arceri
2018-03-05radv: Fix copying from 3D images starting at non-zero depth.Bas Nieuwenhuizen
2018-03-02radv: do not set pending_reset_query in BeginCommandBuffer()Samuel Pitoiset
2018-03-02ac: fix nir_intrinsic_shared_atomic_comp_swap handlingTimothy Arceri
2018-03-01radv: only emit cache flushes when the pool size is large enoughSamuel Pitoiset
2018-03-01radv: keep track of the query pool sizeSamuel Pitoiset
2018-03-01radv: make sure to emit cache flushes before starting a querySamuel Pitoiset
2018-03-01radv: Use the syncobj wait ioctl to wait on fences if possible.Bas Nieuwenhuizen
2018-03-01radv: Implement more efficient !waitAll fence waiting.Bas Nieuwenhuizen
2018-03-01radv: Implement waiting on non-submitted fences.Bas Nieuwenhuizen
2018-03-01radv: Implement WaitForFences with !waitAll.Bas Nieuwenhuizen
2018-03-01ac/nir: fix shared atomic operations.Dave Airlie
2018-03-01ac/nir: don't apply slice rounding on txf_msDave Airlie