aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Fix architecture in radeon_icd.{arch}.jsonChad Versace2017-11-091-1/+1
* ac/nir: add support for all intrinsics. (v2)Dave Airlie2017-11-091-1/+31
* amd: add amdgpu_asic_addr.h to the sources listEmil Velikov2017-11-081-0/+1
* amd/addrlib: update to latest versionMarek Olšák2017-11-0831-3334/+1354
* radeonsi: use ac_create_target_machineMarek Olšák2017-11-072-2/+8
* radeonsi: use ac_get_llvm_processor_nameMarek Olšák2017-11-072-1/+3
* radeonsi: remove unused field in the PCI ID tableMarek Olšák2017-11-071-1/+1
* ac/nir: for ubo load use correct num_componentsDave Airlie2017-11-071-1/+1
* radv: move is_local up to the winsys level.Dave Airlie2017-11-064-3/+6
* radv: wrap cs_add_buffer in an inline. (v2)Dave Airlie2017-11-066-41/+49
* radv: when loading regs no need to add bufferDave Airlie2017-11-061-2/+0
* radv: pre-calculate user_data_0 registers and store in pipelineDave Airlie2017-11-065-52/+55
* radv: add initial copy descriptor support. (v2)Dave Airlie2017-11-061-2/+53
* radv: move descriptor sets out of cmd_state.Dave Airlie2017-11-063-17/+20
* radv: add helper for setting a descriptor.Dave Airlie2017-11-063-10/+17
* radv: move vertex binding out of cmd state.Dave Airlie2017-11-062-4/+4
* radv: reorder cmd_state to remove a hole.Dave Airlie2017-11-061-1/+1
* radv: free attachments on end command buffer.Dave Airlie2017-11-061-0/+2
* radv: Optimize calling radv_save_descriptors.Bas Nieuwenhuizen2017-11-041-4/+2
* radv: Use an array to store descriptor sets.Bas Nieuwenhuizen2017-11-042-26/+50
* ac: remove the remaining duplicate llvm typesTimothy Arceri2017-11-031-12/+1
* ac: remove usused v4f32Timothy Arceri2017-11-031-4/+0
* ac: add v2f32 to the common code and make use of itTimothy Arceri2017-11-033-10/+7
* ac: use the ac f16 llvm typeTimothy Arceri2017-11-031-3/+1
* ac: use the ac f32 llvm typeTimothy Arceri2017-11-031-35/+33
* ac: use the ac f64 llvm typeTimothy Arceri2017-11-031-3/+1
* ac: use the common v8i32 llvm typeTimothy Arceri2017-11-031-4/+2
* ac: use the common v4i32 llvm typeTimothy Arceri2017-11-031-9/+7
* ac: add v3i32 to the common code and make use of itTimothy Arceri2017-11-033-5/+5
* ac: add v2i32 to the common code and use itTimothy Arceri2017-11-033-11/+11
* ac: use the ac i64 llvm typeTimothy Arceri2017-11-031-3/+1
* ac: remove unused i16 llvm typeTimothy Arceri2017-11-031-2/+0
* ac: use the ac ivoidt llvm typeTimothy Arceri2017-11-031-4/+2
* ac: use the ac i8 llvm typeTimothy Arceri2017-11-031-6/+4
* ac: use the ac i1 llvm typeTimothy Arceri2017-11-031-3/+1
* ac: use the ac i32 llvm typeTimothy Arceri2017-11-031-181/+179
* ac/radeonsi: add support for tex instr without a derefenceTimothy Arceri2017-11-031-34/+46
* radv: use the optimal packets order for dispatch callsSamuel Pitoiset2017-11-021-8/+53
* radv: Don't expose heaps with 0 memory.Bas Nieuwenhuizen2017-11-023-53/+101
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-024-13/+1
* radv: make radv_bind_descriptor_set() staticSamuel Pitoiset2017-11-022-6/+3
* radv: make sure we set buffers as shareable properly.Dave Airlie2017-11-022-2/+7
* radv: bail out when binding the same vertex buffersSamuel Pitoiset2017-10-311-2/+16
* radv: bail out when binding the same index bufferSamuel Pitoiset2017-10-312-0/+14
* radv: use correct alloc function when loading from diskTimothy Arceri2017-10-311-1/+14
* radv: Fix -Wformat-security issueAlex Smith2017-10-301-1/+1
* radv: add cache items to in memory cache when reading from diskTimothy Arceri2017-10-301-70/+71
* radv: Implement VK_AMD_shader_infoAlex Smith2017-10-296-35/+171
* radv: allow to use a compute shader for resetting the query poolSamuel Pitoiset2017-10-271-7/+9
* radv: make radv_fill_buffer() return the needed flush bitsSamuel Pitoiset2017-10-274-58/+57