aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* ac/registers: add definitions for thread trace on GFX10Samuel Pitoiset2020-03-021-0/+145
* radv/sqtt: update SPI_CONFIG_CNTL.EXP_PRIORITY_ORDER valueSamuel Pitoiset2020-03-021-1/+1
* radv/sqtt: do not assume that the number of shader engines is 4Samuel Pitoiset2020-03-021-4/+8
* radv/rgp: adjust trace memory/shader clocks to fix frame durationSamuel Pitoiset2020-03-021-2/+2
* radv: fix size of sqtt_file_chunk_asic_info on 32-bit systemSamuel Pitoiset2020-02-291-0/+1
* radv: fix 32-bit build failure in radv_queue_internal_submit()Samuel Pitoiset2020-02-291-1/+1
* radv: allow to capture SQTT traces with RADV_THREAD_TRACE=<start_frame>Samuel Pitoiset2020-02-283-5/+68
* radv: add initial SQTT files generation supportSamuel Pitoiset2020-02-284-0/+665
* radv: emit thread trace markers after every draw/dispatch callSamuel Pitoiset2020-02-281-0/+5
* radv: add initial SQ Thread Trace support for GFX9Samuel Pitoiset2020-02-284-0/+474
* radv: add a small helper that allows to submit internal CSSamuel Pitoiset2020-02-282-0/+22
* ac/registers: add definitions for thread traceSamuel Pitoiset2020-02-281-0/+165
* ac: add more fields to ac_gpu_infoSamuel Pitoiset2020-02-282-1/+61
* aco: Fix signed-vs-unsigned warning.Eric Anholt2020-02-271-1/+1
* radeonsi: fix surf_pitch for subsampled surfacePierre-Eric Pelloux-Prayer2020-02-271-0/+5
* ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gensSamuel Pitoiset2020-02-271-0/+5
* ac/llvm: fix 16-bit fmed3 on GFX8 and older gensSamuel Pitoiset2020-02-271-2/+4
* ac/llvm: fix 64-bit fmed3Samuel Pitoiset2020-02-271-17/+31
* amd/addrlib: fix build on non-x86 platformsGreg V2020-02-261-4/+6
* nir: Drop nir_tex_instr::texture_array_sizeJason Ekstrand2020-02-261-1/+0
* radv: fix creating null devices if KHR_display is enabledSamuel Pitoiset2020-02-261-1/+1
* radv: make use of ac_gpu_info::max_wave64_per_simdSamuel Pitoiset2020-02-261-6/+1
* radv/gfx10: adjust the number of VGPRs used to compute wavesSamuel Pitoiset2020-02-262-4/+2
* radv/gfx10: adjust the LDS size used to compute wavesSamuel Pitoiset2020-02-261-4/+2
* radv/gfx10: adjust SGPRs/VGPRs related infoSamuel Pitoiset2020-02-261-8/+11
* radv/gfx10: adjust the number of simd per compute unitSamuel Pitoiset2020-02-261-1/+2
* ac: add more ac_gpu_info related shader fieldsSamuel Pitoiset2020-02-262-3/+33
* ac,radeonsi: add ac_gpu_info::lds_size_per_cuSamuel Pitoiset2020-02-262-0/+9
* radv: implement a dummy winsys for creating devices without AMDGPUSamuel Pitoiset2020-02-2615-75/+568
* radv: add the trace BO to the BO list at submit timeSamuel Pitoiset2020-02-242-7/+4
* radv: use RADEON_FLAG_ZERO_VRAM when creating the trace BOSamuel Pitoiset2020-02-201-3/+2
* radv/winsys: add a new flag that requests zerovram allocationsSamuel Pitoiset2020-02-202-2/+6
* aco: improve GFX9 1D ddx/ddy assertionRhys Perry2020-02-201-1/+1
* aco: add some helpers for filling/testing register rangesRhys Perry2020-02-191-148/+106
* aco: add RegisterFileRhys Perry2020-02-191-12/+27
* radv: Squelch possibly-undefined warningEric Anholt2020-02-181-1/+1
* radv: Advertise VK_KHR_shader_non_semantic_infoCaio Marcelo de Oliveira Filho2020-02-181-0/+1
* radv: add a comment about VK_AMD_mixed_attachment_samples on GFX6-GFX7Samuel Pitoiset2020-02-171-0/+1
* radv: enable VK_NV_compute_shader_derivatives on GFX6-GFX7Samuel Pitoiset2020-02-171-1/+1
* radv: enable VK_EXT_sampler_filter_minmax on GFX6Samuel Pitoiset2020-02-172-2/+2
* radv: enable shaderStorageImageMultisample on GFX6-GFX7Samuel Pitoiset2020-02-171-2/+2
* radv: remove unnecessary RADV_DEBUG=nobatchchain optionSamuel Pitoiset2020-02-145-15/+11
* radv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADERSamuel Pitoiset2020-02-131-6/+5
* radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sischedSamuel Pitoiset2020-02-135-43/+32
* radv: remove LLVM sicheduler enable for The Talos PrincipleSamuel Pitoiset2020-02-131-9/+1
* radv: implement VK_EXT_line_rasterizationSamuel Pitoiset2020-02-135-7/+112
* radv: fix line width range and granularitySamuel Pitoiset2020-02-131-2/+2
* aco: improve SCC handling in some SALU combinesRhys Perry2020-02-121-6/+4
* aco: disable some instruction combining if it could change an exec operandRhys Perry2020-02-121-2/+13
* Rename nir_lower_constant_initializers to nir_lower_variable_initalizersArcady Goldmints-Orlov2020-02-121-3/+3