summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* radv: use load_shared2_amd/store_shared2_amd22.1-branchpointRhys Perry2022-04-131-0/+4
* ac/llvm: implement load_shared2_amd/store_shared2_amdRhys Perry2022-04-131-0/+38
* aco: implement load_shared2_amd/store_shared2_amdRhys Perry2022-04-132-0/+63
* aco: handle read2st64/write2st64 in optimizerRhys Perry2022-04-131-9/+15
* aco: fix signedness of DS_instruction::offset0/1Rhys Perry2022-04-132-4/+4
* nir/opt_load_store_vectorize: create load_shared2_amd/store_shared2_amdRhys Perry2022-04-132-15/+106
* nir/opt_load_store_vectorize: fix broken indentationRhys Perry2022-04-131-21/+21
* nir: add load_shared2_amd and store_shared2_amdRhys Perry2022-04-136-0/+56
* radv: Fix barriers with cp dmaKonstantin Seurer2022-04-131-3/+4
* aco: remove register hints entirelyDaniel Schürmann2022-04-133-27/+4
* aco: remove occurences of VCC hintDaniel Schürmann2022-04-134-77/+41
* aco: make program->needs_vcc independent of VCC hintsDaniel Schürmann2022-04-131-2/+18
* aco/ra: omit VCC affinity on VOPC_SDWA for GFX9+Daniel Schürmann2022-04-131-1/+2
* aco/ra: create VCC-affinities during RADaniel Schürmann2022-04-131-10/+31
* aco/ra: only use VCC if program->needs_vcc == trueDaniel Schürmann2022-04-132-2/+2
* anv: stop using old entrypoint/struct/enum names for 1.3Lionel Landwerlin2022-04-135-109/+109
* nir_to_tgsi: Do the required cleanup for nir_opt_find_array_copies().Emma Anholt2022-04-131-1/+5
* iris: More gracefully fail in resource_from_user_memoryJason Ekstrand2022-04-131-3/+7
* zink: set optimal tiling on swapchain imagesMike Blumenkrantz2022-04-131-0/+1
* dzn: Add CI target for vulkan driverLouis-Francis Ratté-Boulianne2022-04-136-1/+995
* dzn: Add a debug flag to enable D3D12 debug layerLouis-Francis Ratté-Boulianne2022-04-132-1/+4
* pvr: Implement vkCreateQueryPool() and vkDestroyQueryPool().Karmjit Mahil2022-04-133-2/+98
* pvr: Add pvrsrvkm visibility test heap.Karmjit Mahil2022-04-133-6/+32
* pvr: Add core count info and pvr_device_runtime_info.Karmjit Mahil2022-04-136-4/+83
* v3dv: Add emulated timeline semaphore supportJason Ekstrand2022-04-132-2/+16
* v3dv: Use the core version property helpersJason Ekstrand2022-04-131-116/+84
* v3dv: Use the core version feature helpersJason Ekstrand2022-04-131-105/+10
* v3dv: Switch to the common submit frameworkJason Ekstrand2022-04-135-1554/+389
* v3dv: Always wait on last_job_syncs if job->serializeJason Ekstrand2022-04-131-27/+26
* v3dv: Add a condition variable for queriesJason Ekstrand2022-04-134-61/+92
* v3dv: Use util/os_time helpersJason Ekstrand2022-04-132-23/+3
* v3dv: Switch to the common device lost trackingJason Ekstrand2022-04-133-15/+33
* v3dv: Destroy the device mutex on the teardown pathJason Ekstrand2022-04-131-0/+1
* v3dv: Don't use pthread functions on c11 mutexesJason Ekstrand2022-04-132-11/+11
* v3dv: Put indirect compute CSD jobs in the job listJason Ekstrand2022-04-132-18/+1
* v3dv: Stop directly setting vk_device::allocJason Ekstrand2022-04-131-5/+0
* vulkan/drm_syncobj: Implement WAIT_PENDING with a sync_file lookupJason Ekstrand2022-04-131-3/+83
* aco: remove old global access intrinsicsRhys Perry2022-04-132-68/+8
* radv,ac/nir: lower global access to _amd global access intrinsicsRhys Perry2022-04-134-0/+193
* aco: increase global_load_params.max_const_offset_plus_oneRhys Perry2022-04-131-1/+1
* aco: implement _amd global access intrinsicsRhys Perry2022-04-132-66/+261
* ac/llvm: implement _amd global access intrinsicsRhys Perry2022-04-131-16/+60
* nir: add _amd global access intrinsicsRhys Perry2022-04-134-6/+42
* aco: don't expand smem/mubuf global loadsRhys Perry2022-04-131-14/+51
* aco: use saddr for global access with sgpr addressRhys Perry2022-04-131-18/+30
* aco: use vcc for 64-bit vgpr additionRhys Perry2022-04-131-2/+4
* radv: don't require robust vectorization for nir_var_mem_globalRhys Perry2022-04-131-1/+1
* iris: Don't leak scratch BOsJason Ekstrand2022-04-131-0/+5
* radv: Only use TES vertex offset 2 for triangles and quads.Timur Kristóf2022-04-131-1/+3
* radv: Fix gs_vgpr_comp_cnt for NGG VS without passthrough mode.Timur Kristóf2022-04-131-5/+14