aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: Fix the autotools build take 2.Bas Nieuwenhuizen2018-03-091-1/+1
* radv: Fix autotools build.Bas Nieuwenhuizen2018-03-091-10/+7
* radv: Update version to 1.1.70.Bas Nieuwenhuizen2018-03-091-2/+2
* radv: Generate icd files.Bas Nieuwenhuizen2018-03-094-25/+70
* radv: enable AMD_gcn_shader extensionDaniel Schürmann2018-03-072-0/+4
* 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-072-0/+19
* 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
* vulkan: Rename multiview from KHX to KHRJason Ekstrand2018-03-073-8/+8
* radv: Add entrypoints generation with the new vk.xmlBas Nieuwenhuizen2018-03-071-107/+164
* radv: report the scratch private memory size with shader statsSamuel Pitoiset2018-03-061-1/+3
* vulkan: do not expose surface/swapchain extensions on AndroidTapani Pälli2018-03-061-2/+2
* ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.cTimothy Arceri2018-03-053-48/+5
* radv: Fix copying from 3D images starting at non-zero depth.Bas Nieuwenhuizen2018-03-051-0/+3
* radv: do not set pending_reset_query in BeginCommandBuffer()Samuel Pitoiset2018-03-021-7/+0
* radv: only emit cache flushes when the pool size is large enoughSamuel Pitoiset2018-03-013-11/+15
* radv: keep track of the query pool sizeSamuel Pitoiset2018-03-012-5/+5
* radv: make sure to emit cache flushes before starting a querySamuel Pitoiset2018-03-013-7/+33
* radv: Use the syncobj wait ioctl to wait on fences if possible.Bas Nieuwenhuizen2018-03-013-9/+26
* radv: Implement more efficient !waitAll fence waiting.Bas Nieuwenhuizen2018-03-013-0/+75
* radv: Implement waiting on non-submitted fences.Bas Nieuwenhuizen2018-03-011-2/+11
* radv: Implement WaitForFences with !waitAll.Bas Nieuwenhuizen2018-03-011-5/+15
* ac/shader: move scanning some info about input PS declarationsSamuel Pitoiset2018-02-281-6/+8
* radv: remove device pointer from buffer.Dave Airlie2018-02-281-1/+0
* radv: expose async compute on SIDave Airlie2018-02-271-2/+0
* radv: merge tess rings into a single boDave Airlie2018-02-272-56/+39
* radv: Really use correct HTILE expanded words.James Legg2018-02-241-3/+3
* radv/extensions: fix c_vk_version for patch == NoneMauro Rossi2018-02-241-1/+2
* radv: Fix autotools build.Bas Nieuwenhuizen2018-02-231-1/+3
* radv: Return NULL for entrypoints when not supported.Bas Nieuwenhuizen2018-02-234-9/+83
* radv: Reword radv_entrypoints_gen.pyBas Nieuwenhuizen2018-02-231-56/+106
* radv: Track enabled extensions.Bas Nieuwenhuizen2018-02-232-36/+48
* radv: Put supported extensions in a struct.Bas Nieuwenhuizen2018-02-234-63/+133
* radv: enable lowering of fpow to fexp2 and flog2Samuel Pitoiset2018-02-221-0/+1
* radv: don't send num_tcs_input_cp to sgprs.Dave Airlie2018-02-211-4/+1
* radv/tess: don't need to look in constant for vertices_per_patchDave Airlie2018-02-211-1/+1
* radv: allow to force family using RADV_FORCE_FAMILYSamuel Pitoiset2018-02-201-0/+33
* radv: compact varyings after removing unused onesSamuel Pitoiset2018-02-191-6/+3
* radv: Always lower indirect derefs after nir_lower_global_vars_to_local.Bas Nieuwenhuizen2018-02-153-36/+53