summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv/android: Add android hardware buffer import/export.Bas Nieuwenhuizen2019-10-103-7/+156
* radv: Deal with Android external formats.Bas Nieuwenhuizen2019-10-105-39/+76
* radv: Derive android usage from create flags.Bas Nieuwenhuizen2019-10-103-0/+43
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-101-8/+7
* radv/android: Add android hardware buffer queries.Bas Nieuwenhuizen2019-10-102-0/+182
* radv/android: Add android hardware buffer field to device memory.Bas Nieuwenhuizen2019-10-102-0/+13
* radv: Add VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-102-0/+14
* radv: Unset vk_info in radv_image_create_layout.Bas Nieuwenhuizen2019-10-101-4/+8
* radv: Handle slightly different image dimensions.Bas Nieuwenhuizen2019-10-101-11/+99
* radv: Delay patching for imported images until layout time.Bas Nieuwenhuizen2019-10-101-26/+35
* radv: Split out layout code from image creation.Bas Nieuwenhuizen2019-10-101-61/+77
* radv: Handle device memory alloc failure with normal free.Bas Nieuwenhuizen2019-10-101-12/+22
* radv: Cleanup buffer_from_fd.Bas Nieuwenhuizen2019-10-103-6/+3
* intel/tools: Support multiple contexts in intel_dump_gpu.Rafael Antognolli2019-10-104-31/+62
* intel/tools: Add basic aub_context code and helpers.Rafael Antognolli2019-10-103-0/+115
* intel/tools: Use common code for GGTT address allocation.Rafael Antognolli2019-10-102-20/+22
* intel/tools: Factor out GGTT allocation.Rafael Antognolli2019-10-101-63/+63
* radv: Implement & enable VK_EXT_texel_buffer_alignment.Bas Nieuwenhuizen2019-10-102-0/+16
* radv: use a compute shader for copying timestamp query resultsSamuel Pitoiset2019-10-102-30/+227
* radv: sync before resetting query pools if timestamps have been writtenSamuel Pitoiset2019-10-101-0/+10
* aco: Clean up usages of PhysReg::reg from aco_assembler.Timur Kristóf2019-10-101-27/+27
* aco: Add extra assertion for number of FS input VGPRs.Timur Kristóf2019-10-101-0/+7
* aco: Fix s_dcache_wb on GFX10.Timur Kristóf2019-10-102-0/+13
* aco: Have s_waitcnt_vscnt write to NULL.Rhys Perry2019-10-101-2/+3
* aco: Use the VOP3-only add/sub GFX10 instructions if needed.Rhys Perry2019-10-101-1/+15
* aco: Initial work to avoid GFX10 hazards.Rhys Perry2019-10-102-36/+117
* aco: pad code with s_code_end on GFX10Rhys Perry2019-10-101-2/+13
* aco: workaround GFX10 0x3f branch bugRhys Perry2019-10-101-5/+39
* aco: Fix VS input VGPRs on GFX10.Timur Kristóf2019-10-101-1/+5
* aco: Assemble opsel in VOP3 instructions.Rhys Perry2019-10-102-2/+3
* aco: Allow literals on VOP3 instructions.Rhys Perry2019-10-102-2/+4
* aco: Support subvector loops in aco_assembler.Timur Kristóf2019-10-102-1/+26
* aco: Set GFX10 dimensionality on the instructions that need it.Timur Kristóf2019-10-101-0/+21
* aco: Use ac_get_sampler_dim, delete duplicate code.Timur Kristóf2019-10-101-44/+5
* aco: Set GFX10 DLC bit properly.Timur Kristóf2019-10-102-0/+21
* aco: Support GFX10 VOP3 and VOP1 as VOP3 in aco_assembler.Timur Kristóf2019-10-101-6/+18
* aco: Support GFX10 EXP in aco_assembler.Timur Kristóf2019-10-101-1/+7
* aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.Timur Kristóf2019-10-102-8/+27
* aco: Support GFX10 MIMG and GFX9 D16 in aco_assembler.Timur Kristóf2019-10-101-3/+17
* aco: Support GFX10 MTBUF in aco_assembler.Timur Kristóf2019-10-102-10/+21
* aco: Link ACO with amd/common.Timur Kristóf2019-10-101-0/+3
* amd/common: Add extern "C" to some headers that were missing it.Timur Kristóf2019-10-103-0/+24
* aco: Support GFX10 MUBUF in aco_assembler.Timur Kristóf2019-10-101-1/+9
* aco: Support GFX10 DS in aco_assembler.Timur Kristóf2019-10-101-2/+7
* aco: Support GFX10 VINTRP in aco_assembler.Timur Kristóf2019-10-101-1/+9
* aco: Support GFX10 SMEM in aco_assembler.Timur Kristóf2019-10-101-13/+60
* aco: Add missing GFX10 specific fields and some README notes.Timur Kristóf2019-10-103-2/+33
* aco: Set +wavefrontsize64 for LLVM disassembler in GFX10 wave64 mode.Timur Kristóf2019-10-104-7/+15
* v3d: take into account prim_counts_offsetAlejandro Piñeiro2019-10-101-1/+1
* radv: get the device name from radeon_info::nameSamuel Pitoiset2019-10-101-39/+3