aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: enable shaderInt16 unconditionally with LLVM and only GFX8+ with ACOSamuel Pitoiset2020-05-051-1/+1
* radv: Remove RANGE_SIZE usageJoshua Ashton2020-05-055-12/+26
* Revert "ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's al...Marek Olšák2020-05-021-9/+5
* radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen2020-05-021-1/+1
* radv: Fix implicit sync with recent allocation changes.Bas Nieuwenhuizen2020-04-291-1/+1
* ac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE with !FORCE_SWIZZLE_MODEMarek Olšák2020-04-291-2/+0
* ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's always setMarek Olšák2020-04-291-5/+9
* radv: Use smaller esgs_itemsize for ACO.Timur Kristóf2020-04-293-15/+30
* radv: Use new linking helper to set default driver locations.Timur Kristóf2020-04-292-0/+58
* radv: Refactor calculate_tess_lds_size and get_tcs_num_patches.Timur Kristóf2020-04-292-17/+16
* radv: advertise VK_EXT_robustness2Samuel Pitoiset2020-04-292-0/+16
* radv: handle NULL vertex bindingsSamuel Pitoiset2020-04-291-4/+7
* radv: handle NULL descriptorsSamuel Pitoiset2020-04-291-2/+24
* radv: Expose 4G element texel buffers.Bas Nieuwenhuizen2020-04-291-1/+1
* radv: advertise VK_AMD_memory_overallocation_behaviorSamuel Pitoiset2020-04-282-0/+7
* radv: track memory heaps usage if overallocation is explicitly disallowedSamuel Pitoiset2020-04-282-0/+48
* radv: remove unused radv_device_memory::map_size fieldSamuel Pitoiset2020-04-281-1/+0
* radv: enable FMASK for color attachments onlySamuel Pitoiset2020-04-281-1/+2
* radv: Determine memory type for import based on fd.Bas Nieuwenhuizen2020-04-281-17/+63
* radv/winsys: Add function to get domains/flags from fd.Bas Nieuwenhuizen2020-04-282-0/+51
* radv: Stop using memory type indices.Bas Nieuwenhuizen2020-04-282-108/+23
* radv: Use actual memory type count for setting app-visible bitset.Bas Nieuwenhuizen2020-04-281-1/+1
* radv: do not expose GTT as device local memory mostly for APUsSamuel Pitoiset2020-04-271-29/+30
* radv: Add WSI buffers to BO list only if they can be used.Bas Nieuwenhuizen2020-04-273-14/+42
* ac,radeonsi: fix compilations issues with LLVM 11Samuel Pitoiset2020-04-271-1/+1
* drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen2020-04-276-6/+6
* radv: fix robust_buffer_access if enabled via VkPhysicalDeviceFeatures2Samuel Pitoiset2020-04-271-10/+44
* radv: Pass logical device to si_emit_graphicsJoshua Ashton2020-04-253-5/+6
* radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+Rhys Perry2020-04-243-22/+29
* radv: allocate larger shader memory slabs if neededRhys Perry2020-04-241-2/+2
* radv: align buffer descriptor sizes to dwordRhys Perry2020-04-242-2/+16
* radv: Add inputs read by TES to radv_shader_info.Timur Kristóf2020-04-242-0/+9
* spirv: Use nir_const_value for spec constantsJason Ekstrand2020-04-241-5/+5
* radv: Properly handle all sizes of specialization constantsJason Ekstrand2020-04-241-2/+15
* anv/radv: Resolving 'GetInstanceProcAddr' should not require a valid instanceEduardo Lima Mitev2020-04-241-0/+5
* radv: adjust the supported subgroup stagesSamuel Pitoiset2020-04-231-1/+2
* radv: simplify checking for Navi1x chipsSamuel Pitoiset2020-04-234-13/+5
* radv: Use TRUNC_COORD on samplersJoshua Ashton2020-04-231-1/+3
* radv: make sure to export the viewport index if FS needs itSamuel Pitoiset2020-04-233-0/+35
* radv: use common nir_convert_ycbcrJonathan Marek2020-04-201-122/+9
* radeonsi: skip vs output optimizations for some outputsPierre-Eric Pelloux-Prayer2020-04-201-1/+1
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-183-7/+7
* radv/llvm: fix exporting the viewport index if the fragment shader needs itSamuel Pitoiset2020-04-171-0/+1
* radv: set missing SHARED_VGPR_CNT for NGG VS and ACOSamuel Pitoiset2020-04-171-1/+1
* radv: fix geometry shader primitives query with ACO on GFX10Samuel Pitoiset2020-04-174-6/+7
* radv: do not abort with unknown/unimplemented descriptor typesSamuel Pitoiset2020-04-161-6/+1
* radv/aco: do not advertise VK_KHR_shader_subgroup_extended_typesSamuel Pitoiset2020-04-152-3/+3
* radv: use RMW packets for updating the maximum sample distanceSamuel Pitoiset2020-04-141-9/+3
* radv: add radeon_set_context_reg_rmw() helperSamuel Pitoiset2020-04-141-0/+12
* radv: allow TC-compat HTILE with GENERAL outside of render loopsSamuel Pitoiset2020-04-091-1/+16